Home
last modified time | relevance | path

Searched refs:windowType (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Car/RotaryController/src/com/android/car/rotary/
DWindowCache.java68 void saveWindowType(int windowId, int windowType) { in saveWindowType() argument
76 mWindowTypes.put(windowId, windowType); in saveWindowType()
DRotaryService.java2108 Integer windowType = mWindowCache.getWindowType(targetWindowId); in maybeClearFocusInCurrentWindow() local
2109 if (windowType != null && windowType == TYPE_INPUT_METHOD) { in maybeClearFocusInCurrentWindow()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRemoteAnimationTargets.java81 if (target.windowType == TYPE_NAVIGATION_BAR) { in getNavBarRemoteAnimationTarget()
/packages/services/Telephony/src/com/android/phone/
DPhoneUtils.java576 Phone phone, int windowType) { in createUssdDialog() argument
598 ussdDialog.getWindow().setType(windowType); in createUssdDialog()
/packages/apps/Car/SystemUI/src/com/android/systemui/car/volume/
DCarVolumeDialogImpl.java224 public void init(int windowType, Callback callback) { in init() argument