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

  /frameworks/base/core/java/android/widget/
SlidingDrawer.java 116 private int mHandleWidth;
345 mHandleWidth = handle.getWidth();
449 mHandleWidth - mTapThreshold)) {
493 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
544 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
600 mHandleWidth - handle.getLeft());
607 } else if (deltaX > mBottomOffset + mRight - mLeft - mHandleWidth - left) {
608 deltaX = mBottomOffset + mRight - mLeft - mHandleWidth - left;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
OverlayLinearLayout.java 67 private final int mHandleWidth;
323 mHandleWidth = (int)context.getResources().getDimension(R.dimen.handle_width);
659 view.layout(mResizingView.getLeft() - mHandleWidth,
666 mResizingView.getRight() + mHandleWidth,
    [all...]
MediaLinearLayout.java 91 private final int mHandleWidth;
527 mHandleWidth = (int) context.getResources().getDimension(R.dimen.handle_width);
    [all...]

Completed in 809 milliseconds