Home
last modified time | relevance | path

Searched defs:maxWidth (Results 76 – 100 of 220) sorted by relevance

123456789

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.h147 float maxWidth = 460.f; member
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java962 public static Bitmap scaleDownIfNecessary(Bitmap bitmap, int maxWidth, int maxHeight) { in scaleDownIfNecessary()
984 public void scaleDownIfNecessary(int maxWidth, int maxHeight) { in scaleDownIfNecessary()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DChannelImpl.java598 public void prefetchImage(Context context, int type, int maxWidth, int maxHeight) { in prefetchImage()
623 int maxWidth, in loadBitmap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
H A Dslider_tip_modifier.cpp586 auto maxWidth = std::max(circleSize.Height(), frameSize.Height()); in UpdateOverlayRect() local
597 auto maxWidth = std::max(circleSize.Width(), frameSize.Width()); in UpdateOverlayRect() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Doffscreen_canvas_pattern.cpp129 …anvasPattern::FillText(const std::string& text, double x, double y, std::optional<double> maxWidth) in FillText()
135 …vasPattern::StrokeText(const std::string& text, double x, double y, std::optional<double> maxWidth) in StrokeText()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/option/
H A Drender_option.cpp714 double maxWidth = maxWidth_ - horInterval * 2.0; // left + right interval in LayoutText() local
745 double maxWidth = maxWidth_ - horInterval * 2.0 - horDistance - imageSize.Width(); in LayoutTextImage() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DPendingAppWidgetHostView.java110 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize()
H A DWidgetCell.java344 float maxWidth = mTargetPreviewWidth; in applyPreview() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/
H A Drender_toggle.cpp262 double maxWidth = widthDefined_ ? toggleSize_.Width() : GetLayoutParam().GetMaxSize().Width(); in PerformLayout() local
/aosp12/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java249 int maxWidth = 0; in onMeasure() local
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DSharePopup.java171 float maxWidth = mPreviewFrame.getWidth() - hPaddingRootView; in setOrientation() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/
H A Dflex_item_component.h147 void SetMaxWidth(const Dimension& maxWidth) in SetMaxWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp315 auto maxWidth = Dimension(gridColumnInfo->GetMaxWidth()); in UpdateTextSizeConstraint() local
538 auto maxWidth = deviceWidth - marging.Left().ConvertToPx() - marging.Right().ConvertToPx(); in GetTextMaxWidth() local
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/subheader/interfaces/
H A Dsubheader.js2171 maxWidth: c.maxWidth, property in TextArrowLayout.onMeasureSize.g
2181 maxWidth: d, property in TextArrowLayout.onMeasureSize.j
/aosp12/frameworks/av/cmds/screenrecord/
H A DTextRenderer.cpp272 const size_t maxWidth = (mScreenWidth - mBorderWidth) - xpos; in drawWrappedString() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/
H A Drender_split_container.cpp170 double maxWidth = GetLayoutParam().GetMaxSize().Width(); in PerformLayout() local
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
H A DSubtitleView.java238 private boolean computeMeasurements(int maxWidth) { in computeMeasurements()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DAlertDialogLayout.java196 int maxWidth = 0; in tryOnMeasure() local
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DDrawerController.java87 float maxWidth = activity.getResources().getDimension(R.dimen.max_drawer_width); in calculateDrawerWidth() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Drender_calendar.cpp371 auto maxWidth = dayWidth_ * DAYS_PER_WEEK + colSpace_ * 6; in JudgeArea() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/
H A Drender_picker_option.cpp453 double maxWidth = GetLayoutParam().GetMaxSize().Width(); in PerformLayout() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/
H A Drender_stepper.cpp449 double maxWidth = minSize.Width(); in PerformLayout() local
498 double maxWidth = 0.0; in LayoutButton() local
/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtext.cpp209 int16_t maxWidth = (expandWidth_ ? COORD_MAX : textRect.GetWidth()); in ReMeasureTextSize() local
533 int16_t maxWidth = (expandWidth_ ? COORD_MAX : textRect.GetWidth()); in GetPosXByLetterIndex() local
/aosp12/frameworks/ex/framesequence/jni/
H A DFrameSequence_gif.cpp165 static void getCopySize(const GifImageDesc& imageDesc, int maxWidth, int maxHeight, in getCopySize()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_layout_algorithm.cpp176 auto maxWidth = maxRowWidth_ - rightRowWidth - middleSpace_; in MeasureItemViews() local

123456789