Searched refs:mWindowType (Results 1 – 10 of 10) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ShellRoot.java | 53 private int mWindowType; field in ShellRoot 70 mWindowType = TYPE_DOCK_DIVIDER; in ShellRoot() 73 mWindowType = TYPE_APPLICATION_OVERLAY; in ShellRoot() 79 mToken = new WindowToken.Builder(dc.mWmService, client.asBinder(), mWindowType) in ShellRoot() 93 return mWindowType; in getWindowType()
|
H A D | WindowSurfaceController.java | 73 private final int mWindowType; field in WindowSurfaceController 87 mWindowType = windowType; in WindowSurfaceController() 291 mWindowSession.onWindowSurfaceVisibilityChanged(this, mSurfaceShown, mWindowType); in setShown()
|
H A D | EmbeddedWindowController.java | 140 final int mWindowType; field in EmbeddedWindowController.EmbeddedWindow 165 mWindowType = windowType; in EmbeddedWindow()
|
H A D | WindowManagerService.java | 8442 applicationHandle, flags, privateFlags, win.mWindowType, region, win.mClient); in updateInputChannel()
|
/aosp12/frameworks/base/core/java/android/inputmethodservice/ |
H A D | SoftInputWindow.java | 59 final int mWindowType; field in SoftInputWindow 150 mWindowType = windowType; in SoftInputWindow() 246 lp.type = mWindowType; in initDockWindow() 377 proto.write(WINDOW_TYPE, mWindowType); in dumpDebug()
|
/aosp12/frameworks/native/services/surfaceflinger/ |
H A D | Layer.h | 704 gui::WindowInfo::Type getWindowType() const { return mWindowType; } in getWindowType() 1023 const gui::WindowInfo::Type mWindowType; variable
|
H A D | Layer.cpp | 93 mWindowType( in Layer() 1476 StringAppendF(&result, " %10d | ", mWindowType); in miniDump()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | InsetsController.java | 573 private int mWindowType; field in InsetsController 644 mWindowType, mLastWindowingMode, null /* typeSideMap */); in InsetsController() 813 mWindowType = windowType; in calculateInsets()
|
/aosp12/frameworks/base/core/java/android/service/wallpaper/ |
H A D | WallpaperService.java | 1040 mLayout.type = mIWallpaperEngine.mWindowType; in updateSurface() 2067 final int mWindowType; field in WallpaperService.IWallpaperEngineWrapper 2089 mWindowType = windowType; in IWallpaperEngineWrapper()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 25656 Landroid/inputmethodservice/SoftInputWindow;->mWindowType:I 54266 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mWindowType:I 65307 Landroid/view/SurfaceControl$Builder;->mWindowType:I
|