/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 | 130 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/ |
D | DisplayInterface.java | 235 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/ |
D | LauncherActivity.java | 240 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/ |
D | TaskSystemShortcut.java | 211 v.getDisplay().getDisplayId()); in getOnClickListener() 236 act.getDisplayId());
|
D | TouchInteractionService.java | 300 .getDisplayId(); in onCreate()
|
/packages/apps/Car/Launcher/src/com/android/car/carlauncher/ |
D | CarLauncher.java | 158 options.setLaunchDisplayId(getDisplay().getDisplayId()); in launchMapsActivity()
|
D | AppLauncherUtils.java | 68 options.setLaunchDisplayId(context.getDisplayId()); in launchApp()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | ConfigMonitor.java | 65 mDisplayId = display.getDisplayId(); in ConfigMonitor()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarUxRestrictionsManagerService.java | 780 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/ |
D | SystemActivityMonitoringServiceTest.java | 125 startActivity(getContext(), activityB, virtualDisplay.getDisplay().getDisplayId()); in testGetTopTasksOnMultiDisplay()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/audio/ |
D | AudioTestFragment.java | 523 Log.d(TAG, "Found Display with no physical " + display.getDisplayId()); in setUpDisplayPlayer()
|
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperPreview.java | 654 final int displayId = getWindow().getDecorView().getDisplay().getDisplayId(); in onServiceConnected()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/ |
D | CryptKeeper.java | 778 v.getDisplay().getDisplayId()); in passwordEntryInit()
|
/packages/apps/Settings/src/com/android/settings/ |
D | CryptKeeper.java | 778 v.getDisplay().getDisplayId()); in passwordEntryInit()
|
/packages/services/Car/service/src/com/android/car/pm/ |
D | CarPackageManagerService.java | 433 int displayId = physicalDisplay.getDisplayId(); in doHandleInit()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 1795 .getDefaultDisplay().getDisplayId(); in startActivityOnTheSameDisplay()
|