Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusIndicatorView.java101 computeLocationRelativeToParent(this, (View) getParent(), mIndicatorPos); in onFocusChange()
114 computeLocationRelativeToParent(v, (View) getParent(), mTargetViewPos); in onFocusChange()
175 private static void computeLocationRelativeToParent(View v, View parent, int[] pos) { in computeLocationRelativeToParent() method in FocusIndicatorView