Searched refs:getIconRes (Results 1 – 7 of 7) sorted by relevance
22 fun getIconRes(isBlocked: Boolean): Int in getIconRes() method26 override fun getIconRes(isBlocked: Boolean): Int { in getIconRes() method40 override fun getIconRes(isBlocked: Boolean): Int { in getIconRes() method
53 iconRes = sensorPrivacyTileResources.getIconRes(data.isBlocked) in create()
69 public abstract @DrawableRes int getIconRes(boolean isBlocked); in getIconRes() method in SensorPrivacyToggleTile122 state.icon = ResourceIcon.get(getIconRes(isBlocked)); in handleUpdateState()
80 public @DrawableRes int getIconRes(boolean isBlocked) { in getIconRes() method in CameraToggleTile
80 public @DrawableRes int getIconRes(boolean isBlocked) { in getIconRes() method in MicrophoneToggleTile
73 private static final int ICON_RES = SignalDrawable.getIconRes();317 private static int getIconRes() { in getIconRes() method in SignalDrawable
174 ((ImageButton) mFeedbackIcon).setImageResource(icon.getIconRes()); in setFeedbackIcon()