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

/frameworks/base/core/java/android/preference/
H A DPreference.java813 if (mRequiresKey && !hasKey()) {
848 public boolean hasKey() { method in class:Preference
872 return mPreferenceManager != null && isPersistent() && hasKey();
1700 if (hasKey()) {
1753 if (hasKey()) {
/frameworks/base/services/input/
H A DInputReader.cpp1255 mHaveBtnTouch = device->hasKey(BTN_TOUCH);
1256 mHaveStylus = device->hasKey(BTN_TOOL_PEN)
1257 || device->hasKey(BTN_TOOL_RUBBER)
1258 || device->hasKey(BTN_TOOL_BRUSH)
1259 || device->hasKey(BTN_TOOL_PENCIL)
1260 || device->hasKey(BTN_TOOL_AIRBRUSH);
H A DInputReader.h553 bool hasKey(int32_t code) { function in class:android::InputDevice

Completed in 2396 milliseconds