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.java338 private Rect mContentInsetsBuffer = null; field in CompatibilityInfo.Translator
484 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect(); in getTranslatedContentInsets()
485 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()
486 translateRectInAppWindowToScreen(mContentInsetsBuffer); in getTranslatedContentInsets()
487 return mContentInsetsBuffer; in getTranslatedContentInsets()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt16482 Landroid/content/res/CompatibilityInfo$Translator;->mContentInsetsBuffer:Landroid/graphics/Rect;