Searched refs:shouldConstrainToTopOfLockIcon (Results 1 – 4 of 4) sorted by relevance
124 fun shouldConstrainToTopOfLockIcon(): Boolean = regex125 bottomAreaInteractor.shouldConstrainToTopOfLockIcon()
55 fun shouldConstrainToTopOfLockIcon(): Boolean = repository.isUdfpsSupported() regex
97 fun shouldConstrainToTopOfLockIcon(): Boolean regex294 override fun shouldConstrainToTopOfLockIcon(): Boolean =295 viewModel.shouldConstrainToTopOfLockIcon()
153 if (binding?.shouldConstrainToTopOfLockIcon() == true) {