Searched refs:currentLp (Results 1 – 2 of 2) sorted by relevance
407 final LayoutParams currentLp = v.getLayoutParams(); in createOrReuseLayoutParams() local408 if (currentLp != null) { in createOrReuseLayoutParams()409 return currentLp; in createOrReuseLayoutParams()
1093 final ViewGroup.LayoutParams currentLp = v.getLayoutParams();1094 if (currentLp instanceof LayoutParams) {1095 LayoutParams lp = (LayoutParams) currentLp;