Searched refs:hasKey (Results 1 – 9 of 9) sorted by relevance
29 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()
137 final boolean hasKey = keyIndex >= 0; in unregisterAccessibilityButtonCallback()138 if (hasKey) { in unregisterAccessibilityButtonCallback()
906 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()
1026 if (mRequiresKey && !hasKey()) { in setKey()1060 public boolean hasKey() { in hasKey() method in Preference1084 return mPreferenceManager != null && isPersistent() && hasKey(); in shouldPersist()2009 if (hasKey()) { in dispatchSaveInstanceState()2062 if (hasKey()) { in dispatchRestoreInstanceState()
248 if (!hasKey()) { in getKey()262 public boolean hasKey() { in hasKey() method in Tile
97 bool hasKey(int32_t code) { return getEventHub()->hasScanCode(mId, code); } in hasKey() function
22584 method public boolean hasKey();
36095 method @Deprecated public boolean hasKey();
36239 method @Deprecated public boolean hasKey();