Home
last modified time | relevance | path

Searched refs:newDisplayId (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DButtonSelectionStateListener.java53 public void onTaskDisplayChanged(int taskId, int newDisplayId) { in onTaskDisplayChanged() argument
/packages/services/Car/service/src/com/android/car/
DCarInputService.java382 int newDisplayId = mCarOccupantZoneService.getDisplayIdForDriver(targetDisplayType); in assignDisplayId() local
385 event.setDisplayId(newDisplayId); in assignDisplayId()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java805 final int newDisplayId = wm.getDefaultDisplay().getDisplayId(); in onInitializeInterface() local
806 if (mCurDisplayId != newDisplayId || !mDisplayContext.getResources().getConfiguration() in onInitializeInterface()
808 mCurDisplayId = newDisplayId; in onInitializeInterface()