Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DCompatibilityInfo.java293 private Rect mContentInsetsBuffer = null; field in CompatibilityInfo.Translator
400 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect(); in getTranslatedContentInsets()
401 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()
402 translateRectInAppWindowToScreen(mContentInsetsBuffer); in getTranslatedContentInsets()
403 return mContentInsetsBuffer; in getTranslatedContentInsets()