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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java266 final Rect mFitSystemWindowsInsets = new Rect(); field in class:ViewRootImpl
1200 mFitSystemWindowsInsets.set(mAttachInfo.mContentInsets);
1201 host.fitSystemWindows(mFitSystemWindowsInsets);
1319 mFitSystemWindowsInsets.set(mAttachInfo.mContentInsets);
1320 host.fitSystemWindows(mFitSystemWindowsInsets);
1481 mFitSystemWindowsInsets.set(mAttachInfo.mContentInsets);
1482 host.fitSystemWindows(mFitSystemWindowsInsets);

Completed in 33 milliseconds