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

/packages/apps/Calendar/src/com/android/calendar/
H A DAllInOneActivity.java134 private int mControlsAnimateHeight; field in class:AllInOneActivity
380 mControlsAnimateHeight = (int)res.getDimension(R.dimen.calendar_controls_height);
417 mControlsAnimateHeight));
831 LinearLayout.LayoutParams.MATCH_PARENT, mControlsAnimateHeight);
833 mVerticalControlsParams.height = Math.max(0, mControlsAnimateHeight - controlsOffset);
1106 mControlsAnimateWidth : mControlsAnimateHeight;

Completed in 43 milliseconds