Searched defs:mBottomOffset (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
H A DSystemBarHelper.java320 private int mBottomOffset; field in class:SystemBarHelper.WindowInsetsListener
326 mBottomOffset = getBottomDistance(view);
333 insets.getSystemWindowInsetBottom() - mBottomOffset, 0);
/frameworks/base/core/java/android/widget/
H A DSlidingDrawer.java114 private int mBottomOffset; field in class:SlidingDrawer
219 mBottomOffset = (int) a.getDimension(R.styleable.SlidingDrawer_bottomOffset, 0.0f);
351 childTop = mExpanded ? mTopOffset : height - childHeight + mBottomOffset;
356 childLeft = mExpanded ? mTopOffset : width - childWidth + mBottomOffset;
466 (!mExpanded && top > mBottomOffset + mBottom - mTop -
469 (!mExpanded && left > mBottomOffset + mRight - mLeft -
565 mAnimationPosition = mBottomOffset +
591 handle.offsetTopAndBottom(mBottomOffset + mBottom - mTop -
599 } else if (deltaY > mBottomOffset + mBottom - mTop - mHandleHeight - top) {
600 deltaY = mBottomOffset
[all...]
/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
H A DGridWidgetTest.java541 private int mBottomOffset; field in class:GridWidgetTest.DividerDecoration
547 mBottomOffset = bottomOffset;
565 (int) view.getY() + view.getHeight() + mBottomOffset);
576 outRect.bottom = mBottomOffset;

Completed in 120 milliseconds