Home
last modified time | relevance | path

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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java277 float mLocationInParent; // temp variable used in animating expanded view size change field in ScrollAdapterView.ChildViewHolder
2319 h.mLocationInParent = h.mLocation + view.getTranslationX();
2322 h.mLocationInParent = h.mLocation + view.getTranslationY();
2443 view.setTranslationX(h.mLocationInParent - target);
2446 view.setTranslationY(h.mLocationInParent - target);