/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityButtonController.java | 135 final boolean hasKey = keyIndex >= 0; in unregisterAccessibilityButtonCallback() 136 if (hasKey) { in unregisterAccessibilityButtonCallback()
|
D | AccessibilityService.java | 834 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/ |
D | Preference.java | 928 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()
|
D | PreferenceGroup.java | 155 if (expandedCount != Integer.MAX_VALUE && !hasKey()) { in setInitialExpandedChildrenCount()
|
/frameworks/base/core/java/android/preference/ |
D | Preference.java | 999 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/ |
D | testPreference.class | Preference.java
package android.support.v7.preference
public android.support.v7.preference ... |
/frameworks/support/preference/api_legacy/ |
D | 27.0.0.txt | 124 method public boolean hasKey();
|
D | 26.1.0.txt | 124 method public boolean hasKey();
|
D | 26.0.0.txt | 124 method public boolean hasKey();
|
D | current.txt | 222 method public boolean hasKey();
|
D | 28.0.0-alpha1.txt | 222 method public boolean hasKey();
|
D | 27.1.0.txt | 222 method public boolean hasKey();
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 601 bool hasKey(int32_t code) { in hasKey() function
|
/frameworks/support/preference/api/ |
D | current.txt | 159 method public boolean hasKey();
|
/frameworks/support/api/ |
D | 25.2.0.txt | 9040 method public boolean hasKey();
|
D | 25.0.0.txt | 8626 method public boolean hasKey();
|
D | 24.2.0.txt | 8548 method public boolean hasKey();
|
D | 23.0.0.txt | 8871 method public boolean hasKey();
|
D | 23.1.1.txt | 9221 method public boolean hasKey();
|
D | 25.4.0.txt | 9552 method public boolean hasKey();
|
D | 23.2.1.txt | 9724 method public boolean hasKey();
|
D | 26.0.0-alpha1.txt | 9945 method public boolean hasKey();
|
D | 23.2.0.txt | 9722 method public boolean hasKey();
|
D | 23.4.0.txt | 9740 method public boolean hasKey();
|
D | 23.1.0.txt | 9252 method public boolean hasKey();
|