HomeSort by relevance Sort by last modified time
    Searched refs:currentLp (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/widget/
AdapterViewAnimator.java 406 final ViewGroup.LayoutParams currentLp = v.getLayoutParams();
407 if (currentLp instanceof ViewGroup.LayoutParams) {
408 LayoutParams lp = (LayoutParams) currentLp;
    [all...]
StackView.java     [all...]

Completed in 139 milliseconds