android.text.method.CharacterPickerDialog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of androidstub Show documentation
Show all versions of androidstub Show documentation
provide android hidden api definition ,helper for android super framework development
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!"); }
}