Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBarWindowView.java52 private int mLeftInset = 0; field in StatusBarWindowView
65 mLeftInset = insets.left; in onApplyWindowInsets()
104 if (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset in applyMargins()
107 lp.leftMargin = mLeftInset; in applyMargins()
DNotificationShadeWindowView.java64 private int mLeftInset = 0; field in NotificationShadeWindowView
105 mLeftInset = 0; in onApplyWindowInsets()
109 mLeftInset = displayCutout.getSafeInsetLeft(); in onApplyWindowInsets()
112 mLeftInset = Math.max(insets.left, mLeftInset); in onApplyWindowInsets()
125 && (lp.rightMargin != mRightInset || lp.leftMargin != mLeftInset)) { in applyMargins()
127 lp.leftMargin = mLeftInset; in applyMargins()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DEdgeBackGestureHandler.java237 private int mLeftInset; field in EdgeBackGestureHandler
642 if (x > 2 * (mEdgeWidthLeft + mLeftInset) in isWithinInsets()
664 boolean withinRange = x < mEdgeWidthLeft + mLeftInset in isWithinTouchRegion()
671 boolean withinMinRange = x < mMLEnableWidth + mLeftInset in isWithinTouchRegion()
735 mEdgeWidthLeft + mLeftInset, in logGesture()
750 mIsOnLeftEdge = ev.getX() <= mEdgeWidthLeft + mLeftInset; in onMotionEvent()
775 mEdgeWidthLeft, mLeftInset, mEdgeWidthRight, mRightInset, mExcludeRegion)); in onMotionEvent()
883 mLeftInset = leftInset; in setInsets()
910 pw.println(" mLeftInset=" + mLeftInset); in dump()
DNavigationBarEdgePanel.java188 private int mLeftInset; field in NavigationBarEdgePanel
402 mLeftInset = leftInset; in setInsets()
814 int left = mIsLeftPanel ? mLeftInset : mDisplaySize.x - mRightInset - mLayoutParams.width; in updateSamplingRect()