Searched refs:mBottomOffset (Results 1 – 3 of 3) sorted by relevance
114 private int mBottomOffset; field in SlidingDrawer219 mBottomOffset = (int) a.getDimension(R.styleable.SlidingDrawer_bottomOffset, 0.0f); in SlidingDrawer()351 childTop = mExpanded ? mTopOffset : height - childHeight + mBottomOffset; in onLayout()356 childLeft = mExpanded ? mTopOffset : width - childWidth + mBottomOffset; in onLayout()466 (!mExpanded && top > mBottomOffset + mBottom - mTop - in onTouchEvent()469 (!mExpanded && left > mBottomOffset + mRight - mLeft - in onTouchEvent()565 mAnimationPosition = mBottomOffset + in prepareTracking()591 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop - in moveHandle()599 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) { in moveHandle()600 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top; in moveHandle()[all …]
306 private int mBottomOffset; field in SystemBarHelper.WindowInsetsListener312 mBottomOffset = getBottomDistance(view); in onApplyWindowInsets()319 insets.getSystemWindowInsetBottom() - mBottomOffset, 0); in onApplyWindowInsets()
534 private int mBottomOffset; field in GridWidgetTest.DividerDecoration540 mBottomOffset = bottomOffset; in DividerDecoration()558 (int) view.getY() + view.getHeight() + mBottomOffset); in onDrawOver()569 outRect.bottom = mBottomOffset; in getItemOffsets()