All Downloads are FREE. Search and download functionalities are using the official Maven repository.

android.text.method.CharacterPickerDialog Maven / Gradle / Ivy

Go to download

provide android hidden api definition ,helper for android super framework development

There is a newer version: 1.11
Show newest version
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!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy