Searched refs:mContentInsetsBuffer (Results 1 – 2 of 2) sorted by relevance
338 private Rect mContentInsetsBuffer = null; field in CompatibilityInfo.Translator484 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect(); in getTranslatedContentInsets()485 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()486 translateRectInAppWindowToScreen(mContentInsetsBuffer); in getTranslatedContentInsets()487 return mContentInsetsBuffer; in getTranslatedContentInsets()
16482 Landroid/content/res/CompatibilityInfo$Translator;->mContentInsetsBuffer:Landroid/graphics/Rect;