Home
last modified time | relevance | path

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

/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java102 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 SkottieActivity
112 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()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieActivity.java98 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 SkottieActivity
108 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()