Home
last modified time | relevance | path

Searched defs:top (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddwarf_op.h168 AddressType top = stack_[0]; in OpRot() local
187 AddressType top = StackPop(); in OpAnd() local
194 AddressType top = StackPop(); in OpDiv() local
206 AddressType top = StackPop(); in OpMinus() local
213 AddressType top = StackPop(); in OpMod() local
223 AddressType top = StackPop(); in OpMul() local
240 AddressType top = StackPop(); in OpOr() local
246 AddressType top = StackPop(); in OpPlus() local
257 AddressType top = StackPop(); in OpShl() local
263 AddressType top = StackPop(); in OpShr() local
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/
H A Dedge.h44 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge()
46 … Edge(const Dimension& left, const Dimension& top, const Dimension& right, const Dimension& bottom, in Edge()
50 …Edge(const CalcDimension& left, const CalcDimension& top, const CalcDimension& right, const CalcDi… in Edge()
99 virtual void SetTop(const AnimatableDimension& top) in SetTop()
104 virtual void SetTop(const CalcDimension& top) in SetTop()
110 virtual void SetTop(const Dimension& top) in SetTop()
203 EdgePx(double left, double top, double right, double bottom) : Edge(left, top, right, bottom) {} in EdgePx()
204 …EdgePx(const std::string& left, const std::string& top, const std::string& right, const std::strin… in EdgePx()
252 void SetTop(const AnimatableDimension& top) override in SetTop()
260 void SetTop(const Dimension& top) override in SetTop()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dinputmethod_cursor_info_capi.cpp20 InputMethod_CursorInfo *OH_CursorInfo_Create(double left, double top, double width, double height) in OH_CursorInfo_Create()
33 InputMethod_CursorInfo *cursorInfo, double left, double top, double width, double height) in OH_CursorInfo_SetRect()
47 InputMethod_CursorInfo *cursorInfo, double *left, double *top, double *width, double *height) in OH_CursorInfo_GetRect()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ability_extension_module_loader_test/
H A Dability_extension_module_loader_test.cpp118 int32_t left = 0, top = 0, width = 0, height = 0; variable
133 int32_t left = 0, top = 0, width = 0, height = 0; variable
148 int32_t left = 0, top = 0, width = 0, height = 0; variable
163 int32_t left = 0, top = 0, width = 0, height = 0; variable
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRectF.java37 public float top; 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()
423 public boolean intersects(float left, float top, float right, in intersects()
472 public void union(float left, float top, float right, float bottom) { in union()
H A DRect.java50 public int top; field in Rect
84 public Rect(int left, int top, int right, int bottom) { in Rect()
366 public void set(int left, int top, int right, int bottom) { in set()
463 public void inset(int left, int top, int right, int bottom) { in inset()
498 public boolean contains(int left, int top, int right, int bottom) { in contains()
540 public boolean intersect(int left, int top, int right, int bottom) { in intersect()
618 public boolean intersects(int left, int top, int right, int bottom) { in intersects()
646 public void union(int left, int top, int right, int bottom) { in union()
H A DInsets.java36 public final int top; 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 DCanvas.java527 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 DOutline.java174 public void setRect(int left, int top, int right, int bottom) { in setRect()
190 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect()
243 public void setOval(int left, int top, int right, int bottom) { in setOval()
H A DRegion.java81 public Region(int left, int top, int right, int bottom) { in Region()
107 public boolean set(int left, int top, int right, int bottom) { in set()
198 public native boolean quickContains(int left, int top, int right, in quickContains()
215 public native boolean quickReject(int left, int top, int right, int bottom); in quickReject()
275 public boolean op(int left, int top, int right, int bottom, @NonNull Op op) { in op()
431 int top, int right, int bottom); in nativeSetRect()
438 private static native boolean nativeOp(long native_dst, int left, int top, in nativeOp()
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DLayoutBidiCursorPathTest.java67 final int top = 0; in testGetCursorPathSegments() local
94 final int top = 0; in testGetCursorPath_whenShiftIsPressed() local
134 int top = 0; in testGetCursorPath_whenAltIsPressed() local
/aosp14/frameworks/base/core/jni/
H A Djni_common.cpp32 jfieldID top; member
37 int top = env->GetIntField(rectObj, gRectClassInfo.top); in rectFromObj() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/ndkrect_fuzzer/
H A Drect_fuzzer.cpp40 float top = GetObject<float>(); in RectFuzzTest000() local
81 float top = GetObject<float>(); in RectFuzzTest001() local
/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DWindowLayoutTests.java128 private static void assertInsetByTopBottom(int top, int bottom, Rect actual) { in assertInsetByTopBottom()
132 private static void assertInsetBy(int left, int top, int right, int bottom, Rect actual) { in assertInsetBy()
136 private static void assertRect(int left, int top, int right, int bottom, Rect actual) { in assertRect()
178 final int top = Math.max(DISPLAY_HEIGHT / 2, STATUS_BAR_HEIGHT); in nonFullscreenWindowBounds() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_view_abstract.h71 std::optional<CalcDimension> top; member
78 std::optional<CalcDimension> top; member
85 std::optional<Color> top; member
92 std::optional<Color> top; member
/aosp14/frameworks/base/core/proto/android/graphics/
H A Drect.proto28 optional int32 top = 2; field
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/geometry/
H A Drect.h130 void SetTop(double top) in SetTop()
167 double top = std::clamp(y_, other.Top(), other.Bottom()); in Constrain() local
251 double top = std::max(Top(), other.Top()); in IntersectRect() local
260 double top = std::min(Top(), other.Top()); in CombineRect() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/drawing_engine/drawing_surface/
H A Dsurface_frame_ohos_gl.h33 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
H A Dsurface_frame_ohos_vulkan.h36 void SetDamageRegion(int32_t left, int32_t top, int32_t width, int32_t height) override {}; in SetDamageRegion()
/ohos5.0/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp54 int16_t top; in LayoutHorizontal() local
88 int16_t top; in LayoutVertical() local
H A Dflex_layout.cpp103 int16_t top; in CalValidLength() local
155 int16_t top; in GetRowMaxHeight() local
230 int16_t top = child->GetStyle(STYLE_MARGIN_TOP); in GetCrossAxisPosY() local
319 int16_t top; in CalColumnCount() local
377 int16_t top; in GetColumnsHeight() local
475 int16_t top = child->GetStyle(STYLE_MARGIN_TOP); in LayoutVertical() local
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DMessagingPropertyAnimator.java58 public void onLayoutChange(View v, int left, int top, int right, int bottom, int oldLeft, in onLayoutChange()
85 private static void setLayoutTop(View view, int top) { in setLayoutTop()
116 int top = getTop(view); in startLocalTranslationTo() local
134 int top = getTop(v); in updateTopAndBottom() local
/ohos5.0/docs/zh-cn/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-top.md1 # top chapter
/ohos5.0/docs/en/device-dev/kernel/
H A Dkernel-small-debug-shell-cmd-top.md1 # top chapter
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/buttons/
H A DNearestTouchFrameTest.java166 View top = mockViewAt(0, 0, 10, 10); in testVerticalSelection_Top() local
182 View top = mockViewAt(0, 0, 10, 10); in testVerticalSelection_Bottom() local
244 View top = mockViewAt(0, 0, 20, 5); in testCachedRegionsSplit_vertical() local

12345678910>>...32