/frameworks/base/media/libmedia/ |
D | MemoryLeakTrackUtil.cpp | 116 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/ |
D | GridView.java | 1672 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 …]
|
D | ListView.java | 2256 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/ |
D | resources-i18n.jd | 8 <p><strong>This document has moved. Please see <a href="index.html">Application Resources</a>.</str…
|
/frameworks/base/docs/html/resources/samples/ |
D | index.jd | 8 <p><strong>This document has moved. Please go to <a
|
/frameworks/base/core/tests/overlaytests/ |
D | README | 12 in this directory should be moved to core/tests/coretests. Also, by
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
D | WebViewEventSender.java | 398 public void setMoved(boolean moved) { mMoved = moved; } in setMoved() argument
|
/frameworks/base/docs/html/guide/appendix/ |
D | install-location.jd | 39 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/ |
D | future-proofing.jd | 45 Settings that were moved to the Settings.Secure class are affected.
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityStack.java | 3776 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/ |
D | manifest-element.jd | 171 <li>At the user's request, the application can be moved to the internal storage.</li>
|
D | activity-element.jd | 156 are both "{@code true}", any activities that can be re-parented are moved to
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 2196 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/ |
D | index.jd | 160 the trackball is moved (<code>{@link android.view.View#onTrackballEvent(MotionEvent) onTrackballEve…
|
D | drag-drop.jd | 346 {@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/ |
D | OLD_RELEASENOTES.jd | 223 …<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…
|
D | android-3.1.jd | 807 (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
|
D | android-4.0.jd | 1554 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/ |
D | accessibility.jd | 263 <dd>Indicates that the user moved the focus to the view.</dd>
|
D | jni.jd | 299 allocated, then the original memory must be pinned down and can't be moved by
|
/frameworks/base/docs/html/guide/topics/location/ |
D | obtaining-user-location.jd | 278 // because the user has likely moved
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 334 // The MediaPlayer has moved to the Error state, must be reset!
|
/frameworks/base/docs/html/guide/topics/data/ |
D | backup.jd | 568 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/ |
D | activity_task_design.jd | 402 stopped and moved to the background rather than being
|
/frameworks/base/docs/html/guide/practices/ |
D | screens_support.jd | 1171 finger has moved by at least 16 pixels. On a baseline screen, a user's must move by {@code 16 pixels
|