Searched refs:mLeftInset (Results 1 – 2 of 2) sorted by relevance
41 private int mLeftInset = 0; field in StatusBarWindowView55 mLeftInset = insets.left; in onApplyWindowInsets()94 if (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset in applyMargins()97 lp.leftMargin = mLeftInset; in applyMargins()
276 private int mLeftInset; field in EdgeBackGestureHandler873 if (x > 2 * (mEdgeWidthLeft + mLeftInset) in isWithinInsets()914 boolean withinRange = x < mEdgeWidthLeft + mLeftInset in isWithinTouchRegion()921 boolean withinMinRange = x < mMLEnableWidth + mLeftInset in isWithinTouchRegion()985 mEdgeWidthLeft + mLeftInset, in logGesture()1014 mIsOnLeftEdge = ev.getX() <= mEdgeWidthLeft + mLeftInset; in onMotionEvent()1061 mEdgeWidthLeft, mLeftInset, mEdgeWidthRight, mRightInset, mExcludeRegion)); in onMotionEvent()1237 mLeftInset = leftInset; in setInsets()1265 pw.println(" mLeftInset=" + mLeftInset); in dump()