Home | History | Annotate | Download | only in widget

Lines Matching refs:mVertical

116     private boolean mVertical;
223 mVertical = orientation == ORIENTATION_VERTICAL;
294 if (mVertical) {
311 final boolean isVertical = mVertical;
354 if (mVertical) {
405 if (mVertical) {
431 moveHandle((int) (mVertical ? event.getY() : event.getX()) - mTouchDelta);
442 mVertical;
519 (position > mTopOffset + (mVertical ? mHandleHeight : mHandleWidth) &&
536 (position > (mVertical ? getHeight() : getWidth()) / 2 &&
570 (mVertical ? getHeight() - mHandleHeight : getWidth() - mHandleWidth);
590 if (mVertical) {
662 if (mVertical) {
704 if (mAnimationPosition >= mBottomOffset + (mVertical ? getHeight() : getWidth()) - 1) {
809 animateClose(mVertical ? mHandle.getTop() : mHandle.getLeft());
831 animateOpen(mVertical ? mHandle.getTop() : mHandle.getLeft());