Home
last modified time | relevance | path

Searched refs:locationInParentDisplayChanged (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
DIWindow.aidl64 void locationInParentDisplayChanged(in Point offset); in locationInParentDisplayChanged() method
DViewRootImpl.java8551 public void locationInParentDisplayChanged(Point offset) { in locationInParentDisplayChanged() method in ViewRootImpl.TrackballAxis.W
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTestIWindow.java47 public void locationInParentDisplayChanged(Point offset) throws RemoteException { in locationInParentDisplayChanged() method in TestIWindow
/frameworks/base/core/java/com/android/internal/view/
DBaseIWindow.java65 public void locationInParentDisplayChanged(Point offset) { in locationInParentDisplayChanged() method in BaseIWindow
/frameworks/base/services/core/java/com/android/server/wm/
DWindowState.java3311 mClient.locationInParentDisplayChanged(mLastReportedDisplayOffset); in updateLocationInParentDisplayIfNeeded()