Searched defs:getRelativePosition (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSAnimator.java190 getRelativePosition(loc1, quickTileView.getIcon().getIconView(), view);
191 getRelativePosition(loc2, tileIcon, view);
217 getRelativePosition(loc2, tileIcon, view);
293 private void getRelativePosition(int[] loc1, View view, View parent) { method in class:QSAnimator
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java1238 getRelativePosition(mTmpPos);
1247 void getRelativePosition(Point outPos) { method in class:WindowContainer
H A DTaskStack.java1833 void getRelativePosition(Point outPos) { method in class:TaskStack
1834 super.getRelativePosition(outPos);

Completed in 151 milliseconds