/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | edge.h | 44 …Dimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDimension& bottom) in Edge() 46 … Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge() 50 …Dimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDimension& bottom, in Edge() 140 virtual void SetBottom(const AnimatableDimension& bottom) in SetBottom() 145 virtual void SetBottom(const CalcDimension& bottom) in SetBottom() 150 virtual void SetBottom(const Dimension& bottom) in SetBottom() 203 EdgePx(double left, double top, double right, double bottom) : Edge(left, top, right, bottom) {} in EdgePx() 204 …nst std::string& left, const std::string& top, const std::string& right, const std::string& bottom) in EdgePx() 300 void SetBottom(const AnimatableDimension& bottom) override in SetBottom() 308 void SetBottom(const Dimension& bottom) override in SetBottom() [all …]
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | RectF.java | 39 public float bottom; field in RectF 56 public RectF(float left, float top, float right, float bottom) { in RectF() 203 public void set(float left, float top, float right, float bottom) { in set() 308 public boolean contains(float left, float top, float right, float bottom) { in contains() 350 public boolean intersect(float left, float top, float right, float bottom) { in intersect() 424 float bottom) { in intersects() 472 public void union(float left, float top, float right, float bottom) { in union()
|
H A D | Rect.java | 52 public int bottom; field in Rect 84 public Rect(int left, int top, int right, int bottom) { in Rect() 358 public void set(int left, int top, int right, int bottom) { in set() 455 public void inset(int left, int top, int right, int bottom) { in inset() 490 public boolean contains(int left, int top, int right, int bottom) { in contains() 532 public boolean intersect(int left, int top, int right, int bottom) { in intersect() 610 public boolean intersects(int left, int top, int right, int bottom) { in intersects() 638 public void union(int left, int top, int right, int bottom) { in union()
|
H A D | Insets.java | 38 public final int bottom; field in Insets 40 private Insets(int left, int top, int right, int bottom) { in Insets() 59 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
|
H A D | Canvas.java | 527 public int saveUnclippedLayer(int left, int top, int right, int bottom) { in saveUnclippedLayer() 549 public int saveLayer(float left, float top, float right, float bottom, @Nullable Paint paint, in saveLayer() 624 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha, in saveLayerAlpha() 635 public int saveLayerAlpha(float left, float top, float right, float bottom, int alpha) { in saveLayerAlpha() 958 public boolean clipRect(float left, float top, float right, float bottom, in clipRect() 977 public boolean clipRect(float left, float top, float right, float bottom) { in clipRect() 992 public boolean clipOutRect(float left, float top, float right, float bottom) { in clipOutRect() 1010 public boolean clipRect(int left, int top, int right, int bottom) { in clipRect() 1025 public boolean clipOutRect(int left, int top, int right, int bottom) { in clipOutRect() 1243 public boolean quickReject(float left, float top, float right, float bottom, in quickReject() [all …]
|
H A D | Outline.java | 175 public void setRect(int left, int top, int right, int bottom) { in setRect() 191 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect() 244 public void setOval(int left, int top, int right, int bottom) { in setOval()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/text/ |
H A D | LayoutBidiCursorPathTest.java | 69 final int bottom = Math.round(BIDI_TEXT_SIZE + BIDI_TEXT_SIZE / 5f); in testGetCursorPathSegments() local 96 int bottom = Math.round(BIDI_TEXT_SIZE + BIDI_TEXT_SIZE / 5f); in testGetCursorPath_whenShiftIsPressed() local 136 final int bottom = Math.round(BIDI_TEXT_SIZE + BIDI_TEXT_SIZE / 5f); in testGetCursorPath_whenAltIsPressed() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | WindowFrameTests.java | 73 private void assertRect(Rect rect, int left, int top, int right, int bottom) { in assertRect() 84 private void assertFrame(WindowState w, int left, int top, int right, int bottom) { in assertFrame() 85 assertRect(w.getFrame(), left, top, right, bottom); in assertFrame() local 88 private void assertRelFrame(WindowState w, int left, int top, int right, int bottom) { in assertRelFrame() 89 assertRect(w.getRelativeFrame(), left, top, right, bottom); in assertRelFrame() local
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
H A D | SelectionRenderer.java | 24 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection() 32 public static void drawSelection(Canvas canvas, int left, int top, int right, int bottom, in drawSelection()
|
/aosp12/packages/apps/Car/libs/car-ui-lib/oem-apis/src/main/java/com/android/car/ui/plugin/oemapis/ |
H A D | FocusAreaOEMV1.java | 35 void setHighlightPadding(int left, int top, int right, int bottom); in setHighlightPadding() 44 void setBoundsOffset(int left, int top, int right, int bottom); in setBoundsOffset()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
H A D | SystemViewInfo.java | 30 int right, int bottom) { in SystemViewInfo() 35 int right, int bottom, Object viewObject, Object layoutParamsObject) { in SystemViewInfo()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/shape/ |
H A D | path_layout_algorithm.cpp | 55 auto bottom = skRect.bottom(); in MeasureContent() local 62 auto bottom = rect.GetBottom(); in MeasureContent() local
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/ |
H A D | FocusAreaAdapterV1.java | 34 public void setHighlightPadding(int left, int top, int right, int bottom) { in setHighlightPadding() 39 public void setBoundsOffset(int left, int top, int right, int bottom) { in setBoundsOffset()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/ |
H A D | rect_fuzzer.cpp | 42 float bottom = GetObject<float>(); in RectFuzzTest000() local 83 float bottom = GetObject<float>(); in RectFuzzTest001() local
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/ |
H A D | flex_layout.cpp | 104 int16_t bottom; in CalValidLength() local 156 int16_t bottom; in GetRowMaxHeight() local 231 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in GetCrossAxisPosY() local 320 int16_t bottom; in CalColumnCount() local 345 int16_t bottom; in GetColumnMaxWidth() local 378 int16_t bottom; in GetColumnsHeight() local 476 int16_t bottom = child->GetStyle(STYLE_MARGIN_BOTTOM); in LayoutVertical() local
|
H A D | grid_layout.cpp | 55 int16_t bottom; in LayoutHorizontal() local 89 int16_t bottom; in LayoutVertical() local
|
/aosp12/packages/apps/Car/libs/car-ui-lib/car-rotary-lib/src/main/java/com/android/car/ui/ |
H A D | IFocusArea.java | 65 void setHighlightPadding(int left, int top, int right, int bottom); in setHighlightPadding() 74 void setBoundsOffset(int left, int top, int right, int bottom); in setBoundsOffset()
|
/ohos5.0/foundation/arkui/ace_engine/advanced_ui_component/popup/interfaces/ |
H A D | popup.js | 29 bottom: LengthMetrics.vp(12), property in defaultTheme.icon.margin 43 margin: { bottom: LengthMetrics.vp(2) }, property in defaultTheme.title.margin 64 bottom: LengthMetrics.vp(16), property in defaultTheme.button.margin 70 bottom: LengthMetrics.vp(4), property in defaultTheme.button.padding 90 bottom: LengthMetrics.vp(8), property in defaultTheme.button.textMargin 138 bottom: LengthMetrics.vp(12), property in defaultTheme.windows.padding 148 bottom: LengthMetrics.vp(2), property in defaultTheme.closeButton.padding 154 bottom: LengthMetrics.vp(12), property in defaultTheme.closeButton.margin
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/legacysplitscreen/ |
H A D | MinimizedDockShadow.java | 53 private void updatePaint(int left, int top, int right, int bottom) { in updatePaint() 82 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/qsb/ |
H A D | QsbWidgetHostView.java | 58 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 64 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_abstract.h | 72 std::optional<CalcDimension> bottom; member 79 std::optional<CalcDimension> bottom; member 86 std::optional<Color> bottom; member 93 std::optional<Color> bottom; member
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/ |
H A D | OverlayRenderer.java | 31 private int bottom; field in OverlayRenderer 69 public void layout(int left, int top, int right, int bottom) { in layout()
|
/aosp12/frameworks/base/core/proto/android/graphics/ |
H A D | rect.proto | 30 optional int32 bottom = 4; field
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/ |
H A D | NearestTouchFrameTest.java | 167 View bottom = mockViewAt(0, 20, 10, 10); in testVerticalSelection_Top() local 183 View bottom = mockViewAt(0, 20, 10, 10); in testVerticalSelection_Bottom() local 245 View bottom = mockViewAt(0, 15, 20, 5); in testCachedRegionsSplit_vertical() local
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | CaptureLayoutHelper.java | 306 float bottom = height; in getPositionConfiguration() local 341 float bottom = height - barSize; in getPositionConfiguration() local 376 float bottom = Math.round(rect.bottom); in round() local
|