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

/frameworks/base/core/java/android/content/res/
H A DCompatibilityInfo.java308 private Rect mVisibleInsetsBuffer = null; field in class:CompatibilityInfo.Translator
425 if (mVisibleInsetsBuffer == null) mVisibleInsetsBuffer = new Rect();
426 mVisibleInsetsBuffer.set(visibleInsets);
427 translateRectInAppWindowToScreen(mVisibleInsetsBuffer);
428 return mVisibleInsetsBuffer;

Completed in 54 milliseconds