Searched refs:mContentInsetsBuffer (Results 1 – 2 of 2) sorted by relevance
383 private Rect mContentInsetsBuffer = null; field in CompatibilityInfo.Translator532 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect(); in getTranslatedContentInsets()533 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()534 translateRectInAppWindowToScreen(mContentInsetsBuffer); in getTranslatedContentInsets()535 return mContentInsetsBuffer; in getTranslatedContentInsets()
13604 Landroid/content/res/CompatibilityInfo$Translator;->mContentInsetsBuffer:Landroid/graphics/Rect;