Home
last modified time | relevance | path

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

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