Home | History | Annotate | Download | only in resources

Lines Matching refs:setHeight

1448 ScrollView.prototype.setHeight = function(height) {
1686 this.scrollView.setHeight(0);
1866 ListView.prototype.setHeight = function(height) {
1867 this.scrollView.setHeight(height);
1951 this.setHeight(0);
2030 ScrubbyScrollBar.prototype.setHeight = function(height) {
2214 YearListCell.prototype.setHeight = function(height) {
2339 YearListView.prototype.setHeight = function(height) {
2340 ListView.prototype.setHeight.call(this, height);
2341 this.scrubbyScrollBar.setHeight(height);
2393 cell.setHeight(animator.currentValue);
2485 cell.setHeight(animator.currentValue);
2487 cell.setHeight(YearListCell.SelectedHeight);
2489 cell.setHeight(YearListCell.Height);
2535 selectedCell.setHeight(YearListCell.Height);
2577 selectedCell.setHeight(YearListCell.SelectedHeight);
2730 this.yearListView.setHeight(YearListView.Height);
3442 CalendarTableView.prototype.setHeight = function(height) {
3443 this.scrollView.setHeight(height - CalendarTableHeaderView.Height - CalendarTableView.BorderWidth * 2);
3772 this.setHeight(height);
4001 CalendarPicker.prototype.setHeight = function(height) {
4006 this.calendarTableView.setHeight(this._height - CalendarHeaderView.Height - CalendarHeaderView.BottomMargin - CalendarPicker.Padding * 2 - CalendarTableView.BorderWidth * 2);