Searched defs:moved (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/view/
H A DBaseIWindow.java51 public void moved(int newX, int newY) { method in class:BaseIWindow
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeWindow.java59 public void moved(int arg0, int arg1) throws RemoteException { method in class:BridgeWindow
/frameworks/base/core/java/android/net/
H A DNetworkStats.java62 /** Debug {@link #set} value when the VPN stats are moved in. */
64 /** Debug {@link #set} value when the VPN stats are moved out of a vpn UID. */
907 Entry moved = addTrafficToApplications(tunIface, underlyingIface, tunIfaceTotal, pool);
908 deductTrafficFromVpnApp(tunUid, underlyingIface, moved);
910 if (!moved.isEmpty()) {
912 + moved);
963 Entry moved = new Entry();
1000 moved.add(tmpEntry);
1007 return moved;
1010 private void deductTrafficFromVpnApp(int tunUid, String underlyingIface, Entry moved) { argument
[all...]
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp160 // output is suspended before any tracks are moved to it
1349 // If effects where present on the output, audioflinger moved them to the primary
1928 // will be closed causing the effect to be moved to a PCM output.
4183 SortedVector<audio_io_handle_t> moved; local
4188 if (moved.indexOf(effectDesc->mIo) < 0) {
4193 moved.add(effectDesc->mIo);
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2603 bool moved = deltaX != 0 || deltaY != 0; local
2631 if (moved || scrolled || buttonsChanged) {
2635 if (moved) {
2666 if ((buttonsPressed || moved || scrolled) && getDevice()->isExternal()) {
2675 if (downChanged || moved || scrolled || buttonsChanged) {
4518 // Update last coordinates of pointers that have moved so that we observe the new
4545 // Dispatch move events if any of the remaining pointers moved from their old locations.
5028 // Update last coordinates of pointers that have moved so that we observe the new
5089 // Send motion events for all pointers that moved.
5593 // have not moved enoug
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2058 // may have moved and we need check that and if so to update the left and right
2762 // If accessibility focus moved, always invalidate the root.
4633 // We pick the axis that has moved the most as the direction of
5018 /* TODO: These constants should eventually be moved to ViewConfiguration. */
6005 if (DEBUG_LAYOUT) Log.v(mTag, "Window moved " + this + ": newX=" + newX + " newY=" + newY);
7013 public void moved(int newX, int newY) { method in class:ViewRootImpl.W
/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 8885 milliseconds