/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 | 157 node.move<InputTree::Inclusive>(); in TEST_F() 162 node.move<InputTree::Inclusive>(); in TEST_F()
|
/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeBase.h | 34 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)
|
D | BinTree.h | 231 this->move<TreeIteratorBase::Rightward>(); 237 this->move<TreeIteratorBase::Rightward>(); 242 this->move<TreeIteratorBase::Leftward>(); 248 this->move<TreeIteratorBase::Leftward>();
|
/frameworks/compile/mclinker/include/mcld/ |
D | InputTree.h | 103 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/ |
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/base/docs/html/design/patterns/ |
D | gestures.jd | 48 <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/ |
D | InputBuilder.h | 117 m_pMove->move(m_Root); 132 m_pMove->move(m_Root);
|
/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
|
/frameworks/base/include/androidfw/ |
D | VelocityControl.h | 91 void move(nsecs_t eventTime, float* deltaX, float* deltaY);
|
/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/compile/mclinker/lib/LD/ |
D | GNUArchiveReader.cpp | 379 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/ |
D | communicate-ui.jd | 34 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/ |
D | bundle.jd | 27 <p class="caution"><strong>Caution:</strong> Do not move any of the files or directories 28 from the {@code adt-bundle-<os_platform>} directory. If you move the {@code eclipse}
|
D | index.jd | 28 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/ |
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/base/test-runner/src/android/test/mock/ |
D | MockCursor.java | 120 public boolean move(int offset) { in move() method in MockCursor
|
/frameworks/ex/common/java/com/android/common/contacts/ |
D | DataUsageStatUpdater.java | 130 cursor.move(-1); in updateWithAddress() 180 cursor.move(-1); in updateWithPhoneNumber()
|
/frameworks/compile/mclinker/lib/MC/ |
D | InputBuilder.cpp | 66 m_pMove->move(m_Root); in enterGroup()
|
/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 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/ |
D | handle-results.jd | 60 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/ |
D | Archive.h | 91 InputTree::Mover* move; member
|