Home | History | Annotate | Download | only in widget

Lines Matching defs:mVertical

112     private boolean mVertical;
218 mVertical = orientation == ORIENTATION_VERTICAL;
289 if (mVertical) {
306 final boolean isVertical = mVertical;
349 if (mVertical) {
400 if (mVertical) {
426 moveHandle((int) (mVertical ? event.getY() : event.getX()) - mTouchDelta);
437 final boolean vertical = mVertical;
515 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
532 (position > (mVertical ? getHeight() : getWidth()) / 2 &&
566 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
586 if (mVertical) {
658 if (mVertical) {
700 if (mAnimationPosition >= mBottomOffset + (mVertical ? getHeight() : getWidth()) - 1) {
804 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft(), false);
826 animateOpen(mVertical ? mHandle.getTop() : mHandle.getLeft(), false);