Home
last modified time | relevance | path

Searched refs:detailGroup (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/dashboard/conditional/
DConditionAdapterUtils.java78 View detailGroup = view.itemView.findViewById(R.id.detail_group); in bindViews() local
80 if (isExpanded != (detailGroup.getVisibility() == View.VISIBLE)) { in bindViews()
82 detailGroup, isExpanded, actions.length > 0); in bindViews()
87 Button button = (Button) detailGroup.findViewById(i == 0 in bindViews()
110 final View detailGroup, final boolean visible, final boolean hasButtons) { in animateChange() argument
111 setViewVisibility(detailGroup, R.id.divider, hasButtons); in animateChange()
112 setViewVisibility(detailGroup, R.id.buttonBar, hasButtons); in animateChange()
114 setHeight(detailGroup, visible ? LayoutParams.WRAP_CONTENT : 0); in animateChange()
115 detailGroup.setVisibility(View.VISIBLE); in animateChange()
131 detailGroup.setVisibility(View.GONE); in animateChange()
[all …]