Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/preference/
DPreference.java846 if (mRequiresKey && !hasKey()) { in setKey()
881 public boolean hasKey() { in hasKey() method in Preference
905 return mPreferenceManager != null && isPersistent() && hasKey(); in shouldPersist()
1754 if (hasKey()) { in dispatchSaveInstanceState()
1807 if (hasKey()) { in dispatchRestoreInstanceState()
/frameworks/native/services/inputflinger/
DInputReader.cpp1269 mHaveBtnTouch = device->hasKey(BTN_TOUCH); in configure()
1270 mHaveStylus = device->hasKey(BTN_TOOL_PEN) in configure()
1271 || device->hasKey(BTN_TOOL_RUBBER) in configure()
1272 || device->hasKey(BTN_TOOL_BRUSH) in configure()
1273 || device->hasKey(BTN_TOOL_PENCIL) in configure()
1274 || device->hasKey(BTN_TOOL_AIRBRUSH); in configure()
DInputReader.h587 bool hasKey(int32_t code) { in hasKey() function
/frameworks/base/api/
Dsystem-current.txt24176 method public boolean hasKey();
Dcurrent.txt22586 method public boolean hasKey();