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

/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarmClockFragment.java716 View expandArea; field in class:AlarmClockFragment.AlarmItemAdapter.ItemHolder
986 holder.expandArea = view.findViewById(R.id.expand_area);
1079 itemHolder.expandArea.setVisibility(expanded? View.VISIBLE : View.GONE);
1297 holder.expandArea.setAlpha(alpha);
1390 itemHolder.expandArea.setVisibility(View.VISIBLE);
1418 // * expandArea is set to VISIBLE, which causes a layout pass
1442 // To allow the expandArea to glide in with the expansion animation, set a
1449 itemHolder.expandArea.getLayoutParams();
1466 itemHolder.expandArea.getLayoutParams();
1519 itemHolder.expandArea
[all...]

Completed in 21 milliseconds