Searched refs:windowType (Results 1 – 9 of 9) sorted by relevance
65 void saveWindowType(int windowId, int windowType) { in saveWindowType() argument73 mWindowTypes.put(windowId, windowType); in saveWindowType()
2478 Integer windowType = mWindowCache.getWindowType(targetWindowId); in maybeClearFocusInCurrentWindow() local2479 if (windowType != null && windowType == TYPE_INPUT_METHOD) { in maybeClearFocusInCurrentWindow()
94 if (target.windowType == type) { in getNonAppTargetOfType()
215 if (target.windowType == TYPE_DOCK_DIVIDER) { in classifyTargets()
524 if (nonAppTargets[i].windowType == TYPE_DOCK_DIVIDER && leash != null) { in composeRecentsSplitLaunchAnimatorLegacy()729 if (target.windowType == TYPE_DOCK_DIVIDER && leash != null && leash.isValid()) { in createSplitAuxiliarySurfacesAnimator()
580 Phone phone, int windowType) { in createUssdDialog() argument602 ussdDialog.getWindow().setType(windowType); in createUssdDialog()
632 void changeWindowType(int windowType) { in changeWindowType() argument633 mWindowType = windowType; in changeWindowType()
537 final int windowType = in createAllWindowParams() local540 createDefaultWindowLayoutParams(windowType, TaskbarActivityContext.WINDOW_TITLE); in createAllWindowParams()545 createDefaultWindowLayoutParams(windowType, in createAllWindowParams()
323 public void init(int windowType, Callback callback) { in init() argument