/frameworks/av/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 | 1686 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 …]
|
D | ListView.java | 2259 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/ |
D | resources-i18n.jd | 8 <p><strong>This document has moved. Please see <a href="index.html">Application Resources</a>.</str…
|
/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/design/patterns/ |
D | actionbar.jd | 69 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/ |
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/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/training/basics/location/ |
D | currentlocation.jd | 102 // because the user has likely moved
|
/frameworks/base/services/java/com/android/server/am/ |
D | ActivityStack.java | 4147 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/ |
D | optimizing-layout.jd | 142 …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/ |
D | manifest-element.jd | 171 <li>At the user's request, the application can be moved to the internal storage.</li>
|
/frameworks/base/services/input/ |
D | InputReader.cpp | 2420 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/ |
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…
|
/frameworks/base/docs/html/tools/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…
|
/frameworks/base/docs/html/training/multiple-apks/ |
D | texture.jd | 133 then another, then another, then months later trying to figure out whether this blob can be moved up
|
D | api.jd | 174 then another, then another, then months later trying to figure out whether this blob can be moved up
|
D | screensize.jd | 152 then another, then another, then months later trying to figure out whether this blob can be moved up
|
D | multiple.jd | 202 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/ |
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/about/versions/ |
D | android-3.1.jd | 700 (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/ |
D | strategies.jd | 278 // because the user has likely moved
|
/frameworks/base/docs/html/tools/extras/ |
D | support-library.jd | 118 and added better state handling for fragments being moved out of view.</li>
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 334 // The MediaPlayer has moved to the Error state, must be reset!
|