Searched refs:pressed (Results 1 – 7 of 7) sorted by relevance
65 assertFalse(nonStickyKey.pressed); in testKeyOnPressedAndReleased()66 assertFalse(stickyKey.pressed); in testKeyOnPressedAndReleased()73 assertTrue(nonStickyKey.pressed); in testKeyOnPressedAndReleased()74 assertTrue(stickyKey.pressed); in testKeyOnPressedAndReleased()82 assertFalse(nonStickyKey.pressed); in testKeyOnPressedAndReleased()83 assertFalse(stickyKey.pressed); in testKeyOnPressedAndReleased()90 assertTrue(nonStickyKey.pressed); in testKeyOnPressedAndReleased()91 assertTrue(stickyKey.pressed); in testKeyOnPressedAndReleased()99 assertFalse(nonStickyKey.pressed); in testKeyOnPressedAndReleased()100 assertFalse(stickyKey.pressed); in testKeyOnPressedAndReleased()[all …]
385 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() argument386 super.dispatchSetPressed(pressed); in dispatchSetPressed()
3164 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() argument3165 super.dispatchSetPressed(pressed); in dispatchSetPressed()
5554 public void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() argument5555 super.dispatchSetPressed(pressed); in dispatchSetPressed()
1379 protected void dispatchSetPressed(boolean pressed) { in dispatchSetPressed() argument1380 super.dispatchSetPressed(pressed); in dispatchSetPressed()
20922 field @Deprecated public boolean pressed;