Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/accumulator/
DTouchButtonAccumulator.cpp29 mHaveBtnTouch = device->hasKey(BTN_TOUCH); in configure()
30 mHaveStylus = device->hasKey(BTN_TOOL_PEN) || device->hasKey(BTN_TOOL_RUBBER) || in configure()
31 device->hasKey(BTN_TOOL_BRUSH) || device->hasKey(BTN_TOOL_PENCIL) || in configure()
32 device->hasKey(BTN_TOOL_AIRBRUSH); in configure()
/frameworks/base/core/java/android/accessibilityservice/
DAccessibilityButtonController.java137 final boolean hasKey = keyIndex >= 0; in unregisterAccessibilityButtonCallback()
138 if (hasKey) { in unregisterAccessibilityButtonCallback()
DAccessibilityService.java906 final boolean hasKey = keyIndex >= 0; in removeListener()
907 if (hasKey) { in removeListener()
911 if (hasKey && mListeners.isEmpty()) { in removeListener()
917 return hasKey; in removeListener()
1320 final boolean hasKey = keyIndex >= 0; in removeOnShowModeChangedListener()
1321 if (hasKey) { in removeOnShowModeChangedListener()
1325 if (hasKey && mListeners.isEmpty()) { in removeOnShowModeChangedListener()
1331 return hasKey; in removeOnShowModeChangedListener()
/frameworks/base/core/java/android/preference/
DPreference.java1026 if (mRequiresKey && !hasKey()) { in setKey()
1060 public boolean hasKey() { in hasKey() method in Preference
1084 return mPreferenceManager != null && isPersistent() && hasKey(); in shouldPersist()
2009 if (hasKey()) { in dispatchSaveInstanceState()
2062 if (hasKey()) { in dispatchRestoreInstanceState()
/frameworks/base/packages/SettingsLib/Tile/src/com/android/settingslib/drawer/
DTile.java248 if (!hasKey()) { in getKey()
262 public boolean hasKey() { in hasKey() method in Tile
/frameworks/native/services/inputflinger/reader/include/
DInputDevice.h97 bool hasKey(int32_t code) { return getEventHub()->hasScanCode(mId, code); } in hasKey() function
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt22584 method public boolean hasKey();
/frameworks/base/non-updatable-api/
Dcurrent.txt36095 method @Deprecated public boolean hasKey();
/frameworks/base/api/
Dcurrent.txt36239 method @Deprecated public boolean hasKey();