Home
last modified time | relevance | path

Searched refs:mLeftInset (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
DStatusBarWindowView.java41 private int mLeftInset = 0; field in StatusBarWindowView
55 mLeftInset = insets.left; in onApplyWindowInsets()
94 if (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset in applyMargins()
97 lp.leftMargin = mLeftInset; in applyMargins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java276 private int mLeftInset; field in EdgeBackGestureHandler
873 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()