Searched refs:mInflatedIndex (Results 1 – 2 of 2) sorted by relevance
102 if (mInflatedIndex >= 0) { in populateGrid()103 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid()104 mInflatedIndex = -1; in populateGrid()109 static int mInflatedIndex = -1; field in SkottieActivity112 if (mInflatedIndex >= 0) { in inflateView()114 SkottieView oldView = mAnimations.get(mInflatedIndex); in inflateView()116 int row = mInflatedIndex / mColumnCount, column = mInflatedIndex % mColumnCount; in inflateView()119 mInflatedIndex = -1; in inflateView()138 mInflatedIndex = mAnimations.indexOf(view); in inflateView()
98 if (mInflatedIndex >= 0) { in populateGrid()99 SkottieView view = mAnimations.get(mInflatedIndex); in populateGrid()100 mInflatedIndex = -1; in populateGrid()105 static int mInflatedIndex = -1; field in SkottieActivity108 if (mInflatedIndex >= 0) { in inflateView()110 SkottieView oldView = mAnimations.get(mInflatedIndex); in inflateView()112 int row = mInflatedIndex / mColumnCount, column = mInflatedIndex % mColumnCount; in inflateView()115 mInflatedIndex = -1; in inflateView()134 mInflatedIndex = mAnimations.indexOf(view); in inflateView()