Home
last modified time | relevance | path

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

12

/frameworks/av/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.java1686 boolean moved = false; in fullScroll()
1691 moved = true; in fullScroll()
1696 moved = true; in fullScroll()
1699 if (moved) { in fullScroll()
1703 return moved; in fullScroll()
1721 boolean moved = false; in arrowScroll()
1737 moved = true; in arrowScroll()
1744 moved = true; in arrowScroll()
1751 moved = true; in arrowScroll()
1758 moved = true; in arrowScroll()
[all …]
DListView.java2259 boolean moved = false; in fullScroll()
2268 moved = true; in fullScroll()
2278 moved = true; in fullScroll()
2282 if (moved && !awakenScrollBars()) { in fullScroll()
2287 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/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/design/patterns/
Dactionbar.jd69 action bar are moved automatically to the action overflow.
188 <p><em>Fixed tabs</em> are always visible on the screen, and can't be moved out of the way like scr…
344 … be consistently available directly from the action bar, and which can be moved to the action over…
346 are displayed at the top-level or can be moved to the action overflow. If the number of top-level
/frameworks/base/docs/html/guide/topics/data/
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/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/training/basics/location/
Dcurrentlocation.jd102 // because the user has likely moved
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java4147 ArrayList<IBinder> moved = new ArrayList<IBinder>(); in moveTaskToFrontLocked() local
4169 moved.add(0, r.appToken); in moveTaskToFrontLocked()
4190 mService.mWindowManager.moveAppTokensToTop(moved); in moveTaskToFrontLocked()
4239 ArrayList<IBinder> moved = new ArrayList<IBinder>(); in moveTaskToBackLocked() local
4264 moved.add(r.appToken); in moveTaskToBackLocked()
4282 mService.mWindowManager.moveAppTokensToBottom(moved); in moveTaskToBackLocked()
/frameworks/base/docs/html/training/improving-layouts/
Doptimizing-layout.jd142 …out, and does not have a background, can be removed and have its children moved directly into the …
/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>
/frameworks/base/services/input/
DInputReader.cpp2420 bool moved = deltaX != 0 || deltaY != 0; in sync() local
2447 if (moved || scrolled || buttonsChanged) { in sync()
2451 if (moved) { in sync()
2478 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) { in sync()
2487 if (downChanged || moved || scrolled || buttonsChanged) { in sync()
/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…
/frameworks/base/docs/html/tools/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…
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd133 then another, then another, then months later trying to figure out whether this blob can be moved up
Dapi.jd174 then another, then another, then months later trying to figure out whether this blob can be moved up
Dscreensize.jd152 then another, then another, then months later trying to figure out whether this blob can be moved up
Dmultiple.jd202 then another, then another, then months later trying to figure out whether this blob can be moved up
/frameworks/base/docs/html/guide/topics/ui/
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/about/versions/
Dandroid-3.1.jd700 (that is, the first time it is moved out of a stopped state). The data
725 accessed, it is moved to the head of a queue. When a value is added to a full
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd278 // because the user has likely moved
/frameworks/base/docs/html/tools/extras/
Dsupport-library.jd118 and added better state handling for fragments being moved out of view.</li>
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd334 // The MediaPlayer has moved to the Error state, must be reset!

12