/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/ |
D | InputManager.java | 85 void addFocusableDisplay(int displayId) { in addFocusableDisplay() 93 void removeFocusableDisplay(int displayId) { in removeFocusableDisplay() 103 void sendInputEvent(InputDeviceType deviceType, InputEvent inputEvent, int displayId) { in sendInputEvent() 144 void sendBack(int displayId) { in sendBack() 155 displayId); in sendBack() local 159 void sendHome(int displayId) { in sendHome() 168 private void sendTouchEvent(InputDeviceType deviceType, MotionEvent event, int displayId) { in sendTouchEvent() 183 displayId); in sendTouchEvent() local 187 private void sendKeyEvent(InputDeviceType deviceType, KeyEvent event, int displayId) { in sendKeyEvent() 198 displayId); in sendKeyEvent() local [all …]
|
D | DisplayAdapter.java | 83 int displayId = in onFullscreenActivityResult() local 102 void removeDisplay(int displayId) { in removeDisplay() 113 void rotateDisplay(int displayId, int rotationDegrees) { in rotateDisplay() 156 private DisplayHolder getDisplayHolder(int displayId) { in getDisplayHolder() 421 RemoteDisplay(int displayId, boolean homeSupported, boolean rotationSupported) { in RemoteDisplay()
|
D | DisplayController.java | 38 DisplayController(int displayId, RemoteIo remoteIo) { in DisplayController()
|
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/ |
D | DisplayRepository.java | 47 void removeDisplay(int displayId) { in removeDisplay() 55 void onDisplayChanged(int displayId) { in onDisplayChanged() 91 int getRemoteDisplayId(int displayId) { in getRemoteDisplayId() 106 private Optional<RemoteDisplay> getDisplay(int displayId) { in getDisplay()
|
D | RunningVdmUidsTracker.java | 83 public void onTopActivityChanged(int displayId, @NonNull ComponentName componentName) { in onTopActivityChanged() 107 public void onDisplayEmpty(int displayId) { in onDisplayEmpty()
|
D | DisplayActivity.java | 366 public void onDisplayAdded(int displayId) {} in onDisplayAdded() 369 public void onDisplayRemoved(int displayId) { in onDisplayRemoved() 376 public void onDisplayChanged(int displayId) {} in onDisplayChanged()
|
D | VdmCompat.java | 49 static void setDisplayImePolicy(VirtualDevice virtualDevice, int displayId, int policy) { in setDisplayImePolicy()
|
D | RemoteDisplay.java | 159 int displayId, in RemoteDisplay()
|
/development/tools/winscope/src/viewers/common/ |
D | display_identifier.ts | 18 displayId: number | string; property
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | PresentationActivity.java | 182 int displayId = mActivePresentations.keyAt(i); in onPause() local 200 final int displayId = display.getDisplayId(); in showPresentation() local 218 final int displayId = display.getDisplayId(); in hidePresentation() local 235 final int displayId = display.getDisplayId(); in setPresentationDisplayMode() local 385 final int displayId = display.getDisplayId(); in getView() local 501 final int displayId = display.getDisplayId(); in onCreate() local
|
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/ |
D | HomeDemoActivity.java | 100 private String getRequiredDisplayCategory(int displayId) { in getRequiredDisplayCategory()
|
/development/tools/winscope/src/parsers/window_manager/computations/ |
D | rects_computation.ts | 62 const displayId = container.getEagerPropertyByName('displayId')?.getValue(); constant
|
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/ |
D | VideoManager.java | 105 int displayId, RemoteIo remoteIo, boolean recordEncoderOutput) { in createDisplayEncoder() 116 public static VideoManager createDisplayDecoder(int displayId, RemoteIo remoteIo) { in createDisplayDecoder() 356 DisplayProtoHelper(int displayId) { in DisplayProtoHelper()
|
/development/tools/winscope/src/viewers/viewer_surface_flinger/ |
D | presenter.ts | 508 const displayId = rect.id.slice(10, rect.id.length); constant
|
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/ |
D | LauncherActivity.java | 313 DisplayItem(int displayId, String description) { in DisplayItem()
|