Searched refs:mBottomOffset (Results 1 – 3 of 3) sorted by relevance
116 private int mBottomOffset; field in SlidingDrawer221 mBottomOffset = (int) a.getDimension(R.styleable.SlidingDrawer_bottomOffset, 0.0f); in SlidingDrawer()353 childTop = mExpanded ? mTopOffset : height - childHeight + mBottomOffset; in onLayout()358 childLeft = mExpanded ? mTopOffset : width - childWidth + mBottomOffset; in onLayout()468 (!mExpanded && top > mBottomOffset + mBottom - mTop - in onTouchEvent()471 (!mExpanded && left > mBottomOffset + mRight - mLeft - in onTouchEvent()566 mAnimationPosition = mBottomOffset + in prepareTracking()592 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop - in moveHandle()600 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) { in moveHandle()601 deltaY = mBottomOffset + mBottom - mTop - mHandleHeight - top; in moveHandle()[all …]
308 private int mBottomOffset; field in SystemBarHelper.WindowInsetsListener314 mBottomOffset = getBottomDistance(view); in onApplyWindowInsets()321 insets.getSystemWindowInsetBottom() - mBottomOffset, 0); in onApplyWindowInsets()
395 private int mBottomOffset; field in GridWidgetTest.DividerDecoration401 mBottomOffset = bottomOffset; in DividerDecoration()419 (int) view.getY() + view.getHeight() + mBottomOffset); in onDrawOver()430 outRect.bottom = mBottomOffset; in getItemOffsets()