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.java376 int currentDisplayId = view.getDisplay().getDisplayId(); in refreshDisplayPicker() local
377 Log.d(TAG, "refreshing " + view + " from display " + currentDisplayId); in refreshDisplayPicker()
387 boolean isCurrentDisplay = id == currentDisplayId; in refreshDisplayPicker()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1853 final int currentDisplayId = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)) in startActivityOnTheSameDisplay() local
1857 ActivityOptions.makeBasic().setLaunchDisplayId(currentDisplayId).toBundle()); in startActivityOnTheSameDisplay()