Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java974 if (mWmService.mStrictModeFlash != null) { in applySurfaceChangesTransaction()
975 mWmService.mStrictModeFlash.positionSurface(defaultDw, defaultDh, t); in applySurfaceChangesTransaction()
DWindowManagerService.java686 StrictModeFlash mStrictModeFlash; field in WindowManagerService
4195 if (mStrictModeFlash == null) { in showStrictModeViolation()
4196 mStrictModeFlash = new StrictModeFlash(getDefaultDisplayContentLocked(), in showStrictModeViolation()
4199 mStrictModeFlash.setVisibility(on, mTransaction); in showStrictModeViolation()