Searched refs:hasKey (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityButtonController.java135 final boolean hasKey = keyIndex >= 0;
136 if (hasKey) {
H A DAccessibilityService.java834 final boolean hasKey = keyIndex >= 0;
835 if (hasKey) {
839 if (hasKey && mListeners.isEmpty()) {
845 return hasKey;
1227 final boolean hasKey = keyIndex >= 0;
1228 if (hasKey) {
1232 if (hasKey && mListeners.isEmpty()) {
1238 return hasKey;
/frameworks/support/jetifier/jetifier/processor/src/test/resources/changeDetectionTest/
H A DtestPreference.classPreference.java package android.support.v7.preference public android.support.v7.preference ...
/frameworks/base/core/java/android/preference/
H A DPreference.java999 if (mRequiresKey && !hasKey()) {
1033 public boolean hasKey() { method in class:Preference
1057 return mPreferenceManager != null && isPersistent() && hasKey();
1978 if (hasKey()) {
2031 if (hasKey()) {
/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreference.java928 if (mRequiresKey && !hasKey()) {
962 public boolean hasKey() { method in class:Preference
986 return mPreferenceManager != null && isPersistent() && hasKey();
1942 if (hasKey()) {
1995 if (hasKey()) {
H A DPreferenceGroup.java155 if (expandedCount != Integer.MAX_VALUE && !hasKey()) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1502 mHaveBtnTouch = device->hasKey(BTN_TOUCH);
1503 mHaveStylus = device->hasKey(BTN_TOOL_PEN)
1504 || device->hasKey(BTN_TOOL_RUBBER)
1505 || device->hasKey(BTN_TOOL_BRUSH)
1506 || device->hasKey(BTN_TOOL_PENCIL)
1507 || device->hasKey(BTN_TOOL_AIRBRUSH);
H A DInputReader.h601 bool hasKey(int32_t code) { function in class:android::InputDevice
/frameworks/base/config/
H A Dboot-image-profile.txt4567 HPLandroid/preference/Preference;->hasKey()Z
[all...]

Completed in 160 milliseconds