/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_base.h | 147 float maxWidth = 460.f; member
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | Icon.java | 962 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 D | ChannelImpl.java | 598 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 D | slider_tip_modifier.cpp | 586 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 D | offscreen_canvas_pattern.cpp | 129 …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 D | render_option.cpp | 714 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 D | PendingAppWidgetHostView.java | 110 public void updateAppWidgetSize(Bundle newOptions, int minWidth, int minHeight, int maxWidth, in updateAppWidgetSize()
|
H A D | WidgetCell.java | 344 float maxWidth = mTargetPreviewWidth; in applyPreview() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/toggle/ |
H A D | render_toggle.cpp | 262 double maxWidth = widthDefined_ ? toggleSize_.Width() : GetLayoutParam().GetMaxSize().Width(); in PerformLayout() local
|
/aosp12/frameworks/base/core/java/android/app/ |
H A D | FragmentBreadCrumbs.java | 249 int maxWidth = 0; in onMeasure() local
|
/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
H A D | SharePopup.java | 171 float maxWidth = mPreviewFrame.getWidth() - hPaddingRootView; in setOrientation() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/flex/ |
H A D | flex_item_component.h | 147 void SetMaxWidth(const Dimension& maxWidth) in SetMaxWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
H A D | toast_pattern.cpp | 315 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 D | subheader.js | 2171 maxWidth: c.maxWidth, property in TextArrowLayout.onMeasureSize.g 2181 maxWidth: d, property in TextArrowLayout.onMeasureSize.j
|
/aosp12/frameworks/av/cmds/screenrecord/ |
H A D | TextRenderer.cpp | 272 const size_t maxWidth = (mScreenWidth - mBorderWidth) - xpos; in drawWrappedString() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/split_container/ |
H A D | render_split_container.cpp | 170 double maxWidth = GetLayoutParam().GetMaxSize().Width(); in PerformLayout() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/ |
H A D | SubtitleView.java | 238 private boolean computeMeasurements(int maxWidth) { in computeMeasurements()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | AlertDialogLayout.java | 196 int maxWidth = 0; in tryOnMeasure() local
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | DrawerController.java | 87 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 D | render_calendar.cpp | 371 auto maxWidth = dayWidth_ * DAYS_PER_WEEK + colSpace_ * 6; in JudgeArea() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/picker/ |
H A D | render_picker_option.cpp | 453 double maxWidth = GetLayoutParam().GetMaxSize().Width(); in PerformLayout() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | render_stepper.cpp | 449 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 D | text.cpp | 209 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 D | FrameSequence_gif.cpp | 165 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 D | menu_item_layout_algorithm.cpp | 176 auto maxWidth = maxRowWidth_ - rightRowWidth - middleSpace_; in MeasureItemViews() local
|