Lines Matching refs:layout
162 // Inflate the layout for this fragment
163 final View v = inflater.inflate(R.layout.alarm_clock, container, false);
625 final View view = mFactory.inflate(R.layout.alarm_time, parent, false);
671 R.layout.day_button, holder.repeatDays, false /* attachToRoot */);
819 private void setAlarmItemBackgroundAndElevation(LinearLayout layout, boolean expanded) {
821 layout.setBackgroundColor(getTintedBackgroundColor());
822 layout.setElevation(ALARM_ELEVATION);
824 layout.setBackgroundResource(R.drawable.alarm_background_normal);
825 layout.setElevation(0);
871 // Animate the resulting layout changes.
923 // Animate the resulting layout changes.
1091 // Set the "end" layout and don't do the animation.
1099 // * expandArea is set to VISIBLE, which causes a layout pass
1103 // * request another layout pass.
1141 // For each value from 0 to 1, animate the various parts of the layout.
1203 // Set the "end" layout and don't do the animation.
1212 // * expandArea is set to GONE, which causes a layout pass
1216 // * request another layout pass.
1246 // For each value from 0 to 1, animate the various parts of the layout.