Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAdapterViewAnimator.java407 final LayoutParams currentLp = v.getLayoutParams(); in createOrReuseLayoutParams() local
408 if (currentLp != null) { in createOrReuseLayoutParams()
409 return currentLp; in createOrReuseLayoutParams()
DStackView.java1093 final ViewGroup.LayoutParams currentLp = v.getLayoutParams();
1094 if (currentLp instanceof LayoutParams) {
1095 LayoutParams lp = (LayoutParams) currentLp;