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/
DWindowSurfacePlacer.java588 if (mService.mStrictModeFlash != null) { in applySurfaceChangesTransaction()
589 mService.mStrictModeFlash.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction()
DWindowManagerService.java511 StrictModeFlash mStrictModeFlash; field in WindowManagerService
6103 if (mStrictModeFlash == null) { in showStrictModeViolation()
6104 mStrictModeFlash = new StrictModeFlash( in showStrictModeViolation()
6107 mStrictModeFlash.setVisibility(on); in showStrictModeViolation()