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

android.preference.EditTextPreference 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.preference;
public class EditTextPreference
  extends android.preference.DialogPreference
{
public  EditTextPreference(android.content.Context context, android.util.AttributeSet attrs, int defStyle) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public  EditTextPreference(android.content.Context context, android.util.AttributeSet attrs) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public  EditTextPreference(android.content.Context context) { super((android.content.Context)null,(android.util.AttributeSet)null); throw new RuntimeException("Stub!"); }
public  void setText(java.lang.String text) { throw new RuntimeException("Stub!"); }
public  java.lang.String getText() { throw new RuntimeException("Stub!"); }
protected  void onBindDialogView(android.view.View view) { throw new RuntimeException("Stub!"); }
protected  void onAddEditTextToDialogView(android.view.View dialogView, android.widget.EditText editText) { throw new RuntimeException("Stub!"); }
protected  void onDialogClosed(boolean positiveResult) { throw new RuntimeException("Stub!"); }
protected  java.lang.Object onGetDefaultValue(android.content.res.TypedArray a, int index) { throw new RuntimeException("Stub!"); }
protected  void onSetInitialValue(boolean restoreValue, java.lang.Object defaultValue) { throw new RuntimeException("Stub!"); }
public  boolean shouldDisableDependents() { throw new RuntimeException("Stub!"); }
public  android.widget.EditText getEditText() { throw new RuntimeException("Stub!"); }
protected  android.os.Parcelable onSaveInstanceState() { throw new RuntimeException("Stub!"); }
protected  void onRestoreInstanceState(android.os.Parcelable state) { throw new RuntimeException("Stub!"); }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy