Searched refs:mContentInsetsBuffer (Results 1 – 1 of 1) sorted by relevance
317 private Rect mContentInsetsBuffer = null; field in CompatibilityInfo.Translator432 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect(); in getTranslatedContentInsets()433 mContentInsetsBuffer.set(contentInsets); in getTranslatedContentInsets()434 translateRectInAppWindowToScreen(mContentInsetsBuffer); in getTranslatedContentInsets()435 return mContentInsetsBuffer; in getTranslatedContentInsets()