Searched refs:BackgroundViewModel (Results 1 – 9 of 9) sorted by relevance
28 class BackgroundViewModel : ViewModel() { class46 initializer { BackgroundViewModel() } in <lambda>()
37 backgroundViewModel: BackgroundViewModel, in <lambda>()88 provider[BackgroundViewModel::class], in <lambda>()
50 backgroundViewModel: BackgroundViewModel, in <lambda>()214 provider[BackgroundViewModel::class], in <lambda>()
26 import com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.BackgroundViewModel59 private lateinit var backgroundViewModel: BackgroundViewModel87 backgroundViewModel = BackgroundViewModel() in initialize()
34 import com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.BackgroundViewModel110 var backgroundViewModel = BackgroundViewModel() in getRotationFromDefault()159 BackgroundViewModel::class.java -> backgroundViewModel in getRotationFromDefault()
33 import com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.BackgroundViewModel81 private lateinit var backgroundViewModel: BackgroundViewModel98 backgroundViewModel = BackgroundViewModel() in setup()
45 import com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.BackgroundViewModel in <lambda>()71 backgroundViewModel: BackgroundViewModel, in <lambda>()425 provider[BackgroundViewModel::class], in <lambda>()
52 import com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.BackgroundViewModel in <lambda>()115 private val backgroundViewModel: BackgroundViewModel by viewModels { BackgroundViewModel.Factory } in <lambda>()
45 import com.android.settings.biometrics.fingerprint2.ui.enrollment.viewmodel.BackgroundViewModel in <lambda>()81 private val backgroundViewModel: BackgroundViewModel by activityViewModels() in <lambda>()