Searched refs:mLeftInset (Results 1 – 4 of 4) sorted by relevance
52 private int mLeftInset = 0; field in StatusBarWindowView65 mLeftInset = insets.left; in onApplyWindowInsets()104 if (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset in applyMargins()107 lp.leftMargin = mLeftInset; in applyMargins()
64 private int mLeftInset = 0; field in NotificationShadeWindowView105 mLeftInset = 0; in onApplyWindowInsets()109 mLeftInset = displayCutout.getSafeInsetLeft(); in onApplyWindowInsets()112 mLeftInset = Math.max(insets.left, mLeftInset); in onApplyWindowInsets()125 && (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset)) { in applyMargins()127 lp.leftMargin = mLeftInset; in applyMargins()
237 private int mLeftInset; field in EdgeBackGestureHandler642 if (x > 2 * (mEdgeWidthLeft + mLeftInset) in isWithinInsets()664 boolean withinRange = x < mEdgeWidthLeft + mLeftInset in isWithinTouchRegion()671 boolean withinMinRange = x < mMLEnableWidth + mLeftInset in isWithinTouchRegion()735 mEdgeWidthLeft + mLeftInset, in logGesture()750 mIsOnLeftEdge = ev.getX() <= mEdgeWidthLeft + mLeftInset; in onMotionEvent()775 mEdgeWidthLeft, mLeftInset, mEdgeWidthRight, mRightInset, mExcludeRegion)); in onMotionEvent()883 mLeftInset = leftInset; in setInsets()910 pw.println(" mLeftInset=" + mLeftInset); in dump()
188 private int mLeftInset; field in NavigationBarEdgePanel402 mLeftInset = leftInset; in setInsets()814 int left = mIsLeftPanel ? mLeftInset : mDisplaySize.x - mRightInset - mLayoutParams.width; in updateSamplingRect()