Searched refs:mCurrentPrivacyIndicatorBounds (Results 1 – 1 of 1) sorted by relevance
418 PrivacyIndicatorBounds mCurrentPrivacyIndicatorBounds = new PrivacyIndicatorBounds(); field in DisplayContent2389 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()