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.java130 registerListener(listener, getDisplayId()); in registerListener()
211 return getCurrentCarUxRestrictions(getDisplayId()); in getCurrentCarUxRestrictions()
397 private int getDisplayId() { in getDisplayId() method in CarUxRestrictionsManager
402 mDisplayId = mContext.getDisplayId(); in getDisplayId()
/packages/services/Car/service/src/com/android/car/systeminterface/
DDisplayInterface.java235 if (display.getDisplayId() == Display.DEFAULT_DISPLAY) { // skip main in reconfigureSecondaryDisplays()
240 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/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DTaskSystemShortcut.java211 v.getDisplay().getDisplayId()); in getOnClickListener()
236 act.getDisplayId());
DTouchInteractionService.java300 .getDisplayId(); in onCreate()
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/
DCarLauncher.java158 options.setLaunchDisplayId(getDisplay().getDisplayId()); in launchMapsActivity()
DAppLauncherUtils.java68 options.setLaunchDisplayId(context.getDisplayId()); in launchApp()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DConfigMonitor.java65 mDisplayId = display.getDisplayId(); in ConfigMonitor()
/packages/services/Car/service/src/com/android/car/
DCarUxRestrictionsManagerService.java780 if (display.getDisplayId() == Display.DEFAULT_DISPLAY && display.getAddress() == null) { in initPhysicalPort()
791 "Display %d uses port %d", display.getDisplayId(), port)); in initPhysicalPort()
/packages/services/Car/tests/carservice_test/src/com/android/car/
DSystemActivityMonitoringServiceTest.java125 startActivity(getContext(), activityB, virtualDisplay.getDisplay().getDisplayId()); in testGetTopTasksOnMultiDisplay()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/
DAudioTestFragment.java523 Log.d(TAG, "Found Display with no physical " + display.getDisplayId()); in setUpDisplayPlayer()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperPreview.java654 final int displayId = getWindow().getDecorView().getDisplay().getDisplayId(); in onServiceConnected()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DCryptKeeper.java778 v.getDisplay().getDisplayId()); in passwordEntryInit()
/packages/apps/Settings/src/com/android/settings/
DCryptKeeper.java778 v.getDisplay().getDisplayId()); in passwordEntryInit()
/packages/services/Car/service/src/com/android/car/pm/
DCarPackageManagerService.java433 int displayId = physicalDisplay.getDisplayId(); in doHandleInit()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1795 .getDefaultDisplay().getDisplayId(); in startActivityOnTheSameDisplay()