Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityShortcutsTutorial.java314 final View illustrationFrame = inflateAndInitIllustrationFrame(context); in createIllustrationView() local
315 final LottieAnimationView lottieView = illustrationFrame.findViewById(R.id.image); in createIllustrationView()
318 return illustrationFrame; in createIllustrationView()
323 final View illustrationFrame = inflateAndInitIllustrationFrame(context); in createIllustrationViewWithImageRawResource() local
324 final LottieAnimationView lottieView = illustrationFrame.findViewById(R.id.image); in createIllustrationViewWithImageRawResource()
333 return illustrationFrame; in createIllustrationViewWithImageRawResource()