Searched refs:move (Results 1 - 25 of 27) sorted by relevance

12

/frameworks/base/core/java/android/text/
H A DSelection.java140 int move;
145 move = layout.getOffsetForHorizontal(line - 1, h);
147 move = layout.getLineStart(line - 1);
150 setSelection(text, move);
181 int move;
186 move = layout.getOffsetForHorizontal(line + 1, h);
188 move = layout.getLineStart(line + 1);
191 setSelection(text, move);
202 * at the left edge of the line and there is not another line to move it to.
227 * to move i
[all...]
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeBase.h34 inline void move(NodeBase *&X) function in namespace:mcld::proxy
70 inline void move() { function in class:mcld::TreeIteratorBase
71 proxy::move<DIRECT>(m_pNode);
93 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X) function in namespace:mcld::proxy
97 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X) function in namespace:mcld::proxy
H A DBinTree.h183 * TreeIterator is bi-directional. Incremental direction means to move
231 this->move<TreeIteratorBase::Rightward>();
237 this->move<TreeIteratorBase::Rightward>();
242 this->move<TreeIteratorBase::Leftward>();
248 this->move<TreeIteratorBase::Leftward>();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DSystemGesturesPointerEventListener.java142 private int detectSwipe(MotionEvent move) { argument
143 final int historySize = move.getHistorySize();
144 final int pointerCount = move.getPointerCount();
146 final int pointerId = move.getPointerId(p);
150 final long time = move.getHistoricalEventTime(h);
151 final float x = move.getHistoricalX(p, h);
152 final float y = move.getHistoricalY(p, h);
158 final int swipe = detectSwipe(i, move.getEventTime(), move.getX(p), move
[all...]
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp131 pos.move<InputTree::Inclusive>();
134 pos.move<InputTree::Inclusive>();
160 pos.move<InputTree::Inclusive>();
162 pos.move<InputTree::Positional>();
164 pos.move<InputTree::Positional>();
166 pos.move<InputTree::Positional>();
206 pos.move<InputTree::Inclusive>();
209 pos.move<InputTree::Inclusive>();
235 pos.move<InputTree::Inclusive>();
237 pos.move<InputTre
[all...]
H A DInputTreeTest.cpp157 node.move<InputTree::Inclusive>();
162 node.move<InputTree::Inclusive>();
/frameworks/native/include/input/
H A DVelocityControl.h91 void move(nsecs_t eventTime, float* deltaX, float* deltaY);
/frameworks/compile/mclinker/
H A Dmcld-device-build.mk4 # We move them from global build/core/combo/TARGET_linux-arm.mk
/frameworks/base/core/java/android/database/
H A DCursorWrapper.java157 public boolean move(int offset) { method in class:CursorWrapper
158 return mCursor.move(offset);
H A DCursor.java75 * current position. Positive offsets move forwards, negative offsets move
82 * currently on the second entry in the result set and move(-5) is called,
86 * @return whether the requested move fully succeeded.
88 boolean move(int offset); method in interface:Cursor
97 * @param position the zero-based position to move to.
98 * @return whether the requested move fully succeeded.
107 * @return whether the move succeeded.
116 * @return whether the move succeeded.
126 * @return whether the move succeede
[all...]
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/compile/mclinker/include/mcld/MC/
H A DInputBuilder.h117 m_pMove->move(m_Root);
132 m_pMove->move(m_Root);
/frameworks/base/core/tests/coretests/src/android/provider/
H A DSearchRecentSuggestionsProviderTest.java170 c.move(GROUP_3_COUNT - 1);
175 c.move(1);
178 c.move(GROUP_2_COUNT - 1);
183 c.move(1);
186 c.move(newGroup1Count - 1);
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h246 * Mover is a function object (functor). @ref Mover::move moves
253 virtual void move(TreeIteratorBase& pNode) const = 0;
264 virtual void move(TreeIteratorBase& pNode) const { function in struct:mcld::InputTree::Succeeder
265 pNode.move<Positional>();
277 virtual void move(TreeIteratorBase& pNode) const { function in struct:mcld::InputTree::Includer
278 pNode.move<Inclusive>();
/frameworks/base/services/input/
H A DPointerController.h54 virtual void move(float deltaX, float deltaY) = 0;
160 virtual void move(float deltaX, float deltaY);
H A DInputReader.cpp2452 mWheelYVelocityControl.move(when, NULL, &vscroll);
2453 mWheelXVelocityControl.move(when, &hscroll, NULL);
2455 mPointerVelocityControl.move(when, &deltaX, &deltaY);
2464 mPointerController->move(deltaX, deltaY);
2518 // Send hover move after UP to tell the application that the mouse is hovering now.
2795 // By default don't use the touch pad to move the pointer.
3964 // No pointer id changes so this is a move event.
4011 // Dispatch move events if any of the remaining pointers moved from their old locations.
4013 // events, they do not generally handle them except when presented in a move event.
4538 // Synthesize a hover move even
[all...]
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/test-runner/src/android/test/mock/
H A DMockCursor.java120 public boolean move(int offset) { method in class:MockCursor
/frameworks/native/libs/input/
H A DVelocityControl.cpp52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { function in class:android::VelocityControl
/frameworks/compile/mclinker/lib/LD/
H A DGNUArchiveReader.cpp379 pArchive.inputs().insert(parent->lastPos, *(parent->move), *member);
381 // move the iterator to new created node, and also adjust the
383 parent->move->move(parent->lastPos);
384 parent->move = &InputTree::Afterward;
H A DArchive.cpp36 // FIXME: move creation of input tree out of Archive.
137 ar.move = pMove;
/frameworks/ex/common/java/com/android/common/contacts/
H A DDataUsageStatUpdater.java130 cursor.move(-1);
180 cursor.move(-1);
/frameworks/compile/mclinker/include/mcld/LD/
H A DArchive.h91 InputTree::Mover* move; member in struct:mcld::Archive::ArchiveMember
/frameworks/compile/mclinker/lib/MC/
H A DInputBuilder.cpp66 m_pMove->move(m_Root);
/frameworks/base/media/java/android/media/
H A DRingtoneManager.java440 cursor.move(1);

Completed in 8380 milliseconds

12