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.java317 private Rect mContentInsetsBuffer = null; field in CompatibilityInfo.Translator
432 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect(); in getTranslatedContentInsets()
433 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()
434 translateRectInAppWindowToScreen(mContentInsetsBuffer); in getTranslatedContentInsets()
435 return mContentInsetsBuffer; in getTranslatedContentInsets()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt17623 Landroid/content/res/CompatibilityInfo$Translator;->mContentInsetsBuffer:Landroid/graphics/Rect;