Home
last modified time | relevance | path

Searched defs:displayId (Results 1 – 15 of 15) sorted by relevance

/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DInputManager.java85 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 …]
DDisplayAdapter.java83 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()
DDisplayController.java38 DisplayController(int displayId, RemoteIo remoteIo) { in DisplayController()
/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DDisplayRepository.java47 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()
DRunningVdmUidsTracker.java83 public void onTopActivityChanged(int displayId, @NonNull ComponentName componentName) { in onTopActivityChanged()
107 public void onDisplayEmpty(int displayId) { in onDisplayEmpty()
DDisplayActivity.java366 public void onDisplayAdded(int displayId) {} in onDisplayAdded()
369 public void onDisplayRemoved(int displayId) { in onDisplayRemoved()
376 public void onDisplayChanged(int displayId) {} in onDisplayChanged()
DVdmCompat.java49 static void setDisplayImePolicy(VirtualDevice virtualDevice, int displayId, int policy) { in setDisplayImePolicy()
DRemoteDisplay.java159 int displayId, in RemoteDisplay()
/development/tools/winscope/src/viewers/common/
Ddisplay_identifier.ts18 displayId: number | string; property
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java182 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/
DHomeDemoActivity.java100 private String getRequiredDisplayCategory(int displayId) { in getRequiredDisplayCategory()
/development/tools/winscope/src/parsers/window_manager/computations/
Drects_computation.ts62 const displayId = container.getEagerPropertyByName('displayId')?.getValue(); constant
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java105 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/
Dpresenter.ts508 const displayId = rect.id.slice(10, rect.id.length); constant
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java313 DisplayItem(int displayId, String description) { in DisplayItem()