Home
last modified time | relevance | path

Searched refs:moved (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/media/libmedia/
DMemoryLeakTrackUtil.cpp116 bool moved; in dumpMemoryAddresses() local
118 moved = false; in dumpMemoryAddresses()
137 moved = true; in dumpMemoryAddresses()
140 } while (moved); in dumpMemoryAddresses()
/frameworks/base/core/java/android/widget/
DGridView.java1672 boolean moved = false; in fullScroll()
1677 moved = true; in fullScroll()
1682 moved = true; in fullScroll()
1685 if (moved) { in fullScroll()
1689 return moved; in fullScroll()
1707 boolean moved = false; in arrowScroll()
1723 moved = true; in arrowScroll()
1730 moved = true; in arrowScroll()
1737 moved = true; in arrowScroll()
1744 moved = true; in arrowScroll()
[all …]
DListView.java2256 boolean moved = false; in fullScroll()
2265 moved = true; in fullScroll()
2275 moved = true; in fullScroll()
2279 if (moved && !awakenScrollBars()) { in fullScroll()
2284 return moved; in fullScroll()
/frameworks/base/docs/html/guide/topics/resources/
Dresources-i18n.jd8 <p><strong>This document has moved. Please see <a href="index.html">Application Resources</a>.</str…
/frameworks/base/docs/html/resources/samples/
Dindex.jd8 <p><strong>This document has moved. Please go to <a
/frameworks/base/core/tests/overlaytests/
DREADME12 in this directory should be moved to core/tests/coretests. Also, by
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DWebViewEventSender.java398 public void setMoved(boolean moved) { mMoved = moved; } in setMoved() argument
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd39 only and it cannot be moved to the external storage.</p>
87 to API Level 8 will always install on the internal storage and cannot be moved to the external
/frameworks/base/docs/html/resources/articles/
Dfuture-proofing.jd45 Settings that were moved to the Settings.Secure class are affected.
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java3776 ArrayList moved = new ArrayList(); in moveTaskToFrontLocked() local
3798 moved.add(0, r); in moveTaskToFrontLocked()
3819 mService.mWindowManager.moveAppTokensToTop(moved); in moveTaskToFrontLocked()
3868 ArrayList moved = new ArrayList(); in moveTaskToBackLocked() local
3893 moved.add(r); in moveTaskToBackLocked()
3911 mService.mWindowManager.moveAppTokensToBottom(moved); in moveTaskToBackLocked()
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd171 <li>At the user's request, the application can be moved to the internal storage.</li>
Dactivity-element.jd156 are both "{@code true}", any activities that can be re-parented are moved to
/frameworks/base/services/input/
DInputReader.cpp2196 bool moved = deltaX != 0 || deltaY != 0; in sync() local
2223 if (moved || scrolled || buttonsChanged) { in sync()
2227 if (moved) { in sync()
2254 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync()
2263 if (downChanged || moved || scrolled || buttonsChanged) { in sync()
/frameworks/base/docs/html/guide/topics/ui/
Dindex.jd160 the trackball is moved (<code>{@link android.view.View#onTrackballEvent(MotionEvent) onTrackballEve…
Ddrag-drop.jd346 {@link android.view.DragEvent#ACTION_DRAG_LOCATION} event, and after the user has moved
566 {@link android.content.ClipData.Item} for the data being moved. As part of the
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd223 …<li>For performance and maintainability reasons, some APIs were moved into separate modules that m…
260 …y linked into applications; a good example is the MapView, which has been moved into such a librar…
Dandroid-3.1.jd807 (that is, the first time it is moved out of a stopped state). The data
832 accessed, it is moved to the head of a queue. When a value is added to a full
Dandroid-4.0.jd1554 events just like they would when a mouse pointer was being moved across the display when no buttons
/frameworks/base/docs/html/guide/practices/design/
Daccessibility.jd263 <dd>Indicates that the user moved the focus to the view.</dd>
Djni.jd299 allocated, then the original memory must be pinned down and can't be moved by
/frameworks/base/docs/html/guide/topics/location/
Dobtaining-user-location.jd278 // because the user has likely moved
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd334 // The MediaPlayer has moved to the Error state, must be reset!
/frameworks/base/docs/html/guide/topics/data/
Dbackup.jd568 it if you've chosen to perform backup when the user's version of the application has actually moved
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dactivity_task_design.jd402 stopped and moved to the background rather than being
/frameworks/base/docs/html/guide/practices/
Dscreens_support.jd1171 finger has moved by at least 16 pixels. On a baseline screen, a user's must move by {@code 16 pixels

12