Searched refs:mIsScreenTurningOn (Results 1 – 1 of 1) sorted by relevance
260 private boolean mIsScreenTurningOn; field in WallpaperService.Engine1088 out.print(" mIsScreenTurningOn="); out.println(mIsScreenTurningOn); in dump()1657 mIsScreenTurningOn = isScreenTurningOn; in onScreenTurningOnChanged()1680 boolean displayFullyOn = Display.isOnState(mDisplayState) && !mIsScreenTurningOn; in reportVisibility()