Searched refs:hasKey (Results 1 – 9 of 9) sorted by relevance
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
310 public IRubyObject hasKey(ThreadContext context, IRubyObject key) { in hasKey() method in RubyMap
1448 mHaveBtnTouch = device->hasKey(BTN_TOUCH); in configure()1449 mHaveStylus = device->hasKey(BTN_TOOL_PEN) in configure()1450 || device->hasKey(BTN_TOOL_RUBBER) in configure()1451 || device->hasKey(BTN_TOOL_BRUSH) in configure()1452 || device->hasKey(BTN_TOOL_PENCIL) in configure()1453 || device->hasKey(BTN_TOOL_AIRBRUSH); in configure()
304 bool hasKey(int32_t code) { in hasKey() function
22584 method public boolean hasKey();
35795 method @Deprecated public boolean hasKey();