Searched refs:mStrictModeFlash (Results 1 – 2 of 2) sorted by relevance
974 if (mWmService.mStrictModeFlash != null) { in applySurfaceChangesTransaction()975 mWmService.mStrictModeFlash.positionSurface(defaultDw, defaultDh, t); in applySurfaceChangesTransaction()
686 StrictModeFlash mStrictModeFlash; field in WindowManagerService4195 if (mStrictModeFlash == null) { in showStrictModeViolation()4196 mStrictModeFlash = new StrictModeFlash(getDefaultDisplayContentLocked(), in showStrictModeViolation()4199 mStrictModeFlash.setVisibility(on, mTransaction); in showStrictModeViolation()