Searched refs:mCurrentlyPressedHardwareKeys (Results 1 – 2 of 2) sorted by relevance
98 public final TreeSet<Long> mCurrentlyPressedHardwareKeys = new TreeSet<>(); field in InputLogic155 mCurrentlyPressedHardwareKeys.clear(); in startInput()
1725 if (mInputLogic.mCurrentlyPressedHardwareKeys.remove(keyIdentifier)) { in onKeyUp()