Home
last modified time | relevance | path

Searched refs:mStrictModeFlash (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java1082 if (mWmService.mStrictModeFlash != null) { in applySurfaceChangesTransaction()
1083 mWmService.mStrictModeFlash.positionSurface(defaultDw, defaultDh, mDisplayTransaction); in applySurfaceChangesTransaction()
H A DWindowManagerService.java644 StrictModeFlash mStrictModeFlash; field in WindowManagerService
3806 if (mStrictModeFlash == null) { in showStrictModeViolation()
3807 mStrictModeFlash = new StrictModeFlash(getDefaultDisplayContentLocked(), in showStrictModeViolation()
3810 mStrictModeFlash.setVisibility(on, mTransaction); in showStrictModeViolation()