/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/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/core/java/android/database/ |
D | CursorWrapper.java | 153 public boolean move(int offset) { in move() method in CursorWrapper 154 return mCursor.move(offset); in move()
|
D | Cursor.java | 83 boolean move(int offset); in move() method
|
D | AbstractCursor.java | 230 public final boolean move(int offset) { in move() method in AbstractCursor
|
/frameworks/base/services/input/ |
D | PointerController.h | 53 virtual void move(float deltaX, float deltaY) = 0; 159 virtual void move(float deltaX, float deltaY);
|
D | InputReader.cpp | 2217 mWheelYVelocityControl.move(when, NULL, &vscroll); in sync() 2218 mWheelXVelocityControl.move(when, &hscroll, NULL); in sync() 2220 mPointerVelocityControl.move(when, &deltaX, &deltaY); in sync() 2228 mPointerController->move(deltaX, deltaY); in sync() 4367 mPointerVelocityControl.move(when, &deltaX, &deltaY); in preparePointerGestures() 4372 mPointerController->move(deltaX, deltaY); in preparePointerGestures() 4505 mPointerVelocityControl.move(when, &deltaX, &deltaY); in preparePointerGestures() 4509 mPointerController->move(deltaX, deltaY); in preparePointerGestures() 4761 mPointerVelocityControl.move(when, &commonDeltaX, &commonDeltaY); in preparePointerGestures() 4988 mPointerVelocityControl.move(when, &deltaX, &deltaY); in dispatchPointerMouse() [all …]
|
/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
|
D | animation.jd | 31 View was drawn, and not the actual View itself. For instance, if you animated a button to move
|
/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/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/guide/developing/tools/ |
D | android.jd | 121 <td rowspan="3"><code>move avd</code></td> 125 <td>The name of the AVD to move</td> 151 <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/core/java/android/webkit/ |
D | WebTextView.java | 757 MovementMethod move = getMovementMethod(); in onTrackballEvent() local 758 if (move != null && getLayout() != null && in onTrackballEvent() 759 move.onTrackballEvent(this, text, event)) { in onTrackballEvent()
|
/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>
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-ui.jd | 137 scroll wheel. To move around in the pane or reveal View objects that are not currently 169 You can also use Tree Overview to move around in the Tree View pane. Click and drag 307 Select a View in Tree View. As you move up towards the root of the tree (to the 377 crosshair in the next pane. It only moves when you move the crosshair in the next pane. 409 and the Loupe crosshair will move accordingly. You can also click on a point in the 410 Pixel Perfect pane, and the crosshair will move to that point.
|
/frameworks/base/docs/html/ |
D | search.jd | 135 TODO: move this to the site's JS library */
|
/frameworks/base/docs/html/guide/topics/media/jet/ |
D | jetcreator_manual.jd | 470 Displays the move window which allows you to move selected segments or events 694 create tens or even hundreds of events. You may also need to move events. The 747 one time, in this case move them in time. Like Replicate, there are two Move 763 events you wish to move in time, then click the Move button. The parameters are 772 Sets the time in M/B/T you wish to move the objects by. </p> 775 Preview allows you to examine the objects created before saying OK to move 1127 …g, then break up the final MIDI file as needed for the application. Next, move to JET Creator and …
|
/frameworks/base/docs/html/guide/practices/design/ |
D | accessibility.jd | 74 <li>A clickable trackball that users can move in any direction</li> 334 as you move around the screen. One such service is <a 351 <p>You can now attempt to use your application as a blind user would. As you move around using only
|
/frameworks/base/media/java/android/media/ |
D | RingtoneManager.java | 441 cursor.move(1); in getRingtonePosition()
|
/frameworks/base/docs/html/resources/samples/ |
D | get.jd | 75 to move through the directories and files of each sample. The browseable source
|
/frameworks/base/docs/html/sdk/ |
D | android-1.5-highlights.jd | 199 <li>WebView - Touch start/end/move/cancel DOM event support</li>
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
D | notepad-ex3.jd | 33 <p>To fix this, we will move most of the functionality for creating and editing 364 When you are ready, move on to the <a href="notepad-extra-credit.html">Tutorial
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
D | notepad-ex3.jd | 33 <p>To fix this, we will move most of the functionality for creating and editing 364 When you are ready, move on to the <a href="notepad-extra-credit.html">Tutorial
|