Searched refs:hasInputHeight_ (Results 1 – 2 of 2) sorted by relevance
61 hasInputHeight_ = true; in Update()207 if (!hasInputHeight_) { in UpdateDefaultBlankHeight()281 if (!hasInputHeight_) { in FirstLayout()294 double maxHeight = hasInputHeight_ ? inputHeight_ : maxSize.Height() * CONTENT_DEFAULT_RATIO; in FirstLayout()545 if (!hasInputHeight_) { in HandleDragEnd()
113 bool hasInputHeight_ = false; variable