Home
last modified time | relevance | path

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

12345

/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.cpp123 node.move<InputTree::Inclusive>(); in TEST_F()
127 node.move<InputTree::Inclusive>(); in TEST_F()
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeBase.h33 inline void move(NodeBase *&X) in move() function
69 inline void move() { in move() function
70 proxy::move<DIRECT>(m_pNode); in move()
89 inline void move<TreeIteratorBase::Leftward>(NodeBase *&X)
93 inline void move<TreeIteratorBase::Rightward>(NodeBase *&X)
DBinTree.h234 this->move<TreeIteratorBase::Rightward>();
240 this->move<TreeIteratorBase::Rightward>();
245 this->move<TreeIteratorBase::Leftward>();
251 this->move<TreeIteratorBase::Leftward>();
/frameworks/compile/mclinker/lib/LD/
DGNUArchiveReader.cpp188 node.move<InputTree::Inclusive>(); in setupNewArchive()
190 node.move<InputTree::Positional>(); in setupNewArchive()
209 node.move<InputTree::Inclusive>(); in setupNewArchive()
211 node.move<InputTree::Positional>(); in setupNewArchive()
224 node.move<InputTree::Inclusive>(); in setupNewArchive()
226 node.move<InputTree::Positional>(); in setupNewArchive()
/frameworks/compile/mclinker/include/mcld/MC/
DMCLDInputTree.h96 virtual void move(iterator& pNode) const = 0;
104 virtual void move(iterator& pNode) const { in move() function
105 pNode.move<Positional>(); in move()
114 virtual void move(iterator& pNode) const { in move() function
115 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/compile/mclinker/lib/CodeGen/
DSectLinker.cpp222 prev_ward->move(cur_node); in initializeInputTree()
233 prev_ward->move(cur_node); in initializeInputTree()
258 prev_ward->move(cur_node); in initializeInputTree()
264 prev_ward->move(cur_node); in initializeInputTree()
/frameworks/base/docs/html/design/patterns/
Dgestures.jd47 <p>Press, move, lift</p></li>
65 <p>Long press, move, lift</p></li>
93 <p>2-finger press, move outwards, lift</p></li>
111 <p>2-finger press, move inwards, lift</p></li>
/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
DAbstractCursor.java231 public final boolean move(int offset) { in move() method in AbstractCursor
/frameworks/base/services/input/
DPointerController.h54 virtual void move(float deltaX, float deltaY) = 0;
160 virtual void move(float deltaX, float deltaY);
/frameworks/base/include/androidfw/
DVelocityControl.h91 void move(nsecs_t eventTime, float* deltaX, float* deltaY);
/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/ex/common/java/com/android/common/contacts/
DDataUsageStatUpdater.java130 cursor.move(-1); in updateWithAddress()
180 cursor.move(-1); in updateWithPhoneNumber()
/frameworks/base/test-runner/src/android/test/mock/
DMockCursor.java120 public boolean move(int offset) { in move() method in MockCursor
/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
148 mechanism (not supported on external storage). Once installed, the user can move the application to
174 <p>The user may also request to move an application from the internal storage to the external
175 storage. However, the system will not allow the user to move the application to external storage if
/frameworks/base/docs/html/tools/help/
Dandroid.jd148 <td rowspan="3"><code>move avd</code></td>
152 <td>The name of the AVD to move</td>
178 <td>The name of the AVD to move</td>
/frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
DEventSenderImpl.java109 public void move(Point point) { in move() method in EventSenderImpl.TouchPoint
245 getTouchPoints().get(index).move(
/frameworks/base/docs/html/guide/google/gcm/
Dc2dm.jd32 …l grant no new quotas. <strong>C2DM developers are strongly encouraged to move to Google Cloud Mes…
76 <p>This section describes how to move existing C2DM apps to GCM.</p>
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd57 storage. The user can also move your application between the two locations.</p>
61 decide where to install your application based on several factors. The user can also move your
74 <li>The user can move your application to the internal storage through the system settings.</li>
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd57 storage. The user can also move your application between the two locations.</p>
61 decide where to install your application based on several factors. The user can also move your
74 <li>The user can move your application to the internal storage through the system settings.</li>

12345