/aosp12/frameworks/base/core/java/android/view/ |
H A D | ImeInsetsSourceConsumer.java | 102 return getImm().requestImeShow(mController.getHost().getWindowToken()) in requestShow() 111 getImm().notifyImeHidden(mController.getHost().getWindowToken()); in notifyHidden() 117 final IBinder window = mController.getHost().getWindowToken(); in removeSurface() 149 final IBinder window = mController.getHost().getWindowToken(); in onPerceptible()
|
H A D | ViewRootInsetsControllerHost.java | 253 public IBinder getWindowToken() { in getWindowToken() method in ViewRootInsetsControllerHost 261 return view.getWindowToken(); in getWindowToken()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowTokenTests.java | 101 assertEquals(token, dc.getWindowToken(token.token)); in testChildRemoval() 108 assertEquals(token, dc.getWindowToken(token.token)); in testChildRemoval() 113 assertEquals(null, dc.getWindowToken(token.token)); in testChildRemoval() 126 assertNotNull(mDisplayContent.getWindowToken(token.token)); in testTokenRemovalProcess() 133 assertNull(mDisplayContent.getWindowToken(token.token)); in testTokenRemovalProcess()
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/util/ |
H A D | ImeUtil.java | 67 inputMethodManager.hideSoftInputFromWindow(v.getWindowToken(), 0 /* flags */); in hideImeKeyboard() 86 inputMethodManager.hideSoftInputFromWindow(v.getWindowToken(), 0); in hideSoftInput()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/listview/focus/ |
H A D | ListWithEditTextHeaderTest.java | 74 assertNotNull("header is not attached to a window (?!)", header.getWindowToken()); in testScrollingDoesNotDetachHeaderViewFromWindow() 86 assertNotNull("header has lost its window", header.getWindowToken()); in testScrollingDoesNotDetachHeaderViewFromWindow()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/secondarydisplay/ |
H A D | SecondaryDisplayLauncher.java | 110 if (v != null && v.getWindowToken() != null) { in onNewIntent() 112 v.getWindowToken(), 0); in onNewIntent() 240 if (v.getWindowToken() == null) return; in onIconClicked()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/security/ |
H A D | ConfirmLockPinPasswordFragment.java | 299 .hideSoftInputFromWindow(currentFocus.getWindowToken(), 0); in hideKeyboard() 330 mImm.hideSoftInputFromWindow(mPasswordField.getWindowToken(), /* flags= */ 0); in updatePasswordEntry() 341 mImm.hideSoftInputFromWindow(mPinPad.getWindowToken(), /* flags= */ 0); in updatePinEntry()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ZoomButtonsController.java | 185 if (mOwnerView.getWindowToken() == null) { 348 if (mOwnerView.getWindowToken() == null) { in setVisible() 370 mContainerLayoutParams.token = mOwnerView.getWindowToken(); in setVisible() 450 if (mOwnerView.getWindowToken() == null) return; in refreshPositioningVariables()
|
H A D | TimePickerSpinnerDelegate.java | 476 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0); in updateInputState() 479 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0); in updateInputState() 482 inputMethodManager.hideSoftInputFromWindow(mDelegator.getWindowToken(), 0); in updateInputState()
|
/aosp12/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillPopupWindow.java | 201 public IBinder getWindowToken() { in update() 202 return anchor.getWindowToken(); in update() 278 anchor.getWindowToken()); in showAsDropDown()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | InputMethodManager.java | 685 focusedView.getWindowToken(), startInputFlags, softInputMode, in startInputAsyncOnWindowFocusGain() 1642 view.getWindowToken(), in showSoftInput() 1674 mCurRootView.getView().getWindowToken(), in showSoftInputUnchecked() 1751 if (servedView == null || servedView.getWindowToken() != windowToken) { in hideSoftInputFromWindow() 1789 if (servedView == null || servedView.getWindowToken() != windowToken) { in toggleSoftInputFromWindow() 1823 hideSoftInputFromWindow(view.getWindowToken(), hideFlags, null, in toggleSoftInput() 1886 windowGainingFocus = view.getWindowToken(); in startInputInner() 2105 mCurRootView.getView().getWindowToken(), in closeCurrentInput() 2160 if (servedView == null || servedView.getWindowToken() != windowToken) { in requestImeShow() 2181 && mCurRootView.getWindowToken() == windowToken) { in notifyImeHidden() [all …]
|
/aosp12/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/ |
H A D | MainActivity.java | 138 IBinder token = getWindow().getDecorView().getWindowToken(); in updateWallOff() 155 IBinder token = getWindow().getDecorView().getWindowToken(); in updateDispOff()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/common/ |
H A D | UiUtil.java | 31 imm.hideSoftInputFromWindow(view.getWindowToken(), 0); in hideKeyboardFrom()
|
/aosp12/frameworks/base/core/java/android/webkit/ |
H A D | FindActionModeCallback.java | 227 mInput.hideSoftInputFromWindow(mWebView.getWindowToken(), 0); in onDestroyActionMode() 241 mInput.hideSoftInputFromWindow(mWebView.getWindowToken(), 0); in onActionItemClicked()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/tests/flicker/test-apps/flickerapp/src/com/android/wm/shell/flicker/testapp/ |
H A D | ImeActivity.java | 62 mImm.hideSoftInputFromWindow(mEditText.getWindowToken(), 0); in handleIntent()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ContentCaptureContextTest.java | 54 assertThat(newCtx.getWindowToken()).isEqualTo(windowToken); in testConstructorAdditionalFlags()
|
/aosp12/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/ |
H A D | QueryTextView.java | 86 imm.hideSoftInputFromWindow(getWindowToken(), 0); in hideInputMethod()
|
/aosp12/packages/apps/Car/RotaryController/tests/unit/src/com/android/car/rotary/ui/ |
H A D | FocusParkingView.java | 102 return inputMethodManager.hideSoftInputFromWindow(getWindowToken(), in performAccessibilityAction()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/ |
H A D | ExtendedEditText.java | 106 hideKeyboardAsync(ActivityContext.lookupContext(getContext()), getWindowToken()); in hideKeyboard()
|
/aosp12/frameworks/base/core/java/android/view/accessibility/ |
H A D | IAccessibilityManager.aidl | 70 IBinder getWindowToken(int windowId, int userId); in getWindowToken() method
|
/aosp12/frameworks/layoutlib/bridge/src/android/view/ |
H A D | View_Delegate.java | 43 /*package*/ static IBinder getWindowToken(View thisView) { in getWindowToken() method in View_Delegate
|
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/ |
H A D | DepthController.java | 179 IBinder windowToken = mLauncher.getRootView().getWindowToken(); in ensureDependencies() 314 IBinder windowToken = mLauncher.getRootView().getWindowToken(); in dispatchTransactionSurface()
|
/aosp12/packages/apps/Car/SystemUI/src/com/android/systemui/wm/ |
H A D | DisplaySystemBarsInsetsControllerHost.java | 165 public IBinder getWindowToken() { in getWindowToken() method in DisplaySystemBarsInsetsControllerHost
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/ |
H A D | SystemWindows.java | 257 view != null ? mViewRoots.get(view).getWindowToken() : null); in setShellRootAccessibilityWindow() 321 IBinder token = rootView.getWindowToken(); in setTouchableRegionForWindow()
|
/aosp12/packages/services/Car/tests/MultiDisplaySecondaryHomeTestLauncher/src/com/android/car/multidisplay/launcher/ |
H A D | LauncherActivity.java | 204 if (v != null && v.getWindowToken() != null) { in onNewIntent() 206 v.getWindowToken(), 0); in onNewIntent()
|