Home
last modified time | relevance | path

Searched refs:unspecifiedWidth (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/text/
H A DTemplatePreservingTextView.java91 private void updateVisibleText(int availWidth, boolean unspecifiedWidth) { in updateVisibleText() argument
95 } else if (getMaxLines() != 1 || unspecifiedWidth) { in updateVisibleText()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/text/
H A DTemplatePreservingTextView.java91 private void updateVisibleText(int availWidth, boolean unspecifiedWidth) { in updateVisibleText() argument
95 } else if (getMaxLines() != 1 || unspecifiedWidth) { in updateVisibleText()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/UI/
H A DViewGroup.cpp1155 …const bool unspecifiedWidth = layoutParams_->width == WRAP_CONTENT && (overflow_ || horiz.type == … in Measure() local
1157 if (unspecifiedWidth || unspecifiedHeight) { in Measure()
1159 MeasureSpec h = unspecifiedWidth ? MeasureSpec(AT_MOST, measuredWidth_) : horiz; in Measure()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/UI/
H A DViewGroup.cpp1155 …const bool unspecifiedWidth = layoutParams_->width == WRAP_CONTENT && (overflow_ || horiz.type == … in Measure() local
1157 if (unspecifiedWidth || unspecifiedHeight) { in Measure()
1159 MeasureSpec h = unspecifiedWidth ? MeasureSpec(AT_MOST, measuredWidth_) : horiz; in Measure()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/UI/
H A DViewGroup.cpp1155 …const bool unspecifiedWidth = layoutParams_->width == WRAP_CONTENT && (overflow_ || horiz.type == … in Measure() local
1157 if (unspecifiedWidth || unspecifiedHeight) { in Measure()
1159 MeasureSpec h = unspecifiedWidth ? MeasureSpec(AT_MOST, measuredWidth_) : horiz; in Measure()