Searched refs:getDisplayId (Results 1 – 12 of 12) sorted by relevance
124 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 RemoteDisplay231 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 …]
60 Optional<RemoteDisplay> display = getDisplayByRemoteId(event.getDisplayId()); in resetDisplay()75 .mapToInt(RemoteDisplay::getDisplayId) in getDisplayIds()106 .filter(display -> display.getDisplayId() == displayId) in getDisplay()
70 getWindow().getWindow().getDecorView().getDisplay().getDisplayId()); in getRemoteDisplayId()
289 mDisplayRepository.removeDisplayByRemoteId(event.getDisplayId()); in processRemoteEvent()291 mInputController.setFocusedRemoteDisplayId(event.getDisplayId()); in processRemoteEvent()
159 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()
103 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
217 runOnUiThread(() -> mDisplayAdapter.removeDisplay(event.getDisplayId())); in processRemoteEvent()220 event.getDisplayId(), event.getDisplayRotation().getRotationDegrees())); in processRemoteEvent()
81 options.setLaunchDisplayId(displays[which - 1].getDisplayId()); in sendIntentToDisplay()
226 final int currentDisplayId = view.getDisplay().getDisplayId(); in refreshDisplayPicker()233 final int id = display.getDisplayId(); in refreshDisplayPicker()
372 if (displayId == mDefaultDisplay.getDisplayId()) {383 if (displayId == mDefaultDisplay.getDisplayId()) {
256 if (mDisplay.getDisplayId() == displayId) {
362 if (event.hasDisplayFrame() && event.getDisplayId() == mDisplayId) { in extractEncodedFrame()