Searched refs:moved (Results 1 - 15 of 15) sorted by relevance

/frameworks/av/media/libmedia/
H A DMemoryLeakTrackUtil.cpp122 bool moved; local
124 moved = false;
143 moved = true;
146 } while (moved);
/frameworks/base/core/java/android/view/
H A DIWindow.aidl51 void moved(int newX, int newY);
H A DViewRootImpl.java1898 // may have moved and we need check that and if so to update the left and right
2595 // If accessibility focus moved, always invalidate the root.
4370 // We pick the axis that has moved the most as the direction of
4755 /* TODO: These constants should eventually be moved to ViewConfiguration. */
5717 if (DEBUG_LAYOUT) Log.v(TAG, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
6696 public void moved(int newX, int newY) { method in class:ViewRootImpl.W
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java56 public void moved(int arg0, int arg1) throws RemoteException { method in class:BridgeWindow
/frameworks/base/core/java/android/net/
H A DNetworkStats.java61 /** Debug {@link #set} value when the VPN stats are moved in. */
63 /** Debug {@link #set} value when the VPN stats are moved out of a vpn UID. */
845 Entry moved = addTrafficToApplications(tunIface, underlyingIface, tunIfaceTotal, pool);
846 deductTrafficFromVpnApp(tunUid, underlyingIface, moved);
848 if (!moved.isEmpty()) {
850 + moved);
901 Entry moved = new Entry();
937 moved.add(tmpEntry);
944 return moved;
947 private void deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) { argument
[all...]
/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java48 public void moved(int newX, int newY) { method in class:BaseIWindow
/frameworks/base/services/core/java/com/android/server/power/
H A DWirelessChargerDetector.java67 * not appear to have moved since it was last undocked because it may
324 final boolean moved = (dotProduct < mag1 * mag2 * MOVEMENT_ANGLE_COS_THRESHOLD);
326 Slog.d(TAG, "Check: moved=" + moved
333 return moved;
/frameworks/base/core/java/android/widget/
H A DGridView.java699 * location. The selection may be moved so that it does not intersect the
1769 * @return whether selection was moved
1795 * @return Whether selection was moved.
1798 boolean moved = false;
1803 moved = true;
1808 moved = true;
1811 if (moved) {
1815 return moved;
1824 * @return whether selection was moved
1833 boolean moved
[all...]
H A DListView.java825 * location. The selection may be moved so that it does not intersect the
2326 * @return whether selection was moved
2375 * @return whether selection was moved
2378 boolean moved = false;
2387 moved = true;
2399 moved = true;
2403 if (moved && !awakenScrollBars()) {
2408 return moved;
2466 * @return whether selection was moved
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialog.java274 final boolean moved = oldLeft != left || oldTop != top;
275 if (D.BUG) Log.d(TAG, "onLayoutChange moved=" + moved
278 if (moved) {
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java280 public void moved(int newX, int newY) {
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2555 bool moved = deltaX != 0 || deltaY != 0; local
2583 if (moved || scrolled || buttonsChanged) {
2587 if (moved) {
2616 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2625 if (downChanged || moved || scrolled || buttonsChanged) {
4369 // Update last coordinates of pointers that have moved so that we observe the new
4396 // Dispatch move events if any of the remaining pointers moved from their old locations.
4877 // Update last coordinates of pointers that have moved so that we observe the new
4938 // Send motion events for all pointers that moved.
5436 // have not moved enoug
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp154 // output is suspended before any tracks are moved to it
1271 // If effects where present on the output, audioflinger moved them to the primary
1758 // will be closed causing the effect to be moved to a PCM output.
3805 SortedVector<audio_io_handle_t> moved; local
3810 if (moved.indexOf(effectDesc->mIo) < 0) {
3815 moved.add(effectDesc->mIo);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java1705 // The windows haven't moved... but are they still contiguous?
3349 // function to return true if the IME has moved and needs
3351 // and isn't actually moved in the list, its layer may be
5061 // Skip over all exiting windows, they've been moved out of order.
6243 // all windows are moved behind the wallpaper. We don't want to
8345 // It seems in some cases we may not have moved the IM
10013 // If the window has moved due to its containing content frame changing, then
10016 // Frame has moved, containing content frame has also moved, and we're not
10037 w.mClient.moved(lef
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 430 milliseconds