Home
last modified time | relevance | path

Searched refs:hasKey (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityButtonController.java135 final boolean hasKey = keyIndex >= 0; in unregisterAccessibilityButtonCallback()
136 if (hasKey) { in unregisterAccessibilityButtonCallback()
DAccessibilityService.java834 final boolean hasKey = keyIndex >= 0; in removeListener()
835 if (hasKey) { in removeListener()
839 if (hasKey && mListeners.isEmpty()) { in removeListener()
845 return hasKey; in removeListener()
1227 final boolean hasKey = keyIndex >= 0; in removeOnShowModeChangedListener()
1228 if (hasKey) { in removeOnShowModeChangedListener()
1232 if (hasKey && mListeners.isEmpty()) { in removeOnShowModeChangedListener()
1238 return hasKey; in removeOnShowModeChangedListener()
/frameworks/support/preference/src/main/java/androidx/preference/
DPreference.java928 if (mRequiresKey && !hasKey()) { in setKey()
962 public boolean hasKey() { in hasKey() method in Preference
986 return mPreferenceManager != null && isPersistent() && hasKey(); in shouldPersist()
1942 if (hasKey()) { in dispatchSaveInstanceState()
1995 if (hasKey()) { in dispatchRestoreInstanceState()
DPreferenceGroup.java155 if (expandedCount != Integer.MAX_VALUE && !hasKey()) { in setInitialExpandedChildrenCount()
/frameworks/base/core/java/android/preference/
DPreference.java999 if (mRequiresKey && !hasKey()) { in setKey()
1033 public boolean hasKey() { in hasKey() method in Preference
1057 return mPreferenceManager != null && isPersistent() && hasKey(); in shouldPersist()
1978 if (hasKey()) { in dispatchSaveInstanceState()
2031 if (hasKey()) { in dispatchRestoreInstanceState()
/frameworks/support/jetifier/jetifier/processor/src/test/resources/changeDetectionTest/
DtestPreference.classPreference.java package android.support.v7.preference public android.support.v7.preference ...
/frameworks/support/preference/api_legacy/
D27.0.0.txt124 method public boolean hasKey();
D26.1.0.txt124 method public boolean hasKey();
D26.0.0.txt124 method public boolean hasKey();
Dcurrent.txt222 method public boolean hasKey();
D28.0.0-alpha1.txt222 method public boolean hasKey();
D27.1.0.txt222 method public boolean hasKey();
/frameworks/native/services/inputflinger/
DInputReader.h601 bool hasKey(int32_t code) { in hasKey() function
/frameworks/support/preference/api/
Dcurrent.txt159 method public boolean hasKey();
/frameworks/support/api/
D25.2.0.txt9040 method public boolean hasKey();
D25.0.0.txt8626 method public boolean hasKey();
D24.2.0.txt8548 method public boolean hasKey();
D23.0.0.txt8871 method public boolean hasKey();
D23.1.1.txt9221 method public boolean hasKey();
D25.4.0.txt9552 method public boolean hasKey();
D23.2.1.txt9724 method public boolean hasKey();
D26.0.0-alpha1.txt9945 method public boolean hasKey();
D23.2.0.txt9722 method public boolean hasKey();
D23.4.0.txt9740 method public boolean hasKey();
D23.1.0.txt9252 method public boolean hasKey();

12