Searched refs:hideIcon (Results 1 – 2 of 2) sorted by relevance
52 val hideIcon = in showDetails() constant55 iconFrame?.visibility = if (hideIcon) LinearLayout.GONE else LinearLayout.VISIBLE in showDetails()56 emptySpace?.visibility = if (hideIcon) LinearLayout.VISIBLE else LinearLayout.GONE in showDetails()
92 hideIcon(container, chipView, R.id.immersive_hide_dot_transition); in hidePrivacyDot()150 private void hideIcon(View container, MotionLayout view, int transitionId) { in hideIcon() method in CarPrivacyChipAnimationHelper