Home
last modified time | relevance | path

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

/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/auto/
DAutoLocationPermissionPromptView.java207 mCoarseOffDrawable = getLottieDrawable(R.raw.coarse_loc_off); in initializeAnimatedImages()
208 mCoarseOnDrawable = getLottieDrawable(R.raw.coarse_loc_on); in initializeAnimatedImages()
209 mFineOffDrawable = getLottieDrawable(R.raw.fine_loc_off); in initializeAnimatedImages()
210 mFineOnDrawable = getLottieDrawable(R.raw.fine_loc_on); in initializeAnimatedImages()
213 private LottieDrawable getLottieDrawable(@RawRes int rawResId) { in getLottieDrawable() method in AutoLocationPermissionPromptView
/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/handheld/
DGrantPermissionsViewHandlerImpl.kt264 private fun getLottieDrawable(@RawRes rawResId: Int): LottieDrawable { in getLottieDrawable() method in com.android.permissioncontroller.permission.ui.handheld.GrantPermissionsViewHandlerImpl
281 coarseOffDrawable = getLottieDrawable(R.raw.coarse_loc_off) in initializeAnimatedImages()
282 coarseOnDrawable = getLottieDrawable(R.raw.coarse_loc_on) in initializeAnimatedImages()
283 fineOffDrawable = getLottieDrawable(R.raw.fine_loc_off) in initializeAnimatedImages()
284 fineOnDrawable = getLottieDrawable(R.raw.fine_loc_on) in initializeAnimatedImages()