Searched defs:up (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/text/method/
H A DLinkMovementMethod.java53 protected boolean up(TextView widget, Spannable buffer) { method in class:LinkMovementMethod
58 return super.up(widget, buffer);
H A DScrollingMovementMethod.java92 * Scrolls the text up if possible.
94 protected boolean up(TextView widget, Spannable buffer) { method in class:ScrollingMovementMethod
163 handled |= up(widget, buffer);
H A DArrowKeyMovementMethod.java41 private boolean up(TextView widget, Spannable buffer) { method in class:ArrowKeyMovementMethod
140 handled |= up(widget, buffer);
235 // If we have scrolled, then the up shouldn't move the cursor,
/frameworks/base/core/java/android/util/
H A DDayOfMonthCursor.java26 * <li>Provides methods to move the cursor up / down / left / right.</li>
96 * Move up one box, potentially flipping to the previous month.
100 public boolean up() { method in class:DayOfMonthCursor
102 // within current month, just move up
/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp62 float *up, *vp, *wp; local
80 up = (float *)u;
83 for(int i = 0; i < 4; i++, wp++, up++, vp++) {
84 *wp = *up+t*(*vp-*up);
149 /* if result ended up in p2 then copy it to p1 */
/frameworks/base/services/surfaceflinger/
H A DLayerBuffer.cpp520 const int up = copybit->get(copybit, COPYBIT_MAGNIFICATION_LIMIT); local
522 else if (w > buffers.w*up) w = buffers.w*up;
524 else if (h > buffers.h*up) h = buffers.h*up;
/frameworks/base/core/java/com/android/internal/widget/
H A DEditStyledText.java1491 private boolean up(TextView widget, Spannable buffer) { method in class:EditStyledText.StyledTextArrowKeyMethod
1493 Log.d(LOG_TAG, "--- up:");
1568 handled |= up(widget, buffer);
/frameworks/base/core/java/android/widget/
H A DAbsListView.java985 // and the user wouldn't expect to end up somewhere else when
1063 // be ready to bring up a window yet
1630 public void setScrollIndicators(View up, View down) { argument
1631 mScrollUp = up;
2704 // This was our active pointer going up. Choose a new
3321 // Don't need to move views up if the bottom of the last position
3443 * @param down true if the scroll is going down, false if it is going up
3709 // Looking down didn't work -- try looking up
3726 // Nothing is selected. Give up and reset everything.
4474 * @param position The position to look up i
[all...]

Completed in 82 milliseconds