/frameworks/base/services/core/java/com/android/server/wm/ |
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()
|
D | WindowSurfaceController.java | 57 private final int mWindowType; field in WindowSurfaceController 69 mWindowType = windowType; in WindowSurfaceController() 216 mWindowSession.onWindowSurfaceVisibilityChanged(this, mSurfaceShown, mWindowType); in setShown()
|
D | EmbeddedWindowController.java | 214 final int mWindowType; field in EmbeddedWindowController.EmbeddedWindow 249 mWindowType = windowType; in EmbeddedWindow()
|
D | WindowManagerService.java | 9339 applicationHandle, flags, privateFlags, inputFeatures, win.mWindowType, region, in updateInputChannel()
|
/frameworks/base/core/java/android/view/ |
D | InsetsFrameProvider.java | 352 private final int mWindowType; field in InsetsFrameProvider.InsetsSizeOverride 356 mWindowType = in.readInt(); in InsetsSizeOverride() 361 mWindowType = windowType; in InsetsSizeOverride() 365 return mWindowType; in getWindowType() 391 out.writeInt(mWindowType); in writeToParcel() 400 WindowManager.LayoutParams.class, "type", mWindowType)); in toString() 408 return Objects.hash(mWindowType, mInsetsSize); in hashCode()
|
D | InsetsController.java | 642 private int mWindowType; field in InsetsController 815 mWindowType, mLastActivityType, null /* idSideMap */); in InsetsController() 937 mWindowType = windowType; in calculateInsets()
|
/frameworks/base/core/java/android/service/voice/ |
D | VoiceInteractionWindow.java | 49 private final int mWindowType; field in VoiceInteractionWindow 153 mWindowType = windowType; in VoiceInteractionWindow() 235 lp.type = mWindowType; in initDockWindow()
|
/frameworks/native/services/surfaceflinger/ |
D | Layer.h | 665 gui::WindowInfo::Type getWindowType() const { return mWindowType; } in getWindowType() 1084 const gui::WindowInfo::Type mWindowType; variable
|
D | Layer.cpp | 154 mWindowType(static_cast<WindowInfo::Type>( in Layer() 1610 StringAppendF(&result, " %10d | ", mWindowType); in miniDumpLegacy() 3280 if (mWindowType != WindowInfo::Type::APPLICATION && in recordLayerHistoryBufferUpdate() 3281 mWindowType != WindowInfo::Type::BASE_APPLICATION) { in recordLayerHistoryBufferUpdate() 4451 if (mWindowType != WindowInfo::Type::APPLICATION && in setIsSmallDirty() 4452 mWindowType != WindowInfo::Type::BASE_APPLICATION) { in setIsSmallDirty()
|
/frameworks/base/core/java/android/service/wallpaper/ |
D | WallpaperService.java | 1250 mLayout.type = mIWallpaperEngine.mWindowType; in updateSurface() 2450 final int mWindowType; field in WallpaperService.IWallpaperEngineWrapper 2475 mWindowType = windowType; in IWallpaperEngineWrapper()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 22778 Landroid/inputmethodservice/SoftInputWindow;->mWindowType:I 50300 Landroid/service/wallpaper/WallpaperService$IWallpaperEngineWrapper;->mWindowType:I 61341 Landroid/view/SurfaceControl$Builder;->mWindowType:I
|