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

/frameworks/base/core/java/android/preference/
H A DPreference.java846 if (mRequiresKey && !hasKey()) {
881 public boolean hasKey() { method in class:Preference
905 return mPreferenceManager != null && isPersistent() && hasKey();
1754 if (hasKey()) {
1807 if (hasKey()) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp1269 mHaveBtnTouch = device->hasKey(BTN_TOUCH);
1270 mHaveStylus = device->hasKey(BTN_TOOL_PEN)
1271 || device->hasKey(BTN_TOOL_RUBBER)
1272 || device->hasKey(BTN_TOOL_BRUSH)
1273 || device->hasKey(BTN_TOOL_PENCIL)
1274 || device->hasKey(BTN_TOOL_AIRBRUSH);
H A DInputReader.h587 bool hasKey(int32_t code) { function in class:android::InputDevice

Completed in 40 milliseconds