Home
last modified time | relevance | path

Searched refs:currentDisplayId (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/
H A DLauncherActivity.java240 final int currentDisplayId = view.getDisplay().getDisplayId(); in refreshDisplayPicker() local
249 final boolean isCurrentDisplay = id == currentDisplayId; in refreshDisplayPicker()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1838 final int currentDisplayId = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)) in startActivityOnTheSameDisplay() local
1842 ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle()); in startActivityOnTheSameDisplay()