Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java383 private Rect mContentInsetsBuffer = null; field in CompatibilityInfo.Translator
532 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect(); in getTranslatedContentInsets()
533 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()
534 translateRectInAppWindowToScreen(mContentInsetsBuffer); in getTranslatedContentInsets()
535 return mContentInsetsBuffer; in getTranslatedContentInsets()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt13604 Landroid/content/res/CompatibilityInfo$Translator;->mContentInsetsBuffer:Landroid/graphics/Rect;