Home
last modified time | relevance | path

Searched refs:getDisplayId (Results 1 – 12 of 12) sorted by relevance

/development/samples/VirtualDeviceManager/host/src/com/example/android/vdmdemo/host/
DRemoteDisplay.java124 mRemoteDisplayId = event.getDisplayId(); in RemoteDisplay()
156 getDisplayId(), in RemoteDisplay()
162 .setAssociatedDisplayId(mVirtualDisplay.getDisplay().getDisplayId()) in RemoteDisplay()
170 .setAssociatedDisplayId(getDisplayId()) in RemoteDisplay()
204 .setAssociatedDisplayId(mVirtualDisplay.getDisplay().getDisplayId()) in reset()
223 intent, ActivityOptions.makeBasic().setLaunchDisplayId(getDisplayId()).toBundle()); in launchIntent()
230 int getDisplayId() { in getDisplayId() method in RemoteDisplay
231 return mVirtualDisplay.getDisplay().getDisplayId(); in getDisplayId()
254 if (event.getDisplayId() != mRemoteDisplayId) { in processRemoteEvent()
277 mDisplayType == DISPLAY_TYPE_MIRROR ? Display.DEFAULT_DISPLAY : getDisplayId(); in goHome()
[all …]
DDisplayRepository.java60 Optional<RemoteDisplay> display = getDisplayByRemoteId(event.getDisplayId()); in resetDisplay()
75 .mapToInt(RemoteDisplay::getDisplayId) in getDisplayIds()
106 .filter(display -> display.getDisplayId() == displayId) in getDisplay()
DVdmProxyIme.java70 getWindow().getWindow().getDecorView().getDisplay().getDisplayId()); in getRemoteDisplayId()
DVdmService.java289 mDisplayRepository.removeDisplayByRemoteId(event.getDisplayId()); in processRemoteEvent()
291 mInputController.setFocusedRemoteDisplayId(event.getDisplayId()); in processRemoteEvent()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPresentationActivity.java159 mSavedPresentationContents.get(display.getDisplayId()); in onResume()
200 final int displayId = display.getDisplayId(); in showPresentation()
218 final int displayId = display.getDisplayId(); in hidePresentation()
235 final int displayId = display.getDisplayId(); in setPresentationDisplayMode()
284 R.string.presentation_alert_info_text, display.getDisplayId())) in onClick()
355 int displayId = presentation.getDisplay().getDisplayId();
385 final int displayId = display.getDisplayId(); in getView()
501 final int displayId = display.getDisplayId(); in onCreate()
/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
DDisplayAdapter.java103 if (displayId == mDisplayRepository.get(i).getDisplayId()) { in removeDisplay()
119 DisplayHolder holder = getDisplayHolder(event.getDisplayId()); in processDisplayChange()
156 if (displayId == mDisplayRepository.get(i).getDisplayId()) { in getDisplayHolder()
186 return mDisplayRepository.get(position).getDisplayId(); in getItemId()
279 mDisplayId = remoteDisplay.getDisplayId(); in onBind()
413 int getDisplayId() { in getDisplayId() method in DisplayAdapter.RemoteDisplay
DMainActivity.java217 runOnUiThread(() -> mDisplayAdapter.removeDisplay(event.getDisplayId())); in processRemoteEvent()
220 event.getDisplayId(), event.getDisplayRotation().getRotationDegrees())); in processRemoteEvent()
/development/samples/VirtualDeviceManager/demos/src/com/example/android/vdmdemo/demos/
DHomeDemoActivity.java81 options.setLaunchDisplayId(displays[which - 1].getDisplayId()); in sendIntentToDisplay()
/development/samples/MultiDisplay/src/com/example/android/multidisplay/launcher/
DLauncherActivity.java226 final int currentDisplayId = view.getDisplay().getDisplayId(); in refreshDisplayPicker()
233 final int id = display.getDisplayId(); in refreshDisplayPicker()
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/
DOverlayDisplayWindow.java372 if (displayId == mDefaultDisplay.getDisplayId()) {
383 if (displayId == mDefaultDisplay.getDisplayId()) {
/development/samples/MultiDisplay/src/com/example/android/multidisplay/wallpaper/
DSampleWallpaper.java256 if (mDisplay.getDisplayId() == displayId) {
/development/samples/VirtualDeviceManager/common/src/com/example/android/vdmdemo/common/
DVideoManager.java362 if (event.hasDisplayFrame() && event.getDisplayId() == mDisplayId) { in extractEncodedFrame()