/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/button/ |
H A D | button_extend_test_ng.cpp | 144 PaddingProperty ButtonExtendTestNg::CreatePadding(float left, float top, float right, float bottom) in CreatePadding()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/form/mock/ |
H A D | mock_form_manager_delegate.cpp | 97 void FormManagerDelegate::OnGetRectRelativeToWindow(int32_t &top, int32_t &left) {} in OnGetRectRelativeToWindow()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/animation/ |
H A D | rs_particle_noise_field.cpp | 47 float top = center.y_ - size.y_ * HALF; in CalculateDistanceToRectangleEdge() local
|
/ohos5.0/base/security/security_component_manager/interfaces/inner_api/security_component/include/ |
H A D | sec_comp_info.h | 41 DimensionT top = DEFAULT_DIMENSION; member
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/ |
H A D | v4l2_common.h | 44 int32_t top; member
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/bitmap_fuzzer/ |
H A D | bitmap_fuzzer.cpp | 73 float top = GetObject<float>(); in BitmapFuzzTest002() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | TextView.java | 2946 int top = getCompoundPaddingTop(); in getExtendedPaddingTop() local 2983 int top = getCompoundPaddingTop(); in getExtendedPaddingBottom() local 3066 public void setCompoundDrawables(@Nullable Drawable left, @Nullable Drawable top, in setCompoundDrawables() 3207 @DrawableRes int top, @DrawableRes int right, @DrawableRes int bottom) { in setCompoundDrawablesWithIntrinsicBounds() 3231 @Nullable Drawable top, @Nullable Drawable right, @Nullable Drawable bottom) { in setCompoundDrawablesWithIntrinsicBounds() 3411 @DrawableRes int top, @DrawableRes int end, @DrawableRes int bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 3435 @Nullable Drawable top, @Nullable Drawable end, @Nullable Drawable bottom) { in setCompoundDrawablesRelativeWithIntrinsicBounds() 3680 public void setPadding(int left, int top, int right, int bottom) { in setPadding() 3700 public void setPaddingRelative(int start, int top, int end, int bottom) { in setPaddingRelative() 8398 int top = mLayout.getLineTop(lineStart); in invalidateRegion() local [all …]
|
H A D | ListView.java | 726 int top = getChildAt(0).getTop(); in requestChildRectangleOnScreen() local 1211 FocusSelector setupForSetSelection(int position, int top) { in setupForSetSelection() 1264 final int top = focusedChild.getTop() - offset; in onSizeChanged() local 1488 private View fillSpecific(int position, int top) { in fillSpecific()
|
H A D | GridView.java | 521 final int top = getChildAt(0).getTop(); in pinToTop() local 573 private View fillSpecific(int position, int top) { in fillSpecific() 2328 final int top = view.getTop(); in computeVerticalScrollExtent() local 2350 final int top = view.getTop(); in computeVerticalScrollOffset() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayArea.java | 121 final WindowContainer top = getChildAt(i - 1); in onChildPositionChanged() local 814 static void checkSiblings(Type bottom, Type top) { in checkSiblings()
|
H A D | Transition.java | 502 final WindowState top = dc.getDisplayPolicy().getTopFullscreenOpaqueWindow(); in onSeamlessRotating() local 1232 final ActivityRecord top = tr.getTopNonFinishingActivity(); in finishTransition() local 2032 final ActivityRecord top = t.getActivity(WindowToken::isClientVisible); in occludesKeyguard() local 2713 final ActivityRecord top = task.getTopVisibleActivity(); in getTaskRotationAnimation() local 3245 WindowState top = wc.getDisplayContent() == null ? null in freeze() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_tab_content.cpp | 429 CalcDimension top; in SetPadding() local 444 CalcDimension top; in SetPadding() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pipeline/ |
H A D | pipeline_context_test_ng_new.cpp | 644 SafeAreaInsets::Inset top { 0, 2 }; variable 1253 SafeAreaInsets::Inset top { 0, 2 }; variable
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
H A D | rs_image.cpp | 472 auto top = dstRect_.top_ + j * dstRect_.height_; in DrawImageRepeatRect() local 495 float top = frameRect_.top_; in CalcRepeatBounds() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/accessibility/ |
H A D | accessibility_node.h | 40 double top = 0.0; member 266 void SetTop(double top) in SetTop() 713 …auto top = std::min(std::min(ltPoint.GetY(), rtPoint.GetY()), std::min(lbPoint.GetY(), rbPoint.Get… in GetRectWithTransform() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | txt_paragraph.cpp | 445 auto top = textBox.rect.fTop; in AdjustIndexForward() local 449 auto top = textBox.rect.GetTop(); in AdjustIndexForward() local 938 auto top = std::floor(rect.Top() + 0.5); in GetLineMetricsByRectF() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | render_node_modifier.cpp | 290 void SetBorderStyle(ArkUINodeHandle node, ArkUI_Int32 left, ArkUI_Int32 top, ArkUI_Int32 right, Ark… in SetBorderStyle() 305 void SetBorderWidth(ArkUINodeHandle node, ArkUI_Float32 left, ArkUI_Float32 top, ArkUI_Float32 righ… in SetBorderWidth() 327 void SetBorderColor(ArkUINodeHandle node, uint32_t left, uint32_t top, uint32_t right, uint32_t bot… in SetBorderColor()
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | inputmethod_controller_capi_test.cpp | 375 double top = 0; variable 390 double top = 0; variable 1400 double top = 1.0; variable
|
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | ViewHierarchyAnimator.kt | 658 var top = startTop regex
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/back/ |
H A D | CrossTaskBackAnimation.java | 205 float top = mapRange(progress, mEnteringStartRect.top, mStartTaskRect.top); in updatePostCommitEnteringAnimation() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/ |
H A D | TransitionLayout.kt | 161 val top = widgetState.y.toInt() + contentTranslationY regex
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/ |
H A D | WalletView.java | 98 protected void onLayout(boolean changed, int left, int top, int right, int bottom) { in onLayout()
|
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
H A D | PrintPreviewController.java | 217 public void setPadding(int left, int top , int right, int bottom) { in setPadding()
|
/aosp14/frameworks/base/core/java/com/android/internal/graphics/drawable/ |
H A D | BackgroundBlurDrawable.java | 183 public void setBounds(int left, int top, int right, int bottom) { in setBounds()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardClockSwitch.java | 69 int top = parent.getHeight() / 2 - targetHeight / 2 in getLargeClockRegion() local
|