Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java418 StrictModeFlash mStrictModeFlash; field in WindowManagerService
4967 if (mStrictModeFlash == null) { in showStrictModeViolation()
4968 mStrictModeFlash = new StrictModeFlash(mDisplay, mFxSession); in showStrictModeViolation()
4970 mStrictModeFlash.setVisibility(on); in showStrictModeViolation()
7449 if (mStrictModeFlash != null) {
7450 mStrictModeFlash.positionSurface(dw, dh);