Home
last modified time | relevance | path

Searched refs:moving (Results 1 – 25 of 49) sorted by relevance

12

/frameworks/base/core/java/android/text/
DPackedObjectVector.java135 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()
DPackedIntVector.java318 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/
Dseek-bars.jd6 by moving the slider thumb. The smallest value is to the left, the largest to the right. The
Dprogress.jd55 …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/
Dindex.jd41 setup, drawing objects, moving drawn elements and responding to touch input.</p>
Dmotion.jd39 moving and transforming drawn objects in three dimensions or in other unique ways to create
/frameworks/base/docs/html/training/gestures/
Dscroll.jd89 <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.
Dscale.jd105 <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/
Duiautomator97 # done processing current arg, moving on
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
DCameraAgent.java178 public void onAutoFocusMoving(boolean moving, CameraProxy camera); in onAutoFocusMoving() argument
DAndroidCamera2AgentImpl.java1106 public void onAutoFocusMoving(final boolean moving, in setAutoFocusMoveCallback()
1111 cb.onAutoFocusMoving(moving, camera); in setAutoFocusMoveCallback()
DAndroidCameraAgentImpl.java1162 final boolean moving, android.hardware.Camera camera) { in onAutoFocusMoving() argument
1166 mCallback.onAutoFocusMoving(moving, mCamera); in onAutoFocusMoving()
/frameworks/base/docs/html/training/animation/
Dscreen-slide.jd135 <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/
Dprojects-cmdline.jd114 <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/
Dmanaging-avds-cmdline.jd18 <li><a href="#moving">Moving an AVD</a></li>
345 <h2 id="moving">Moving an AVD</h2>
/frameworks/base/docs/html/sdk/installing/
Dinstalling-adt.jd22 latest IDE updates. For help moving projects,
/frameworks/base/docs/html/training/efficient-downloads/
Defficient-network-access.jd46 …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/
Dlocation-testing.jd49 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/
Dc2dm.jd37 <p>This document is addressed to C2DM developers who are moving to GCM. It describes the differenc…
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd56 manages the user moving between applications, without your app needing to worry about
/frameworks/base/docs/html/tools/debugging/
Dindex.jd32 device management capabilities, including moving and syncing files to the emulator, running a
/frameworks/compile/mclinker/unittests/
Dtest3.txt172 # moving this logic into intl/Makefile.in distclean rule
/frameworks/base/docs/html/training/design-navigation/
Dmultiple-sizes.jd55 <p>The following figures demonstrate some of the problems that can arise when moving a UI (user int…
/frameworks/base/docs/html/tools/help/
Dbmgr.jd147 <p>A "backup transport" is the code module responsible for moving backup and restore data
/frameworks/base/docs/html/training/custom-views/
Dmaking-interactive.jd146 responds by moving

12