android.preference.EditTextPreference 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.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!"); }
}