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 306 private int mBottomOffset;
312 mBottomOffset = getBottomDistance(view);
319 insets.getSystemWindowInsetBottom() - mBottomOffset, 0);
  /frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
GridWidgetTest.java 534 private int mBottomOffset;
540 mBottomOffset = bottomOffset;
558 (int) view.getY() + view.getHeight() + mBottomOffset);
569 outRect.bottom = mBottomOffset;
    [all...]

Completed in 5096 milliseconds