Searched refs:mCurrentPrivacyIndicatorBounds (Results 1 – 1 of 1) sorted by relevance
350 PrivacyIndicatorBounds mCurrentPrivacyIndicatorBounds = new PrivacyIndicatorBounds(); field in DisplayContent2059 return mPrivacyIndicatorBoundsCache.getOrCompute(mCurrentPrivacyIndicatorBounds, rotation); in calculatePrivacyIndicatorBoundsForRotation()2587 PrivacyIndicatorBounds oldBounds = mCurrentPrivacyIndicatorBounds; in updatePrivacyIndicatorBounds()2588 mCurrentPrivacyIndicatorBounds = in updatePrivacyIndicatorBounds()2589 mCurrentPrivacyIndicatorBounds.updateStaticBounds(staticBounds); in updatePrivacyIndicatorBounds()2590 if (!Objects.equals(oldBounds, mCurrentPrivacyIndicatorBounds)) { in updatePrivacyIndicatorBounds()2644 mCurrentPrivacyIndicatorBounds = new PrivacyIndicatorBounds(new Rect[4], in initializeDisplayBaseInfo()