Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/servertransaction/
DWindowStateResizeItem.java49 private boolean mAlwaysConsumeSystemBars; field in WindowStateResizeItem
65 mAlwaysConsumeSystemBars, mDisplayId, mSyncSeqId, mDragResizing, in execute()
97 instance.mAlwaysConsumeSystemBars = alwaysConsumeSystemBars; in obtain()
116 mAlwaysConsumeSystemBars = false; in recycle()
135 dest.writeBoolean(mAlwaysConsumeSystemBars); in writeToParcel()
150 mAlwaysConsumeSystemBars = in.readBoolean(); in WindowStateResizeItem()
181 && mAlwaysConsumeSystemBars == other.mAlwaysConsumeSystemBars in equals()
197 result = 31 * result + (mAlwaysConsumeSystemBars ? 1 : 0); in hashCode()
/frameworks/base/core/java/android/view/
DViewRootImpl.java1625 mAttachInfo.mAlwaysConsumeSystemBars =
1627 mPendingAlwaysConsumeSystemBars = mAttachInfo.mAlwaysConsumeSystemBars;
3747 mPendingAlwaysConsumeSystemBars != mAttachInfo.mAlwaysConsumeSystemBars; in performTraversals()
3762 mAttachInfo.mAlwaysConsumeSystemBars = mPendingAlwaysConsumeSystemBars; in performTraversals()
DView.java31824 boolean mAlwaysConsumeSystemBars; field in View.AttachInfo