Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DSlidingDrawer.java116 private int mBottomOffset; field in SlidingDrawer
221 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 …]
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
DSystemBarHelper.java308 private int mBottomOffset; field in SystemBarHelper.WindowInsetsListener
314 mBottomOffset = getBottomDistance(view); in onApplyWindowInsets()
321 insets.getSystemWindowInsetBottom() - mBottomOffset, 0); in onApplyWindowInsets()
/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DGridWidgetTest.java395 private int mBottomOffset; field in GridWidgetTest.DividerDecoration
401 mBottomOffset = bottomOffset; in DividerDecoration()
419 (int) view.getY() + view.getHeight() + mBottomOffset); in onDrawOver()
430 outRect.bottom = mBottomOffset; in getItemOffsets()