Searched refs:supportsSmallDialog (Results 1 – 3 of 3) sorted by relevance
36 override fun supportsSmallDialog() = true
91 override fun supportsSmallDialog() = false
243 protected boolean supportsSmallDialog() { in supportsSmallDialog() method in AuthBiometricView945 updateSize(!mRequireConfirmation && supportsSmallDialog() ? AuthDialog.SIZE_SMALL in onLayout()