Home
last modified time | relevance | path

Searched defs:top (Results 101 – 125 of 4185) sorted by relevance

12345678910>>...168

/aosp_15_r20/frameworks/base/graphics/java/android/graphics/
H A DInsets.java37 public final int top; field in Insets
41 private Insets(int left, int top, int right, int bottom) { in Insets()
60 public static @NonNull Insets of(int left, int top, int right, int bottom) { in of()
H A DOutline.java176 public void setRect(int left, int top, int right, int bottom) { in setRect()
192 public void setRoundRect(int left, int top, int right, int bottom, float radius) { in setRoundRect()
245 public void setOval(int left, int top, int right, int bottom) { in setOval()
/aosp_15_r20/cts/tests/tests/text/src/android/text/cts/
H A DLayoutFillCharacterBoundsTest.java64 final int top = staticLayout.getLineTop(0); in staticLayout_fillCharacterBounds_LTR() local
98 final int top = staticLayout.getLineTop(0); in staticLayout_fillCharacterBounds_RTL() local
135 final int top = boringLayout.getLineTop(0); in boringLayout_fillCharacterBounds() local
/aosp_15_r20/frameworks/av/media/module/extractors/mp4/tests/
H A DHeifCleanApertureUnitTest.cpp64 int32_t left, top, right, bottom; in TEST_P() local
75 int32_t top; member
105 int32_t left, top, right, bottom; in TEST_P() local
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/buffer/
H A DBarBuffer.java35 protected void addBar(float left, float top, float right, float bottom) { in addBar()
64 float bottom, top; in feed() local
109 float bottom, top; in feed() local
/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_renderdevice.cpp217 int top, in DrawNormalTextHelper()
495 float top) { in GetFlipMatrix()
876 int top) { in GetDIBits()
887 int top, in SetDIBitsWithBlend()
930 int top, in StretchDIBitsWithFlagsAndBlend()
945 int top, in SetBitMask()
954 int top, in StretchBitMask()
965 int top, in StretchBitMaskWithFlags()
999 int top, in SetBitsWithMask()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/
H A DPlanarYUVLuminanceSource.java37 private final int top; field in PlanarYUVLuminanceSource
43 int top, in PlanarYUVLuminanceSource()
113 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
/aosp_15_r20/external/webp/src/dsp/
H A Dlossless_neon.c192 const uint32_t* const top) { in Predictor5_NEON()
196 const uint32_t* const top) { in Predictor6_NEON()
200 const uint32_t* const top) { in Predictor7_NEON()
204 const uint32_t* const top) { in Predictor13_NEON()
309 const uint8x16_t top = LOADQ_U32P_AS_U8(&upper[i - 1]); in PredictorAdd6_NEON() local
325 const uint8x16_t top = LOADQ_U32P_AS_U8(&upper[i]); in PredictorAdd7_NEON() local
/aosp_15_r20/external/doclava/res/assets/templates-sdk/assets/js/
H A Dandroid_3p-bundle.js2614 …aj;q=Z/v;az=q>1;aE=y>1;if(!(aE||az)){D.removeClass("jspScrollable");Y.css({top:0,width:al.width()-… property
2658 (function(a,b){a.ui=a.ui||{};var c=/left|center|right/,d=/top|center|bottom/,e="center",f={},g=a.fn… property
2662 …llParent(),this.offset=this.positionAbs=this.element.offset(),this.offset={top:this.offset.top-thi… property
2670 …sition"),width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("t… property
2674 …ffset();a.data(this,"selectable-item",{element:this,$element:b,left:c.left,top:c.top,right:c.left+… property
2678 …parent",axis:!1,connectWith:!1,containment:!1,cursor:"auto",cursorAt:!1,dropOnEmpty:!0,forcePlaceh…
2686 …ons:{appendTo:"body",autoFocus:!1,delay:300,minLength:1,position:{my:"left top",at:"left bottom",c… property
2694 …t:"center",collision:"fit",using:function(b){var c=a(this).css(b).offset().top;c<0&&a(this).css("t… property
2698 …istance:0,max:100,min:0,orientation:"horizontal",range:!1,step:1,value:0,values:null},_create:func…
2706 …isabledInputs=[],this._datepickerShowing=!1,this._inDialog=!1,this._mainDivId="ui-datepicker-div",… function
[all …]
/aosp_15_r20/external/webrtc/modules/desktop_capture/
H A Ddesktop_region.cc26 DesktopRegion::Row::Row(int32_t top, int32_t bottom) in Row()
95 int top = rect.top(); in AddRect() local
202 int32_t top = it2->second->top; in Intersect() local
283 int top = row_b->second->top; in Subtract() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowCanvas.java113 public final float top; field in ShadowCanvas.RectPaintHistoryEvent
117 RectPaintHistoryEvent(float left, float top, float right, float bottom, Paint paint) { in RectPaintHistoryEvent()
136 public final float top; field in ShadowCanvas.RoundRectPaintHistoryEvent
143 float left, float top, float right, float bottom, float rx, float ry, Paint paint) { in RoundRectPaintHistoryEvent()
H A DShadowNativeRecordingCanvasOP.java27 float top, in nDrawBitmap()
125 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint) { in nDrawRect()
131 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint) { in nDrawOval()
145 float top, in nDrawArc()
160 float top, in nDrawRoundRect()
/aosp_15_r20/frameworks/base/libs/hwui/tests/common/scenes/
H A DTvApp.cpp99 sp<RenderNode> createBitmapNode(Canvas& canvas, SkColor color, int left, int top, int width, in createBitmapNode()
111 sp<RenderNode> createSharedBitmapNode(Canvas& canvas, int left, int top, int width, int height, in createSharedBitmapNode()
119 sp<RenderNode> createInfoNode(Canvas& canvas, int left, int top, int width, int height, in createInfoNode()
137 sp<RenderNode> createColorNode(Canvas& canvas, int left, int top, int width, int height, in createColorNode()
/aosp_15_r20/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp616 inline void db_HarrisStrengthChunk_f(float **s,const float * const *img,int left,int top,int right,… in db_HarrisStrengthChunk_f()
659 inline void db_HarrisStrengthChunk_u(float **s,const unsigned char * const *img,int left,int top,in… in db_HarrisStrengthChunk_u()
1056 float db_MaxImage_Aligned16_f(float **img,int left,int top,int w,int h) in db_MaxImage_Aligned16_f()
1332 inline void db_MaxSuppressFilterChunk_5x5_Aligned16_f(float **sf,float **s,int left,int top,int bot… in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1408 void db_MaxSuppressFilter_5x5_Aligned16_f(float **sf,float **s,int left,int top,int right,int botto… in db_MaxSuppressFilter_5x5_Aligned16_f()
1424 inline int db_CornersFromChunk(float **strength,int left,int top,int right,int bottom,float thresho… in db_CornersFromChunk()
1496 void db_ExtractCornersSaturated(float **strength,int left,int top,int right,int bottom, in db_ExtractCornersSaturated()
/aosp_15_r20/external/accessibility-test-framework/src/main/java/com/google/android/apps/common/testing/accessibility/framework/replacements/
H A DRect.java37 private final int top; field in Rect
41 public Rect(int left, int top, int right, int bottom) { in Rect()
131 public Rect union(int left, int top, int right, int bottom) { in union()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLView.java299 int top = rect.top; in dispatchTouchEvent() local
348 public void layout(int left, int top, int right, int bottom) { in layout()
358 private boolean setBounds(int left, int top, int right, int bottom) { in setBounds()
400 boolean changeSize, int left, int top, int right, int bottom) { in onLayout()
/aosp_15_r20/frameworks/base/libs/hwui/hwui/
H A DCanvas.cpp57 const SkScalar top = y + position; in drawTextDecorations() local
63 const SkScalar top = y + position; in drawTextDecorations() local
124 const SkScalar top = y + f.getUnderlinePosition(); in drawText() local
131 const SkScalar top = y + position; in drawText() local
/aosp_15_r20/external/zxing/core/src/test/java/com/google/zxing/
H A DBufferedImageLuminanceSource.java37 private final int top; field in BufferedImageLuminanceSource
43 …public BufferedImageLuminanceSource(BufferedImage image, int left, int top, int width, int height)… in BufferedImageLuminanceSource()
120 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
/aosp_15_r20/external/zxing/javase/src/main/java/com/google/zxing/client/j2se/
H A DBufferedImageLuminanceSource.java39 private final int top; field in BufferedImageLuminanceSource
45 …public BufferedImageLuminanceSource(BufferedImage image, int left, int top, int width, int height)… in BufferedImageLuminanceSource()
122 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
/aosp_15_r20/external/skia/src/core/
H A DSkScan_Antihair.cpp417 int top, bottom; in do_anti_hairline() local
592 SkFDot6 top = std::min(y0, y1); in AntiHairLineRgn() local
641 static void do_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in do_scanline()
673 int top = T >> 8; in antifilldot8() local
862 static void inner_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in inner_scanline()
896 int top = T >> 8; in innerstrokedot8() local
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java339 final int top = child.getTop() - lp.topMargin - mDividerHeight; in drawDividersVertical() local
399 void drawHorizontalDivider(Canvas canvas, int top) { in drawHorizontalDivider()
400 mDivider.setBounds(getPaddingLeft() + mDividerPadding, top, in drawHorizontalDivider() local
1111 void layoutVertical(int left, int top, int right, int bottom) { in layoutVertical()
1216 void layoutHorizontal(int left, int top, int right, int bottom) { in layoutHorizontal()
1340 private void setChildFrame(View child, int left, int top, int width, int height) { in setChildFrame()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/keyguard/ui/viewmodel/
DAlternateBouncerUdfpsIconViewModel.java104 private final int top = 0; field in AlternateBouncerUdfpsIconViewModel.IconLocation
110 public IconLocation(int left, int top, int right, int bottom) { in IconLocation()
155 …viewmodel.AlternateBouncerUdfpsIconViewModel.IconLocation copy(int left, int top, int right, int b… in copy()
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
H A DClickArea.java65 float top, in ClickArea()
184 float top, in apply()
208 float top = buffer.readFloat(); in read() local
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java423 public void onLayoutChange(View v, int left, int top, int right, int bottom, in onLayoutChange()
442 int top = mContainer.top; in layoutTrack() local
454 int top = centerY - (mThumbImageView.getHeight() / 2); in layoutThumb() local
482 int top = bottom - mPreviewTextView.getMeasuredHeight(); in layoutPreview() local
/aosp_15_r20/external/libkmsxx/kms++util/src/
H A Dvideodevice.cpp121 static void v4l2_get_selection(int fd, uint32_t& left, uint32_t& top, uint32_t& width, uint32_t& he… in v4l2_get_selection()
147 static void v4l2_set_selection(int fd, uint32_t& left, uint32_t& top, uint32_t& width, uint32_t& he… in v4l2_set_selection()
498 void VideoStreamer::get_selection(uint32_t& left, uint32_t& top, uint32_t& width, uint32_t& height) in get_selection()
503 void VideoStreamer::set_selection(uint32_t& left, uint32_t& top, uint32_t& width, uint32_t& height) in set_selection()

12345678910>>...168