Searched refs:vertical (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DScrollBarDrawable.java60 * Indicate whether the vertical scrollbar track should always be drawn regardless of the
70 * Indicates whether the vertical scrollbar track should always be drawn regardless of the
85 public void setParameters(int range, int offset, int extent, boolean vertical) { argument
86 if (mVertical != vertical) {
97 mVertical = vertical;
102 final boolean vertical = mVertical;
109 drawTrack = vertical ? mAlwaysDrawVerticalTrack : mAlwaysDrawHorizontalTrack;
119 drawTrack(canvas, r, vertical);
123 int size = vertical ? r.height() : r.width();
124 int thickness = vertical
148 drawTrack(Canvas canvas, Rect bounds, boolean vertical) argument
163 drawThumb(Canvas canvas, Rect bounds, int offset, int length, boolean vertical) argument
207 getSize(boolean vertical) argument
[all...]
H A DSlidingDrawer.java415 final boolean vertical = mVertical;
416 if (vertical) {
443 if (vertical ? (mExpanded && top < mTapThreshold + mTopOffset) ||
454 animateClose(vertical ? top : left);
456 animateOpen(vertical ? top : left);
459 performFling(vertical ? top : left, velocity, false);
463 performFling(vertical ? top : left, velocity, false);
466 performFling(vertical ? top : left, velocity, false);
/frameworks/base/core/java/android/text/
H A DStaticLayout.java1170 public int getLineForVertical(int vertical) { argument
1177 if (lines[mColumns * guess + TOP] > vertical){
H A DLayout.java443 * Return the vertical position of the top of the specified line.
660 * Get the line number corresponding to the specified vertical position.
665 public int getLineForVertical(int vertical) { argument
671 if (getLineTop(guess) > vertical)
828 * Return the vertical position of the bottom of the specified line.
835 * Return the vertical position of the baseline of the specified line.
1083 * at the specified offset. This will often be a vertical line

Completed in 73 milliseconds