Searched refs:mBaseContentInsets (Results 1 – 2 of 2) sorted by relevance
77 private final Rect mBaseContentInsets = new Rect(); field in ActionBarOverlayLayout292 ViewUtils.computeFitSystemWindows(this, mBaseInnerInsets, mBaseContentInsets); in fitSystemWindows()293 if (!mLastBaseContentInsets.equals(mBaseContentInsets)) { in fitSystemWindows()295 mLastBaseContentInsets.set(mBaseContentInsets); in fitSystemWindows()373 mContentInsets.set(mBaseContentInsets); in onMeasure()
75 private final Rect mBaseContentInsets = new Rect(); field in ActionBarOverlayLayout325 computeFitSystemWindows(mBaseInnerInsets, mBaseContentInsets);326 if (!mLastBaseContentInsets.equals(mBaseContentInsets)) {328 mLastBaseContentInsets.set(mBaseContentInsets);427 mContentInsets.set(mBaseContentInsets);