/frameworks/base/core/java/android/text/ |
D | PackedObjectVector.java | 135 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local 137 … for (int i = mRowGapStart + mRowGapLength; i < mRowGapStart + mRowGapLength + moving; i++) in moveRowGapTo() 151 int moving = mRowGapStart - where; in moveRowGapTo() local 153 for (int i = where + moving - 1; i >= where; i--) in moveRowGapTo() 155 int destrow = i - where + mRowGapStart + mRowGapLength - moving; in moveRowGapTo()
|
D | PackedIntVector.java | 318 int moving = where + mRowGapLength - (mRowGapStart + mRowGapLength); in moveRowGapTo() local 324 for (int i = gapend; i < gapend + moving; i++) { in moveRowGapTo() 342 int moving = mRowGapStart - where; in moveRowGapTo() local 348 for (int i = where + moving - 1; i >= where; i--) { in moveRowGapTo() 349 int destrow = i - where + gapend - moving; in moveRowGapTo()
|
/frameworks/base/docs/html/design/building-blocks/ |
D | seek-bars.jd | 6 by moving the slider thumb. The smallest value is to the left, the largest to the right. The
|
D | progress.jd | 55 …ty circle, do not include text to communicate what the app is doing. The moving circle alone provi… 84 …al). And when state is in the process of changing, progress is indicated by a moving pie chart.</p>
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | index.jd | 41 setup, drawing objects, moving drawn elements and responding to touch input.</p>
|
D | motion.jd | 39 moving and transforming drawn objects in three dimensions or in other unique ways to create
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 89 <p><strong>Scrolling</strong> is the general process of moving the viewport (that is, the 'window' 102 want to keep scrolling (moving the viewport), but decelerate until the viewport stops moving.
|
D | scale.jd | 105 <pre>// The ‘active pointer’ is the one currently moving our object. 196 or a fling gesture is started (if the finger was moving with some speed just before it was lifted).
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/ |
D | uiautomator | 97 # done processing current arg, moving on
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
D | CameraAgent.java | 178 public void onAutoFocusMoving(boolean moving, CameraProxy camera); in onAutoFocusMoving() argument
|
D | AndroidCamera2AgentImpl.java | 1106 public void onAutoFocusMoving(final boolean moving, in setAutoFocusMoveCallback() 1111 cb.onAutoFocusMoving(moving, camera); in setAutoFocusMoveCallback()
|
D | AndroidCameraAgentImpl.java | 1162 final boolean moving, android.hardware.Camera camera) { in onAutoFocusMoving() argument 1166 mCallback.onAutoFocusMoving(moving, mCamera); in onAutoFocusMoving()
|
/frameworks/base/docs/html/training/animation/ |
D | screen-slide.jd | 135 <li>Handles the device's back button by moving backwards in the virtual stack of fragments. 352 // Use the default slide transition when moving to the left page
|
/frameworks/base/docs/html/tools/projects/ |
D | projects-cmdline.jd | 114 <p class="caution"><strong>Caution:</strong> You should refrain from moving the location of the 175 <p>Once the command completes, the library project is created and you can begin moving source
|
/frameworks/base/docs/html/tools/devices/ |
D | managing-avds-cmdline.jd | 18 <li><a href="#moving">Moving an AVD</a></li> 345 <h2 id="moving">Moving an AVD</h2>
|
/frameworks/base/docs/html/sdk/installing/ |
D | installing-adt.jd | 22 latest IDE updates. For help moving projects,
|
/frameworks/base/docs/html/training/efficient-downloads/ |
D | efficient-network-access.jd | 46 …turning to full power from the low state takes around 1.5 seconds, while moving from idle to full … 65 …second every 18 seconds will keep the wireless radio perpetually active, moving it back to high po…
|
/frameworks/base/docs/html/training/location/ |
D | location-testing.jd | 49 data by moving an actual device. 57 Since you don't have to generate test locations by moving a device, you can test an app
|
/frameworks/base/docs/html/google/gcm/ |
D | c2dm.jd | 37 <p>This document is addressed to C2DM developers who are moving to GCM. It describes the differenc…
|
/frameworks/base/docs/html/training/scheduling/ |
D | wakelock.jd | 56 manages the user moving between applications, without your app needing to worry about
|
/frameworks/base/docs/html/tools/debugging/ |
D | index.jd | 32 device management capabilities, including moving and syncing files to the emulator, running a
|
/frameworks/compile/mclinker/unittests/ |
D | test3.txt | 172 # moving this logic into intl/Makefile.in distclean rule
|
/frameworks/base/docs/html/training/design-navigation/ |
D | multiple-sizes.jd | 55 <p>The following figures demonstrate some of the problems that can arise when moving a UI (user int…
|
/frameworks/base/docs/html/tools/help/ |
D | bmgr.jd | 147 <p>A "backup transport" is the code module responsible for moving backup and restore data
|
/frameworks/base/docs/html/training/custom-views/ |
D | making-interactive.jd | 146 responds by moving
|