Searched defs:move (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/android/database/
H A DCursor.java70 * current position. Positive offsets move forwards, negative offsets move
77 * currently on the second entry in the result set and move(-5) is called,
81 * @return whether the requested move fully succeeded.
83 boolean move(int offset); method in interface:Cursor
92 * @param position the zero-based position to move to.
93 * @return whether the requested move fully succeeded.
102 * @return whether the move succeeded.
111 * @return whether the move succeeded.
121 * @return whether the move succeede
[all...]
H A DCursorWrapper.java157 public boolean move(int offset) { method in class:CursorWrapper
158 return mCursor.move(offset);
H A DAbstractCursor.java118 * may have. If it returns false the move function will also do so and the
123 * @return true if the move is successful, false otherwise
196 public final boolean move(int offset) { method in class:AbstractCursor
/frameworks/base/test-runner/src/android/test/mock/
H A DMockCursor.java120 public boolean move(int offset) { method in class:MockCursor
/frameworks/base/services/input/
H A DPointerController.cpp127 void PointerController::move(float deltaX, float deltaY) { function in class:android::PointerController
262 // Add or move spots for fingers that are down.
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduPersister.java1190 public Uri move(Uri from, Uri to) throws MmsException { method in class:PduPersister
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
H A DEventSenderImpl.java109 public void move(Point point) { method in class:EventSenderImpl.TouchPoint
245 getTouchPoints().get(index).move(
/frameworks/base/libs/ui/
H A DInput.cpp1115 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { function in class:android::VelocityControl
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp98 virtual void move(float deltaX, float deltaY) { function in class:android::FakePointerController
2809 // Keep moving out of bounds. Should generate a pointer move.
3479 // move a little
3551 // move a little
4906 // move a little
4978 // move a little

Completed in 193 milliseconds