Loading packages/SystemUI/src/com/android/systemui/keyguard/ui/view/DeviceEntryIconView.kt +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ constructor( lp.height = ViewGroup.LayoutParams.MATCH_PARENT lp.width = ViewGroup.LayoutParams.MATCH_PARENT bgView.layoutParams = lp bgView.alpha = 0f } fun getIconState(icon: IconType, aod: Boolean): IntArray { Loading Loading
packages/SystemUI/src/com/android/systemui/keyguard/ui/view/DeviceEntryIconView.kt +1 −0 Original line number Diff line number Diff line Loading @@ -247,6 +247,7 @@ constructor( lp.height = ViewGroup.LayoutParams.MATCH_PARENT lp.width = ViewGroup.LayoutParams.MATCH_PARENT bgView.layoutParams = lp bgView.alpha = 0f } fun getIconState(icon: IconType, aod: Boolean): IntArray { Loading