Searched refs:mRightInset (Results 1 – 5 of 5) sorted by relevance
42 private int mRightInset = 0; field in StatusBarWindowView55 mRightInset = insets.right; in onApplyWindowInsets()93 if (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset in applyMargins()95 lp.rightMargin = mRightInset; in applyMargins()
63 private int mRightInset = 0; field in NotificationShadeWindowView106 mRightInset = 0; in onApplyWindowInsets()110 mRightInset = displayCutout.getSafeInsetRight(); in onApplyWindowInsets()113 mRightInset = Math.max(insets.right, mRightInset); in onApplyWindowInsets()125 && (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset)) { in applyMargins()126 lp.rightMargin = mRightInset; in applyMargins()
65 private int mRightInset; field in EdgeBackGestureHandler155 if (x > mEdgeWidth + mLeftInset && x < (mDisplaySize.x - mEdgeWidth - mRightInset)) { in isWithinTouchRegion()228 mRightInset = rightInset; in setInsets()
239 private int mRightInset; field in EdgeBackGestureHandler645 && x < (mDisplaySize.x - 2 * (mEdgeWidthRight + mRightInset))) { in isWithinInsets()667 || x >= (mDisplaySize.x - mEdgeWidthRight - mRightInset); in isWithinTouchRegion()674 || x >= (mDisplaySize.x - mMLEnableWidth - mRightInset); in isWithinTouchRegion()738 mDisplaySize.x - (mEdgeWidthRight + mRightInset), in logGesture()777 mEdgeWidthLeft, mLeftInset, mEdgeWidthRight, mRightInset, mExcludeRegion)); in onMotionEvent()886 mRightInset = rightInset; in setInsets()913 pw.println(" mRightInset=" + mRightInset); in dump()
191 private int mRightInset; field in NavigationBarEdgePanel406 mRightInset = rightInset; in setInsets()817 int left = mIsLeftPanel ? mLeftInset : mDisplaySize.x - mRightInset - mLayoutParams.width; in updateSamplingRect()