Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java458 StrictModeFlash mStrictModeFlash; field in WindowManagerService
6013 if (mStrictModeFlash == null) { in showStrictModeViolation()
6014 mStrictModeFlash = new StrictModeFlash( in showStrictModeViolation()
6017 mStrictModeFlash.setVisibility(on); in showStrictModeViolation()
9649 if (mStrictModeFlash != null) { in performLayoutAndPlaceSurfacesLockedInner()
9650 mStrictModeFlash.positionSurface(defaultDw, defaultDh); in performLayoutAndPlaceSurfacesLockedInner()