OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clickButton
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java
87
clickButton
();
100
clickButton
();
163
clickButton
();
204
private void
clickButton
() throws Throwable {
/external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java
226
final InputButton
clickButton
= keys[KeyEvent.KEYCODE_DPAD_CENTER]; // special case
234
if (mUseClickButtonForAttack &&
clickButton
.getPressed()) {
235
mAttackButton.press(
clickButton
.getLastPressedTime(),
clickButton
.getMagnitude());
Completed in 830 milliseconds