/aosp14/frameworks/base/core/java/android/view/ |
H A D | InsetsFrameProvider.java | 323 private final int mWindowType; field in InsetsFrameProvider.InsetsSizeOverride 327 mWindowType = in.readInt(); in InsetsSizeOverride() 332 mWindowType = windowType; in InsetsSizeOverride() 336 return mWindowType; in getWindowType() 362 out.writeInt(mWindowType); in writeToParcel() 371 WindowManager.LayoutParams.class, "type", mWindowType)); in toString() 379 return Objects.hash(mWindowType, mInsetsSize); in hashCode()
|
H A D | InsetsController.java | 651 private int mWindowType; field in InsetsController 809 mWindowType, mLastActivityType, null /* idSideMap */); in InsetsController() 978 mWindowType = windowType; in calculateInsets()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ShellRoot.java | 52 private int mWindowType; field in ShellRoot 69 mWindowType = TYPE_DOCK_DIVIDER; in ShellRoot() 72 mWindowType = TYPE_APPLICATION_OVERLAY; in ShellRoot() 78 mToken = new WindowToken.Builder(dc.mWmService, client.asBinder(), mWindowType) in ShellRoot() 92 return mWindowType; in getWindowType()
|
H A D | WindowSurfaceController.java | 73 private final int mWindowType; field in WindowSurfaceController 87 mWindowType = windowType; in WindowSurfaceController() 301 mWindowSession.onWindowSurfaceVisibilityChanged(this, mSurfaceShown, mWindowType); in setShown()
|
H A D | EmbeddedWindowController.java | 149 final int mWindowType; field in EmbeddedWindowController.EmbeddedWindow 184 mWindowType = windowType; in EmbeddedWindow()
|
H A D | WindowManagerService.java | 8901 applicationHandle, flags, privateFlags, inputFeatures, win.mWindowType, region, in updateInputChannel()
|
/aosp14/frameworks/base/core/java/android/service/voice/ |
H A D | VoiceInteractionWindow.java | 49 private final int mWindowType; field in VoiceInteractionWindow 153 mWindowType = windowType; in VoiceInteractionWindow() 235 lp.type = mWindowType; in initDockWindow()
|
/aosp14/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 1203 mLayout.type = mIWallpaperEngine.mWindowType; in updateSurface() 2355 final int mWindowType; field in WallpaperService.IWallpaperEngineWrapper 2379 mWindowType = windowType; in IWallpaperEngineWrapper()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 22778 Landroid/inputmethodservice/SoftInputWindow;->mWindowType:I 50943 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mWindowType:I 61984 Landroid/view/SurfaceControl$Builder;->mWindowType:I
|