Searched refs:mLeftInset (Results 1 – 3 of 3) 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()
269 private int mLeftInset; field in EdgeBackGestureHandler857 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()
194 private int mLeftInset; field in NavigationBarEdgePanel419 mLeftInset = leftInset; in setInsets()837 int left = mIsLeftPanel ? mLeftInset : mDisplaySize.x - mRightInset - mLayoutParams.width; in updateSamplingRect()