Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSlidingDrawer.java114 private int mBottomOffset; field in SlidingDrawer
219 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 …]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java306 private int mBottomOffset; field in SystemBarHelper.WindowInsetsListener
312 mBottomOffset = getBottomDistance(view); in onApplyWindowInsets()
319 insets.getSystemWindowInsetBottom() - mBottomOffset, 0); in onApplyWindowInsets()
/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DGridWidgetTest.java534 private int mBottomOffset; field in GridWidgetTest.DividerDecoration
540 mBottomOffset = bottomOffset; in DividerDecoration()
558 (int) view.getY() + view.getHeight() + mBottomOffset); in onDrawOver()
569 outRect.bottom = mBottomOffset; in getItemOffsets()