Home
last modified time | relevance | path

Searched defs:isKeyPressed (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameControllerInput.java255 public boolean isKeyPressed(int keyIndex) { in isKeyPressed() method in GameControllerInput.InputDeviceState
/aosp_15_r20/frameworks/native/services/inputflinger/reader/include/
H A DInputDevice.h436 inline bool isKeyPressed(int32_t scanCode) const { in isKeyPressed() function