/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/ |
D | HierarchicalMove.java | 32 Button[] buttons = new Button[6]; field in HierarchicalMove 45 buttons[0] = (Button) findViewById(R.id.button0); in onCreate() 46 buttons[1] = (Button) findViewById(R.id.button1); in onCreate() 47 buttons[2] = (Button) findViewById(R.id.button2); in onCreate() 48 buttons[3] = (Button) findViewById(R.id.button3); in onCreate() 49 buttons[4] = (Button) findViewById(R.id.button4); in onCreate() 50 buttons[5] = (Button) findViewById(R.id.button5); in onCreate() 67 move0.addTarget(buttons[0]); in onCreate() 77 changeBounds1.addTarget(buttons[1]); in onCreate() 79 changeBounds2.addTarget(buttons[2]); in onCreate() [all …]
|
/frameworks/native/services/vr/virtual_touchpad/ |
D | VirtualTouchpadEvdev.cpp | 141 int VirtualTouchpadEvdev::ButtonState(int touchpad_id, int buttons) { in ButtonState() argument 146 const int changes = touchpad.last_motion_event_buttons ^ buttons; in ButtonState() 150 if (buttons & ~AMOTION_EVENT_BUTTON_BACK) { in ButtonState() 154 buttons); in ButtonState() 161 touchpad.injector->SendKey(BTN_BACK, (buttons & AMOTION_EVENT_BUTTON_BACK) in ButtonState() 166 touchpad.last_motion_event_buttons = buttons; in ButtonState()
|
D | DvrVirtualTouchpadClient.cpp | 39 int buttons) { in dvrVirtualTouchpadButtonState() argument 40 return FromC(client)->ButtonState(touchpad, buttons); in dvrVirtualTouchpadButtonState()
|
D | VirtualTouchpadClient.cpp | 56 status_t ButtonState(int touchpad, int buttons) override { in ButtonState() argument 60 return service_->buttonState(touchpad, buttons).transactionError(); in ButtonState()
|
D | VirtualTouchpadService.cpp | 80 binder::Status VirtualTouchpadService::buttonState(int touchpad, int buttons) { in buttonState() argument 84 if (const status_t error = touchpad_->ButtonState(touchpad, buttons)) { in buttonState()
|
D | VirtualTouchpadService.h | 25 binder::Status buttonState(int touchpad, int buttons) override;
|
D | VirtualTouchpadEvdev.h | 23 status_t ButtonState(int touchpad, int buttons) override;
|
/frameworks/base/data/keyboards/ |
D | Vendor_046d_Product_c299.kl | 19 # 4 way buttons above hat 25 # Row of buttons under hat
|
D | Vendor_046d_Product_c294.kl | 19 # 4 way buttons above hat 25 # Row of buttons under hat
|
D | Vendor_046d_Product_c532.kl | 24 # - The AVR / STB / TV power and input buttons seem to be non-functional 25 # as well as several of the other fn buttons and the PIP button?
|
D | Virtual.kcm | 477 ### Gamepad buttons ###
|
D | Generic.kcm | 480 ### Gamepad buttons ###
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
D | ScreenPinningRequest.java | 218 View buttons = mLayout.findViewById(R.id.screen_pinning_buttons); in inflateView() local 220 buttons.setLayoutDirection(View.LAYOUT_DIRECTION_LOCALE); in inflateView() 221 swapChildrenIfRtlAndVertical(buttons); in inflateView() 223 buttons.setVisibility(View.GONE); in inflateView()
|
/frameworks/native/services/vr/virtual_touchpad/aidl/android/dvr/ |
D | VirtualTouchpadService.aidl | 36 void buttonState(int touchpad, int buttons) = 3; in buttonState() argument
|
/frameworks/native/services/vr/virtual_touchpad/include/dvr/ |
D | virtual_touchpad_client.h | 62 int buttons);
|
/frameworks/native/services/vr/virtual_touchpad/include/ |
D | VirtualTouchpadClient.h | 19 status_t ButtonState(int touchpad, int buttons) override;
|
D | VirtualTouchpad.h | 62 virtual status_t ButtonState(int touchpad, int buttons) = 0;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 243 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons() argument 245 for (int i = 0; i < buttons.length; i++) { in inflateButtons() 246 inflateButton(buttons[i], parent, landscape, start); in inflateButtons()
|
/frameworks/support/samples/SupportDesignDemos/src/com/example/android/support/design/widget/ |
D | TabLayoutPreselectedUsage.java | 60 findViewById(R.id.buttons).setVisibility(View.GONE); in onCreate()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.h | 348 uint32_t buttons; member 355 buttons = other.buttons; in copyFrom() 362 buttons = 0; in clear()
|
D | InputReader.cpp | 2059 dump.appendFormat(INDENT4 "Button State: 0x%08x\n", state.buttons); in dumpStylusState() 4513 mCurrentRawState.buttonState |= mExternalStylusState.buttons; in applyExternalStylusButtonState() 7061 mStylusState.buttons = mTouchButtonAccumulator.getButtonState(); in sync()
|
/frameworks/native/libs/vr/libdvr/include/dvr/ |
D | dvr_api.h | 296 int touchpad, int buttons);
|
/frameworks/base/proto/src/ |
D | metrics_constants.proto | 1218 // OPEN: Volume Dialog (with hardware buttons) 1760 // Tuner: Change do not disturb volume buttons shortcut.
|