Searched defs:poke (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/misc/
H A DDozeTrigger.java24 * You can occasionally poke the trigger to wake it up, but it will fall asleep if left untouched.
82 public void poke() { method in class:DozeTrigger
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDeadZone.java129 poke(event);
162 private void poke(MotionEvent event) { method in class:DeadZone
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DMLand.java684 poke(i);
840 poke(playerIndex, x, y);
855 poke(0);
874 poke(player);
902 private void poke(int playerIndex) { method in class:MLand
903 poke(playerIndex, -1, -1);
906 private void poke(int playerIndex, float x, float y) { method in class:MLand
907 L("poke(%d)", playerIndex);

Completed in 118 milliseconds