Searched defs:buttons (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DHierarchicalMove.java32 Button[] buttons = new Button[6]; field in class:HierarchicalMove
45 buttons[0] = (Button) findViewById(R.id.button0);
46 buttons[1] = (Button) findViewById(R.id.button1);
47 buttons[2] = (Button) findViewById(R.id.button2);
48 buttons[3] = (Button) findViewById(R.id.button3);
49 buttons[4] = (Button) findViewById(R.id.button4);
50 buttons[5] = (Button) findViewById(R.id.button5);
52 // Move button0, then buttons 1/2 together, then buttons 3/4/5 sequentially:
67 move0.addTarget(buttons[
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h170 // Time to allow for all fingers or buttons to settle into a stable state before
382 /* The state of the stylus buttons as a bitfield (e.g. AMOTION_EVENT_BUTTON_SECONDARY). */
383 uint32_t buttons; member in struct:android::StylusState
390 buttons = other.buttons;
397 buttons = 0;
672 /* Keeps track of the state of mouse or touch pad buttons. */
749 /* Keeps track of the state of touch, stylus and tool buttons. */
1656 // pointer to be pressed so this enables clicking or long-pressing on buttons.

Completed in 57 milliseconds