Home
last modified time | relevance | path

Searched refs:mPendingAlwaysConsumeSystemBars (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java868 boolean mPendingAlwaysConsumeSystemBars; field in ViewRootImpl
1627 mPendingAlwaysConsumeSystemBars = mAttachInfo.mAlwaysConsumeSystemBars;
2288 mPendingAlwaysConsumeSystemBars = alwaysConsumeSystemBars;
3747 mPendingAlwaysConsumeSystemBars != mAttachInfo.mAlwaysConsumeSystemBars; in performTraversals()
3762 mAttachInfo.mAlwaysConsumeSystemBars = mPendingAlwaysConsumeSystemBars; in performTraversals()
9314 mPendingAlwaysConsumeSystemBars = in relayoutWindow()