Home
last modified time | relevance | path

Searched defs:iconFrame (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthBiometricFingerprintView.kt75 val iconFrame = findViewById<FrameLayout>(R.id.biometric_icon_frame)!! regex
H A DUdfpsDialogMeasureAdapter.java122 final FrameLayout iconFrame = (FrameLayout) child; in onMeasureInternalPortrait() local
220 final FrameLayout iconFrame = (FrameLayout) child; in onMeasureInternalLandscape() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ui/
H A DBiometricPromptLayout.java175 final FrameLayout iconFrame = findViewById(R.id.biometric_icon_frame); in onLayout() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/view/
H A DSeekBarWithIconButtonsView.java136 final ViewGroup iconFrame = (ViewGroup) iconView.getParent(); in setIconViewAndFrameEnabled() local