FileDocCategorySizeDatePackage
CharacterPickerDialog.javaAPI DocAndroid 5.1 API824Sat Mar 14 14:09:40 GMT 2015android.text.method

CharacterPickerDialog.java

package android.text.method;
public class CharacterPickerDialog
  extends android.app.Dialog
  implements android.widget.AdapterView.OnItemClickListener, android.view.View.OnClickListener
{
public  CharacterPickerDialog(android.content.Context context, android.view.View view, android.text.Editable text, java.lang.String options, boolean insert) { super((android.content.Context)null,false,(android.content.DialogInterface.OnCancelListener)null); throw new RuntimeException("Stub!"); }
protected  void onCreate(android.os.Bundle savedInstanceState) { throw new RuntimeException("Stub!"); }
public  void onItemClick(android.widget.AdapterView parent, android.view.View view, int position, long id) { throw new RuntimeException("Stub!"); }
public  void onClick(android.view.View v) { throw new RuntimeException("Stub!"); }
}