summaryrefslogtreecommitdiffstats
path: root/api/14.txt
diff options
context:
space:
mode:
authorAdam Powell <adamp@google.com>2010-11-29 17:47:48 -0800
committerGilles Debunne <debunne@google.com>2011-06-08 18:25:27 -0700
commitbe0a4535053bbfdebd215e244b154ac810fd8edc (patch)
treecf30dcc2d662e90e57c8ac8769f48906b14bcb95 /api/14.txt
parentde13001f765e30bc29a3a74bfa751cc42e426a93 (diff)
downloadframeworks_base-be0a4535053bbfdebd215e244b154ac810fd8edc.zip
frameworks_base-be0a4535053bbfdebd215e244b154ac810fd8edc.tar.gz
frameworks_base-be0a4535053bbfdebd215e244b154ac810fd8edc.tar.bz2
Add SwitchPreference
Change-Id: I073e9bfba8c4e1a625c27f976f71ea56a81ba20f
Diffstat (limited to 'api/14.txt')
-rw-r--r--api/14.txt12
1 files changed, 1 insertions, 11 deletions
diff --git a/api/14.txt b/api/14.txt
index ea09dc9..5c4732e 100644
--- a/api/14.txt
+++ b/api/14.txt
@@ -14255,20 +14255,10 @@ package android.os.storage {
package android.preference {
- public class CheckBoxPreference extends android.preference.Preference {
+ public class CheckBoxPreference extends android.preference.TwoStatePreference {
ctor public CheckBoxPreference(android.content.Context, android.util.AttributeSet, int);
ctor public CheckBoxPreference(android.content.Context, android.util.AttributeSet);
ctor public CheckBoxPreference(android.content.Context);
- method public boolean getDisableDependentsState();
- method public java.lang.CharSequence getSummaryOff();
- method public java.lang.CharSequence getSummaryOn();
- method public boolean isChecked();
- method public void setChecked(boolean);
- method public void setDisableDependentsState(boolean);
- method public void setSummaryOff(java.lang.CharSequence);
- method public void setSummaryOff(int);
- method public void setSummaryOn(java.lang.CharSequence);
- method public void setSummaryOn(int);
}
public abstract class DialogPreference extends android.preference.Preference implements android.content.DialogInterface.OnClickListener android.content.DialogInterface.OnDismissListener android.preference.PreferenceManager.OnActivityDestroyListener {