/frameworks/base/core/java/android/text/ |
D | Selection.java | 140 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/ |
D | BinTreeTest.cpp | 131 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 …]
|
D | InputTreeTest.cpp | 123 node.move<InputTree::Inclusive>(); in TEST_F() 127 node.move<InputTree::Inclusive>(); in TEST_F()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeBase.h | 33 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)
|
D | BinTree.h | 234 this->move<TreeIteratorBase::Rightward>(); 240 this->move<TreeIteratorBase::Rightward>(); 245 this->move<TreeIteratorBase::Leftward>(); 251 this->move<TreeIteratorBase::Leftward>();
|
/frameworks/compile/mclinker/lib/LD/ |
D | GNUArchiveReader.cpp | 188 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/ |
D | MCLDInputTree.h | 96 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/ |
D | SearchRecentSuggestionsProviderTest.java | 170 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/ |
D | SectLinker.cpp | 222 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/ |
D | gestures.jd | 47 <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/ |
D | CursorWrapper.java | 157 public boolean move(int offset) { in move() method in CursorWrapper 158 return mCursor.move(offset); in move()
|
D | Cursor.java | 85 boolean move(int offset); in move() method
|
D | AbstractCursor.java | 231 public final boolean move(int offset) { in move() method in AbstractCursor
|
/frameworks/base/services/input/ |
D | PointerController.h | 54 virtual void move(float deltaX, float deltaY) = 0; 160 virtual void move(float deltaX, float deltaY);
|
/frameworks/base/include/androidfw/ |
D | VelocityControl.h | 91 void move(nsecs_t eventTime, float* deltaX, float* deltaY);
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | view-animation.jd | 15 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/ |
D | VelocityControl.cpp | 52 void VelocityControl::move(nsecs_t eventTime, float* deltaX, float* deltaY) { in move() function in android::VelocityControl
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | DataUsageStatUpdater.java | 130 cursor.move(-1); in updateWithAddress() 180 cursor.move(-1); in updateWithPhoneNumber()
|
/frameworks/base/test-runner/src/android/test/mock/ |
D | MockCursor.java | 120 public boolean move(int offset) { in move() method in MockCursor
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | manifest-element.jd | 141 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/ |
D | android.jd | 148 <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/ |
D | EventSenderImpl.java | 109 public void move(Point point) { in move() method in EventSenderImpl.TouchPoint 245 getTouchPoints().get(index).move(
|
/frameworks/base/docs/html/guide/google/gcm/ |
D | c2dm.jd | 32 …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/ |
D | install-location.jd | 57 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/ |
D | install-location.jd | 57 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>
|