Searched refs:expandArea (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java534 View expandArea; field in class:AlarmClockFragment.AlarmItemAdapter.ItemHolder
659 holder.expandArea = view.findViewById(R.id.expand_area);
752 itemHolder.expandArea.setVisibility(expanded? View.VISIBLE : View.GONE);
1080 itemHolder.expandArea.setVisibility(View.VISIBLE);
1096 // * expandArea is set to VISIBLE, which causes a layout pass
1118 // To allow the expandArea to glide in with the expansion animation, set a
1125 itemHolder.expandArea.getLayoutParams();
1142 itemHolder.expandArea.getLayoutParams();
1197 itemHolder.expandArea.setVisibility(View.GONE);
1212 // * expandArea i
[all...]

Completed in 34 milliseconds