Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 130) sorted by relevance

123456

/frameworks/base/core/java/android/text/
DSelection.java140 int move; in moveUp() local
145 move = layout.getOffsetForHorizontal(line - 1, h); in moveUp()
147 move = layout.getLineStart(line - 1); in moveUp()
150 setSelection(text, move); in moveUp()
181 int move; in moveDown() local
186 move = layout.getOffsetForHorizontal(line + 1, h); in moveDown()
188 move = layout.getLineStart(line + 1); in moveDown()
191 setSelection(text, move); in moveDown()
257 int move; in extendUp() local
262 move = layout.getOffsetForHorizontal(line - 1, h); in extendUp()
[all …]
/frameworks/compile/mclinker/unittests/
DBinTreeTest.cpp131 pos.move<InputTree::Inclusive>(); in TEST_F()
134 pos.move<InputTree::Inclusive>(); in TEST_F()
160 pos.move<InputTree::Inclusive>(); in TEST_F()
162 pos.move<InputTree::Positional>(); in TEST_F()
164 pos.move<InputTree::Positional>(); in TEST_F()
166 pos.move<InputTree::Positional>(); in TEST_F()
206 pos.move<InputTree::Inclusive>(); in TEST_F()
209 pos.move<InputTree::Inclusive>(); in TEST_F()
235 pos.move<InputTree::Inclusive>(); in TEST_F()
237 pos.move<InputTree::Positional>(); in TEST_F()
[all …]
DInputTreeTest.cpp157 node.move<InputTree::Inclusive>(); in TEST_F()
162 node.move<InputTree::Inclusive>(); in TEST_F()
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeBase.h34 inline void move(NodeBase *&X) in move() function
70 inline void move() { in move() function
71 proxy::move<DIRECT>(m_pNode); in move()
93 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X)
97 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X)
DBinTree.h231 this->move<TreeIteratorBase::Rightward>();
237 this->move<TreeIteratorBase::Rightward>();
242 this->move<TreeIteratorBase::Leftward>();
248 this->move<TreeIteratorBase::Leftward>();
/frameworks/compile/mclinker/include/mcld/
DInputTree.h103 virtual void move(TreeIteratorBase& pNode) const = 0;
114 virtual void move(TreeIteratorBase& pNode) const { in move() function
115 pNode.move<Positional>(); in move()
127 virtual void move(TreeIteratorBase& pNode) const { in move() function
128 pNode.move<Inclusive>(); in move()
/frameworks/base/core/tests/coretests/src/android/provider/
DSearchRecentSuggestionsProviderTest.java170 c.move(GROUP_3_COUNT - 1); in testReordering()
175 c.move(1); in testReordering()
178 c.move(GROUP_2_COUNT - 1); in testReordering()
183 c.move(1); in testReordering()
186 c.move(newGroup1Count - 1); in testReordering()
/frameworks/base/docs/html/design/patterns/
Dgestures.jd48 <p>Press, move, lift</p></li>
66 <p>Long press, move, lift</p></li>
94 <p>2-finger press, move outwards, lift</p></li>
112 <p>2-finger press, move inwards, lift</p></li>
/frameworks/compile/mclinker/include/mcld/MC/
DInputBuilder.h117 m_pMove->move(m_Root);
132 m_pMove->move(m_Root);
/frameworks/base/core/java/android/database/
DCursorWrapper.java157 public boolean move(int offset) { in move() method in CursorWrapper
158 return mCursor.move(offset); in move()
DCursor.java85 boolean move(int offset); in move() method
/frameworks/base/include/androidfw/
DVelocityControl.h91 void move(nsecs_t eventTime, float* deltaX, float* deltaY);
/frameworks/base/services/input/
DPointerController.h54 virtual void move(float deltaX, float deltaY) = 0;
160 virtual void move(float deltaX, float deltaY);
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp379 pArchive.inputs().insert(parent->lastPos, *(parent->move), *member); in includeMember()
383 parent->move->move(parent->lastPos); in includeMember()
384 parent->move = &InputTree::Afterward; in includeMember()
/frameworks/base/docs/html/training/multiple-threads/
Dcommunicate-ui.jd34 tasks to do background work and then move the results to UI elements such as bitmaps.
40 <em>aren't</em> running on your UI thread, they don't have access to UI objects. To move data
90 The next section shows how to tell the {@link android.os.Handler} to move data.
94 To move data from a task object running on a background thread to an object on the UI thread,
99 it can move the data to the UI object.
224 running on the UI thread, it can safely move the {@link android.graphics.Bitmap} to the
/frameworks/base/docs/html/sdk/installing/
Dbundle.jd27 <p class="caution"><strong>Caution:</strong> Do not move any of the files or directories
28 from the {@code adt-bundle-&lt;os_platform>} directory. If you move the {@code eclipse}
Dindex.jd28 and instead move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
53 <li>If you're using Eclipse, move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
77 <li>If you're using Eclipse, move on to <a href="{@docRoot}sdk/installing/installing-adt.html"
/frameworks/base/docs/html/guide/topics/graphics/
Dview-animation.jd15 android.widget.TextView} object, you can move, rotate, grow, or shrink the text. If it has a
28 - for example, you can have the contents of a TextView move from left to right, and then rotate
29 180 degrees, or you can have the text move and rotate simultaneously. Each transformation takes a
111 <p class="note"><strong>Note:</strong> Regardless of how your animation may move or resize, the
/frameworks/base/libs/androidfw/
DVelocityControl.cpp52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move() function in android::VelocityControl
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java120 public boolean move(int offset) { in move() method in MockCursor
/frameworks/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java130 cursor.move(-1); in updateWithAddress()
180 cursor.move(-1); in updateWithPhoneNumber()
/frameworks/compile/mclinker/lib/MC/
DInputBuilder.cpp66 m_pMove->move(m_Root); in enterGroup()
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd141 will install it on the external storage. Once installed, the user can move the application
147 storage if the external media is unavailable or full. Once installed, the user can move the applica…
168 <p>The user may also request to move an application from the internal storage to the external
169 storage. However, the system will not allow the user to move the application to external storage if
/frameworks/base/docs/html/training/load-data-background/
Dhandle-results.jd60 and then move a {@link android.database.Cursor} into the adapter in the
62 method. As soon as you move the {@link android.database.Cursor} into the adapter, the
/frameworks/compile/mclinker/include/mcld/LD/
DArchive.h91 InputTree::Mover* move; member

123456