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

/frameworks/base/libs/androidfw/
H A DVelocityControl.cpp52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { function in class:android::VelocityControl
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h33 inline void move(NodeBase *&X) function in namespace:mcld::proxy
69 inline void move() { function in struct:mcld::TreeIteratorBase
70 proxy::move<DIRECT>(m_pNode);
92 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X) function in namespace:mcld::proxy
96 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X) function in namespace:mcld::proxy
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputTree.h96 * Mover is a function object (functor). @ref Mover::move moves
103 virtual void move(TreeIteratorBase& pNode) const = 0;
114 virtual void move(TreeIteratorBase& pNode) const { function in struct:mcld::InputTree::Succeeder
115 pNode.move<Positional>();
127 virtual void move(TreeIteratorBase& pNode) const { function in struct:mcld::InputTree::Includer
128 pNode.move<Inclusive>();
/frameworks/compile/mclinker/lib/CodeGen/
H A DSectLinker.cpp256 InputTree::Mover *move = &InputTree::Downward; local
271 info.inputs().insert(root, *move,
278 // move root on the new created node.
279 move->move(root);
282 move = &InputTree::Afterward;
291 info.inputs().insert(root, *move,
295 // move root on the new created node.
296 move->move(roo
[all...]
/frameworks/base/core/java/android/database/
H A DCursor.java72 * current position. Positive offsets move forwards, negative offsets move
79 * currently on the second entry in the result set and move(-5) is called,
83 * @return whether the requested move fully succeeded.
85 boolean move(int offset); method in interface:Cursor
94 * @param position the zero-based position to move to.
95 * @return whether the requested move fully succeeded.
104 * @return whether the move succeeded.
113 * @return whether the move succeeded.
123 * @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.java154 * may have. If it returns false the move function will also do so and the
159 * @return true if the move is successful, false otherwise
232 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/compile/mclinker/include/mcld/LD/
H A DArchive.h88 InputTree::Mover* move; member in struct:mcld::Archive::ArchiveMember
/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/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/opt/mms/src/java/com/google/android/mms/pdu/
H A DPduPersister.java1485 public Uri move(Uri from, Uri to) throws MmsException { method in class:PduPersister
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp98 virtual void move(float deltaX, float deltaY) { function in class:android::FakePointerController
2871 // Keep moving out of bounds. Should generate a pointer move.
3541 // move a little
3613 // move a little
4968 // move a little
5040 // move a little

Completed in 2653 milliseconds