Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java418 PrivacyIndicatorBounds mCurrentPrivacyIndicatorBounds = new PrivacyIndicatorBounds(); field in DisplayContent
2389 return mPrivacyIndicatorBoundsCache.getOrCompute(mCurrentPrivacyIndicatorBounds, rotation); in calculatePrivacyIndicatorBoundsForRotation()
2946 PrivacyIndicatorBounds oldBounds = mCurrentPrivacyIndicatorBounds; in updatePrivacyIndicatorBounds()
2947 mCurrentPrivacyIndicatorBounds = in updatePrivacyIndicatorBounds()
2948 mCurrentPrivacyIndicatorBounds.updateStaticBounds(staticBounds); in updatePrivacyIndicatorBounds()
2949 if (!Objects.equals(oldBounds, mCurrentPrivacyIndicatorBounds)) { in updatePrivacyIndicatorBounds()
3009 mCurrentPrivacyIndicatorBounds = new PrivacyIndicatorBounds(new Rect[4], in initializeDisplayBaseInfo()