Home
last modified time | relevance | path

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

/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/
DPresentTestFragment.java132 int displayId = presentation.getDisplay().getDisplayId(); in setupListeners()
148 R.string.presentation_alert_info_text, display.getDisplayId())) in setupListeners()
206 final int displayId = display.getDisplayId(); in showPresentation()
225 final int displayId = display.getDisplayId(); in hidePresentation()
265 final int displayId = display.getDisplayId(); in getView()
280 if (displayId == mCurrentDisplay.getDisplayId()) { in getView()
331 int displayId = display.getDisplayId(); in onCreate()
/packages/apps/Car/Cluster/src/android/car/cluster/
DClusterDisplayProvider.java61 clusterDisplay.getName(), clusterDisplay.getDisplayId(), in ClusterDisplayProvider()
63 mClusterDisplayId = clusterDisplay.getDisplayId(); in ClusterDisplayProvider()
64 clusterDisplayListener.onDisplayAdded(clusterDisplay.getDisplayId()); in ClusterDisplayProvider()
136 if (display.getDisplayId() != Display.DEFAULT_DISPLAY in getInstrumentClusterDisplay()
DNavigationFragment.java199 ? mVirtualDisplay.getDisplay().getDisplayId() : Display.INVALID_DISPLAY; in getVirtualDisplayId()
/packages/services/Car/car-lib/src/android/car/drivingstate/
DCarUxRestrictionsManager.java103 registerListener(listener, getDisplayId()); in registerListener()
183 return getCurrentCarUxRestrictions(getDisplayId()); in getCurrentCarUxRestrictions()
369 private int getDisplayId() { in getDisplayId() method in CarUxRestrictionsManager
374 mDisplayId = getContext().getDisplayId(); in getDisplayId()
/packages/services/Car/service/src/com/android/car/systeminterface/
DDisplayInterface.java252 if (display.getDisplayId() == Display.DEFAULT_DISPLAY) { // skip main in reconfigureSecondaryDisplays()
257 int displayId = display.getDisplayId(); in reconfigureSecondaryDisplays()
/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
DLauncherActivity.java240 final int currentDisplayId = view.getDisplay().getDisplayId(); in refreshDisplayPicker()
247 final int id = display.getDisplayId(); in refreshDisplayPicker()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DCarLauncher.java170 options.setLaunchDisplayId(getDisplay().getDisplayId()); in launchMapsActivity()
DAppLauncherUtils.java84 options.setLaunchDisplayId(context.getDisplayId()); in launchApp()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DDefaultDisplay.java133 id = display.getDisplayId(); in Info()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DSystemActivityMonitoringServiceTest.java125 startActivity(getContext(), activityB, virtualDisplay.getDisplay().getDisplayId()); in testGetTopTasksOnMultiDisplay()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java889 if (display.getDisplayId() == Display.DEFAULT_DISPLAY && display.getAddress() == null) { in initPhysicalPort()
900 "Display %d uses port %d", display.getDisplayId(), port)); in initPhysicalPort()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java608 mCurDisplayId = wm.getDefaultDisplay().getDisplayId(); in onCreate()
805 final int newDisplayId = wm.getDefaultDisplay().getDisplayId(); in onInitializeInterface()
1820 .getDefaultDisplay().getDisplayId(); in startActivityOnTheSameDisplay()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskSystemShortcut.java233 act.getDisplayId());
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DLivePreviewFragment.java507 int displayId = root.getDisplay().getDisplayId(); in onServiceConnected()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioTestFragment.java527 Log.d(TAG, "Found Display with no physical " + display.getDisplayId()); in setUpDisplayPlayer()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java636 final int displayId = getWindow().getDecorView().getDisplay().getDisplayId(); in onServiceConnected()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java777 v.getDisplay().getDisplayId()); in passwordEntryInit()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java777 v.getDisplay().getDisplayId()); in passwordEntryInit()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java441 int displayId = physicalDisplay.getDisplayId(); in doHandleInit()