Searched refs:windowType (Results 1 – 5 of 5) sorted by relevance
68 void saveWindowType(int windowId, int windowType) { in saveWindowType() argument76 mWindowTypes.put(windowId, windowType); in saveWindowType()
2108 Integer windowType = mWindowCache.getWindowType(targetWindowId); in maybeClearFocusInCurrentWindow() local2109 if (windowType != null && windowType == TYPE_INPUT_METHOD) { in maybeClearFocusInCurrentWindow()
81 if (target.windowType == TYPE_NAVIGATION_BAR) { in getNavBarRemoteAnimationTarget()
576 Phone phone, int windowType) { in createUssdDialog() argument598 ussdDialog.getWindow().setType(windowType); in createUssdDialog()
224 public void init(int windowType, Callback callback) { in init() argument