Searched refs:mAlwaysConsumeSystemBars (Results 1 – 3 of 3) sorted by relevance
49 private boolean mAlwaysConsumeSystemBars; field in WindowStateResizeItem65 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()
1625 mAttachInfo.mAlwaysConsumeSystemBars =1627 mPendingAlwaysConsumeSystemBars = mAttachInfo.mAlwaysConsumeSystemBars;3747 mPendingAlwaysConsumeSystemBars != mAttachInfo.mAlwaysConsumeSystemBars; in performTraversals()3762 mAttachInfo.mAlwaysConsumeSystemBars = mPendingAlwaysConsumeSystemBars; in performTraversals()
31824 boolean mAlwaysConsumeSystemBars; field in View.AttachInfo