Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/window/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java269 private int mLeftInset; field in EdgeBackGestureHandler
857 if (x > 2 * (mEdgeWidthLeft + mLeftInset) in isWithinInsets()
907 boolean withinRange = x < mEdgeWidthLeft + mLeftInset in isWithinTouchRegion()
914 boolean withinMinRange = x < mMLEnableWidth + mLeftInset in isWithinTouchRegion()
978 mEdgeWidthLeft + mLeftInset, in logGesture()
1008 mIsOnLeftEdge = ev.getX() <= mEdgeWidthLeft + mLeftInset; in onMotionEvent()
1053 mEdgeWidthLeft, mLeftInset, mEdgeWidthRight, mRightInset, mExcludeRegion)); in onMotionEvent()
1219 mLeftInset = leftInset; in setInsets()
1247 pw.println(" mLeftInset=" + mLeftInset); in dump()
H A DNavigationBarEdgePanel.java194 private int mLeftInset; field in NavigationBarEdgePanel
419 mLeftInset = leftInset; in setInsets()
837 int left = mIsLeftPanel ? mLeftInset : mDisplaySize.x - mRightInset - mLayoutParams.width; in updateSamplingRect()