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

/frameworks/base/core/java/android/preference/
H A DPreference.java815 if (mRequiresKey && !hasKey()) {
850 public boolean hasKey() { method in class:Preference
874 return mPreferenceManager != null && isPersistent() && hasKey();
1723 if (hasKey()) {
1776 if (hasKey()) {
/frameworks/base/services/input/
H A DInputReader.cpp1258 mHaveBtnTouch = device->hasKey(BTN_TOUCH);
1259 mHaveStylus = device->hasKey(BTN_TOOL_PEN)
1260 || device->hasKey(BTN_TOOL_RUBBER)
1261 || device->hasKey(BTN_TOOL_BRUSH)
1262 || device->hasKey(BTN_TOOL_PENCIL)
1263 || device->hasKey(BTN_TOOL_AIRBRUSH);
H A DInputReader.h554 bool hasKey(int32_t code) { function in class:android::InputDevice

Completed in 152 milliseconds