Searched refs:contentHeight_ (Results 1 – 8 of 8) sorted by relevance
31 contentWidth_(contentWidth), contentHeight_(contentHeight), contentOffsetX_(contentOffsetX),68 return contentHeight_; in GetContentHeight()89 double contentHeight_ = 0.0; variable
252 minOffset = MIN_SCROLL_OFFSET * contentHeight_; in ScrollContents()354 if (!NearZero(contentHeight_)) { in GetOffset()355 double friction = GetFriction(std::abs(scrollOffset_) / contentHeight_); in GetOffset()463 contentHeight_ = GetLayoutSize().Height(); in PerformLayout()465 prevOffset_ = -contentHeight_; in PerformLayout()466 nextOffset_ = contentHeight_; in PerformLayout()
233 double contentHeight_ = 0.0; // the height of tab content variable
66 contentHeight_ = height; in SetContentSize()112 height = contentHeight_; in GetContentSize()
34 contentHeight_(0), in UIButton()161 Resize(contentWidth_, contentHeight_); in OnPressEvent()175 Resize(contentWidth_, contentHeight_); in OnReleaseEvent()189 Resize(contentWidth_, contentHeight_); in OnCancelEvent()
305 contentHeight_ = height; in SetHeight()445 int16_t contentHeight_; variable
58 uint32_t contentHeight_ = 0; variable
194 theme->contentHeight_ = pattern->GetAttr<Dimension>("textfield_content_height", 0.0_vp); in ParsePatternSubThirdPart()237 return contentHeight_; in GetContentHeight()647 Dimension contentHeight_; variable