/packages/services/Car/tests/MultiDisplayTest/src/com/google/android/car/multidisplaytest/present/ |
D | PresentTestFragment.java | 132 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/ |
D | ClusterDisplayProvider.java | 61 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()
|
D | NavigationFragment.java | 199 ? mVirtualDisplay.getDisplay().getDisplayId() : Display.INVALID_DISPLAY; in getVirtualDisplayId()
|
/packages/services/Car/car-lib/src/android/car/drivingstate/ |
D | CarUxRestrictionsManager.java | 103 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/ |
D | DisplayInterface.java | 252 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/ |
D | LauncherActivity.java | 240 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/ |
D | CarLauncher.java | 170 options.setLaunchDisplayId(getDisplay().getDisplayId()); in launchMapsActivity()
|
D | AppLauncherUtils.java | 84 options.setLaunchDisplayId(context.getDisplayId()); in launchApp()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | DefaultDisplay.java | 133 id = display.getDisplayId(); in Info()
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | SystemActivityMonitoringServiceTest.java | 125 startActivity(getContext(), activityB, virtualDisplay.getDisplay().getDisplayId()); in testGetTopTasksOnMultiDisplay()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarUxRestrictionsManagerService.java | 889 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/ |
D | LatinIME.java | 608 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/ |
D | TaskSystemShortcut.java | 233 act.getDisplayId());
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/ |
D | LivePreviewFragment.java | 507 int displayId = root.getDisplay().getDisplayId(); in onServiceConnected()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
D | AudioTestFragment.java | 527 Log.d(TAG, "Found Display with no physical " + display.getDisplayId()); in setUpDisplayPlayer()
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 636 final int displayId = getWindow().getDecorView().getDisplay().getDisplayId(); in onServiceConnected()
|
/packages/apps/Settings/src/com/android/settings/ |
D | CryptKeeper.java | 777 v.getDisplay().getDisplayId()); in passwordEntryInit()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | CryptKeeper.java | 777 v.getDisplay().getDisplayId()); in passwordEntryInit()
|
/packages/services/Car/service/src/com/android/car/pm/ |
D | CarPackageManagerService.java | 441 int displayId = physicalDisplay.getDisplayId(); in doHandleInit()
|