Home
last modified time | relevance | path

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

12

/frameworks/testing/espresso/espresso-lib/src/main/java/com/google/android/apps/common/testing/ui/espresso/action/
DAdapterViewProtocols.java98 boolean moved = false; in makeDataRenderedWithinAdapterView()
109 moved = true; in makeDataRenderedWithinAdapterView()
117 moved = true; in makeDataRenderedWithinAdapterView()
121 if (!moved) { in makeDataRenderedWithinAdapterView()
/frameworks/av/media/libmedia/
DMemoryLeakTrackUtil.cpp121 bool moved; in dumpMemoryAddresses() local
123 moved = false; in dumpMemoryAddresses()
142 moved = true; in dumpMemoryAddresses()
145 } while (moved); in dumpMemoryAddresses()
/frameworks/base/core/java/android/widget/
DGridView.java1792 boolean moved = false; in fullScroll()
1797 moved = true; in fullScroll()
1802 moved = true; in fullScroll()
1805 if (moved) { in fullScroll()
1809 return moved; in fullScroll()
1827 boolean moved = false; in arrowScroll()
1843 moved = true; in arrowScroll()
1850 moved = true; in arrowScroll()
1857 moved = true; in arrowScroll()
1864 moved = true; in arrowScroll()
[all …]
DListView.java2366 boolean moved = false; in fullScroll()
2375 moved = true; in fullScroll()
2387 moved = true; in fullScroll()
2391 if (moved && !awakenScrollBars()) { in fullScroll()
2396 return moved; in fullScroll()
/frameworks/base/services/core/java/com/android/server/power/
DWirelessChargerDetector.java324 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD); in hasMoved()
326 Slog.d(TAG, "Check: moved=" + moved in hasMoved()
333 return moved; in hasMoved()
/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/shareables/
DREADME.txt7 but we've moved them all to Google Cloud Storage to reduce the size
/frameworks/base/core/java/android/view/
DIWindow.aidl51 void moved(int newX, int newY); in moved() method
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeWindow.java56 public void moved(int arg0, int arg1) throws RemoteException { in moved() method in BridgeWindow
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java48 public void moved(int newX, int newY) { in moved() method in BaseIWindow
/frameworks/base/services/core/java/com/android/server/
DEventLogTags.logtags148 # Task moved to top (1) or bottom (0).
154 # Home stack moved to top (1) or bottom (0).
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DREADME.txt1 This code has moved from
/frameworks/base/docs/html/design/patterns/
Dactionbar.jd74 action bar are moved automatically to the action overflow. Long-press on an icon to view the action…
273 … be consistently available directly from the action bar, and which can be moved to the action over…
275 are displayed at the top-level or can be moved to the action overflow. If the number of top-level
Dapp-structure.jd107 … switch between them. They are always visible on the screen, and can't be moved out of the way lik…
/frameworks/base/docs/html/guide/topics/data/
Dinstall-location.jd40 only and it cannot be moved to the external storage.</p>
88 to API Level 8 will always install on the internal storage and cannot be moved to the external
/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/about/versions/
Dandroid-4.2.jd108 android.provider.Settings.System} that have moved to {@link android.provider.Settings.Global},
113 moved to {@link android.provider.Settings.Global} when running on Android 4.2 and higher.</p>
382 moved to {@link android.provider.Settings.Global}. You can continue to read settings that are in
/frameworks/base/docs/html/sdk/installing/
Dstudio-tips.jd42 yet fully implemented). Everything still behaves as you expect, but some of the files have moved
Dindex.jd138 see a warning that says the package is damaged and should be moved to the trash. If this
/frameworks/base/docs/html/guide/topics/manifest/
Dmanifest-element.jd169 <li>At the user's request, the application can be moved to the internal storage.</li>
/frameworks/base/docs/html/training/gestures/
Dscale.jd137 // Calculate the distance moved
/frameworks/base/core/java/android/service/wallpaper/
DWallpaperService.java286 public void moved(int newX, int newY) {
/frameworks/base/docs/html/guide/practices/
Dverifying-apps-art.jd94 use, objects may be moved in memory. If you use C/C++ code, do not
/frameworks/base/docs/html/sdk/
DOLD_RELEASENOTES.jd224 …<li>For performance and maintainability reasons, some APIs were moved into separate modules that m…
261 …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

12