Searched defs:getLocationOnScreen (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java121 otherPosition = otherState.getLocationOnScreen();
404 int[] location = getLocationOnScreen();
411 public int[] getLocationOnScreen() { method in class:TransformState
412 mTransformedView.getLocationOnScreen(mOwnPosition);
/frameworks/base/core/java/android/view/
H A DView.java21346 public int[] getLocationOnScreen() { method in class:View
21348 getLocationOnScreen(location);
21359 public void getLocationOnScreen(@Size(2) int[] outLocation) { method in class:View

Completed in 1156 milliseconds