Searched refs:mStrictModeFlash (Results 1 – 2 of 2) sorted by relevance
588 if (mService.mStrictModeFlash != null) { in applySurfaceChangesTransaction()589 mService.mStrictModeFlash.positionSurface(defaultDw, defaultDh); in applySurfaceChangesTransaction()
511 StrictModeFlash mStrictModeFlash; field in WindowManagerService6103 if (mStrictModeFlash == null) { in showStrictModeViolation()6104 mStrictModeFlash = new StrictModeFlash( in showStrictModeViolation()6107 mStrictModeFlash.setVisibility(on); in showStrictModeViolation()