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

/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java307 private Rect mContentInsetsBuffer = null; field in class:CompatibilityInfo.Translator
414 if (mContentInsetsBuffer == null) mContentInsetsBuffer = new Rect();
415 mContentInsetsBuffer.set(contentInsets);
416 translateRectInAppWindowToScreen(mContentInsetsBuffer);
417 return mContentInsetsBuffer;

Completed in 33 milliseconds