HomeSort by relevance Sort by last modified time
    Searched refs:mBottomOffset (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 114 private int mBottomOffset;
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 + mBottom - mTop - mHandleHeight - top
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
SystemBarHelper.java 320 private int mBottomOffset;
326 mBottomOffset = getBottomDistance(view);
333 insets.getSystemWindowInsetBottom() - mBottomOffset, 0);
  /frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
GridWidgetTest.java 541 private int mBottomOffset;
547 mBottomOffset = bottomOffset;
565 (int) view.getY() + view.getHeight() + mBottomOffset);
576 outRect.bottom = mBottomOffset;
    [all...]

Completed in 247 milliseconds