Searched refs:getLottieDrawable (Results 1 – 2 of 2) sorted by relevance
207 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
264 private fun getLottieDrawable(@RawRes rawResId: Int): LottieDrawable { in getLottieDrawable() method in com.android.permissioncontroller.permission.ui.handheld.GrantPermissionsViewHandlerImpl281 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()