Searched refs:mRightInset (Results 1 – 2 of 2) sorted by relevance
42 private int mRightInset = 0; field in StatusBarWindowView56 mRightInset = insets.right; in onApplyWindowInsets()94 if (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset in applyMargins()96 lp.rightMargin = mRightInset; in applyMargins()
277 private int mRightInset; field in EdgeBackGestureHandler874 && x < (mDisplaySize.x - 2 * (mEdgeWidthRight + mRightInset))) { in isWithinInsets()915 || x >= (mDisplaySize.x - mEdgeWidthRight - mRightInset); in isWithinTouchRegion()922 || x >= (mDisplaySize.x - mMLEnableWidth - mRightInset); in isWithinTouchRegion()986 mDisplaySize.x - (mEdgeWidthRight + mRightInset), in logGesture()1061 mEdgeWidthLeft, mLeftInset, mEdgeWidthRight, mRightInset, mExcludeRegion)); in onMotionEvent()1238 mRightInset = rightInset; in setInsets()1266 pw.println(" mRightInset=" + mRightInset); in dump()