/frameworks/base/services/tests/InputMethodSystemServerTests/src/com/android/server/inputmethod/ |
D | ImeVisibilityStateComputerTest.java | 96 initImeTargetWindowState(mWindowToken); in testRequestImeVisibility_showImplicit() 99 mComputer.requestImeVisibility(mWindowToken, res); in testRequestImeVisibility_showImplicit() 101 final ImeTargetWindowState state = mComputer.getWindowStateOrNull(mWindowToken); in testRequestImeVisibility_showImplicit() 112 initImeTargetWindowState(mWindowToken); in testRequestImeVisibility_showExplicit() 114 mComputer.requestImeVisibility(mWindowToken, res); in testRequestImeVisibility_showExplicit() 116 final ImeTargetWindowState state = mComputer.getWindowStateOrNull(mWindowToken); in testRequestImeVisibility_showExplicit() 131 initImeTargetWindowState(mWindowToken); in testRequestImeVisibility_showExplicit_thenShowImplicit() 145 initImeTargetWindowState(mWindowToken); in testRequestImeVisibility_showForced_thenShowExplicit() 158 initImeTargetWindowState(mWindowToken); in testRequestImeVisibility_showImplicit_a11yNoImePolicy() 161 mComputer.requestImeVisibility(mWindowToken, res); in testRequestImeVisibility_showImplicit_a11yNoImePolicy() [all …]
|
D | DefaultImeVisibilityApplierTest.java | 108 mVisibilityApplier.applyImeVisibility(mWindowToken, ImeTracker.Token.empty(), in testApplyImeVisibility_throwForInvalidState() 118 mVisibilityApplier.applyImeVisibility(mWindowToken, statsToken, STATE_SHOW_IME, in testApplyImeVisibility_showIme() 121 verify(mMockWindowManagerInternal).showImePostLayout(eq(mWindowToken), eq(statsToken)); in testApplyImeVisibility_showIme() 128 mVisibilityApplier.applyImeVisibility(mWindowToken, statsToken, STATE_HIDE_IME, in testApplyImeVisibility_hideIme() 131 verify(mMockWindowManagerInternal).hideIme(eq(mWindowToken), anyInt() /* displayId */, in testApplyImeVisibility_hideIme() 139 mVisibilityApplier.applyImeVisibility(mWindowToken, ImeTracker.Token.empty(), in testApplyImeVisibility_hideImeExplicit() 149 mVisibilityApplier.applyImeVisibility(mWindowToken, ImeTracker.Token.empty(), in testApplyImeVisibility_hideNotAlways() 158 mVisibilityApplier.applyImeVisibility(mWindowToken, ImeTracker.Token.empty(), in testApplyImeVisibility_showImeImplicit() 170 startInputOrWindowGainedFocus(mWindowToken, SOFT_INPUT_STATE_ALWAYS_VISIBLE); in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay() 179 mVisibilityApplier.applyImeVisibility(mWindowToken, statsToken, STATE_HIDE_IME, in testApplyImeVisibility_hideImeFromTargetOnSecondaryDisplay() [all …]
|
D | InputMethodManagerServiceWindowGainedFocusTest.java | 259 mWindowToken /* windowToken */, in startInputOrWindowGainedFocus()
|
D | InputMethodManagerServiceTestBase.java | 111 @Mock protected IBinder mWindowToken; field in InputMethodManagerServiceTestBase
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | SensitiveContentPackages.java | 118 + " windowToken=" + info.mWindowToken); in dump() 131 private final IBinder mWindowToken; field in SensitiveContentPackages.PackageInfo 140 this.mWindowToken = windowToken; in PackageInfo() 149 && Objects.equals(mWindowToken, that.mWindowToken); in equals() 154 return Objects.hash(mPkg, mUid, mWindowToken); in hashCode() 158 return mWindowToken; in getWindowToken() 171 return "package=" + mPkg + " uid=" + mUid + " windowToken=" + mWindowToken; in toString()
|
D | ImmersiveModeConfirmation.java | 87 private final IBinder mWindowToken = new Binder(); field in ImmersiveModeConfirmation 269 return mWindowToken; in getWindowToken()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureContext.java | 117 private final IBinder mWindowToken; field in ContentCaptureContext 139 mWindowToken = windowToken; in ContentCaptureContext() 151 mWindowToken = null; in ContentCaptureContext() 163 mWindowToken = original.mWindowToken; in ContentCaptureContext() 256 return mWindowToken; in getWindowToken() 359 pw.print(", windowToken="); pw.print(mWindowToken); in dump() 384 .append(", windowToken=").append(mWindowToken) in toString() 414 parcel.writeStrongBinder(mWindowToken); in writeToParcel()
|
/frameworks/base/core/tests/coretests/src/android/window/ |
D | WindowTokenClientControllerTest.java | 61 private IBinder mWindowToken; field in WindowTokenClientControllerTest 165 assertFalse(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testAttachToWindowToken() 168 mWindowToken); in testAttachToWindowToken() local 174 assertTrue(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testAttachToWindowToken() 186 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testAttachToWindowToken_detachIfNeeded() 193 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testAttachToWindowToken_detachIfNeeded() 210 assertTrue(mController.attachToWindowToken(mWindowTokenClient, mWindowToken)); in testOnWindowContextInfoChanged() 232 mController.attachToWindowToken(mWindowTokenClient, mWindowToken); in testOnWindowContextWindowRemoved()
|
/frameworks/base/core/java/android/window/ |
D | WindowProviderService.java | 59 private final WindowTokenClient mWindowToken = new WindowTokenClient(); field in WindowProviderService 60 private final WindowContextController mController = new WindowContextController(mWindowToken); 209 return context.createTokenContext(mWindowToken, display); in createServiceBaseContext() 217 mWindowToken.attachContext(this); in attachBaseContext()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/ |
D | InattentiveSleepWarningView.java | 39 private final IBinder mWindowToken = new Binder(); field in InattentiveSleepWarningView 95 mWindowManager.addView(this, getLayoutParams(mWindowToken)); in show()
|
/frameworks/base/media/java/android/media/tv/ad/ |
D | TvAdService.java | 176 private IBinder mWindowToken; field in TvAdService.Session 212 if (mWindowToken != null) { in setMediaViewEnabled() 213 createMediaView(mWindowToken, mMediaFrame); in setMediaViewEnabled() 815 mWindowToken = windowToken; in createMediaView() 885 mWindowToken = null; in removeMediaView()
|
/frameworks/base/media/java/android/media/tv/interactive/ |
D | TvInteractiveAppService.java | 444 private IBinder mWindowToken; field in TvInteractiveAppService.Session 479 if (mWindowToken != null) { in setMediaViewEnabled() 480 createMediaView(mWindowToken, mMediaFrame); in setMediaViewEnabled() 2256 mWindowToken = windowToken; in createMediaView() 2326 mWindowToken = null; in removeMediaView()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvInputService.java | 513 private IBinder mWindowToken; field in TvInputService.Session 561 if (mWindowToken != null) { in setOverlayViewEnabled() 562 createOverlayView(mWindowToken, mOverlayFrame); in setOverlayViewEnabled() 2023 mWindowToken = windowToken; in createOverlayView() 2094 mWindowToken = null; in removeOverlayView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ImmersiveModeConfirmation.java | 104 private final IBinder mWindowToken = new Binder(); field in ImmersiveModeConfirmation 296 return mWindowToken; in getWindowToken()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 247 IBinder mWindowToken; field in WallpaperService.Engine 1246 mLayout.token = mWindowToken; in updateSurface() 1563 mWindowToken = wrapper.mWindowToken; in attach() 2449 final IBinder mWindowToken; field in WallpaperService.IWallpaperEngineWrapper 2474 mWindowToken = windowToken; in IWallpaperEngineWrapper()
|
/frameworks/base/core/java/android/accessibilityservice/ |
D | AccessibilityService.java | 836 private IBinder mWindowToken; field in AccessibilityService 2667 wm.setDefaultToken(mWindowToken); in getSystemService() 2805 mWindowToken = windowToken; in onBind() 2811 wm.setDefaultToken(mWindowToken); in onBind()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | AuthContainerView.java | 143 private final IBinder mWindowToken = new Binder(); field in AuthContainerView 766 wm.addView(this, getLayoutParams(mWindowToken, mConfig.mPromptInfo.getTitle()));
|
/frameworks/base/core/java/android/view/ |
D | WindowManagerGlobal.java | 661 setStoppedState(root.mAttachInfo.mWindowToken, stopped); in setStoppedState()
|
D | View.java | 22738 return mAttachInfo != null ? mAttachInfo.mWindowToken : null; in getWindowToken() 22752 ai.mIWindowId = ai.mSession.getWindowId(ai.mWindowToken); in getWindowId() 22777 appWindowToken = ai.mWindowToken; in getApplicationWindowToken() 31729 final IBinder mWindowToken; field in View.AttachInfo 32172 mWindowToken = window.asBinder(); in AttachInfo()
|
D | ViewRootImpl.java | 11745 return mAttachInfo.mWindowToken; in getWindowToken()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 31628 Landroid/media/tv/TvInputService$Session;->mWindowToken:Landroid/os/IBinder; 48550 Landroid/service/dreams/DreamService;->mWindowToken:Landroid/os/IBinder; 50280 Landroid/service/wallpaper/WallpaperService$Engine;->mWindowToken:Landroid/os/IBinder; 50299 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mWindowToken:Landroid/os/IBin… 62613 Landroid/view/View$AttachInfo;->mWindowToken:Landroid/os/IBinder;
|