Home
last modified time | relevance | path

Searched defs:top (Results 76 – 100 of 4185) sorted by relevance

12345678910>>...168

/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/
Dinsets_f.h28 constexpr InsetsF(float top, float left, float bottom, float right) in InsetsF()
31 constexpr float top() const { return top_; } in top() function
47 void Set(float top, float left, float bottom, float right) { in Set()
Dinsets.h37 constexpr Insets(int top, int left, int bottom, int right) in Insets()
40 constexpr int top() const { return top_; } in top() function
56 void Set(int top, int left, int bottom, int right) { in Set()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/customization/SystemUICustomizationLib/android_common/kapt/gen/stubs/com/android/systemui/shared/clocks/
DDigitalMarginRatio.java15 private final float top = 0.0F; field in DigitalMarginRatio
19 public DigitalMarginRatio(float left, float top, float right, float bottom) { in DigitalMarginRatio()
60 …public final com.android.systemui.shared.clocks.DigitalMarginRatio copy(float left, float top, flo… in copy()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/8/external/libchrome/ui/gfx/geometry/
Dinsets_f.h28 constexpr InsetsF(float top, float left, float bottom, float right) in InsetsF()
31 constexpr float top() const { return top_; } in top() function
47 void Set(float top, float left, float bottom, float right) { in Set()
Dinsets.h37 constexpr Insets(int top, int left, int bottom, int right) in Insets()
40 constexpr int top() const { return top_; } in top() function
56 void Set(int top, int left, int bottom, int right) { in Set()
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
H A DMatrixStack.java42 public void glFrustumf(float left, float right, float bottom, float top, in glFrustumf()
47 public void glFrustumx(int left, int right, int bottom, int top, int near, in glFrustumx()
102 public void glOrthof(float left, float right, float bottom, float top, in glOrthof()
107 public void glOrthox(int left, int right, int bottom, int top, int near, in glOrthox()
/aosp_15_r20/external/libgav1/src/dsp/
H A Dintrapred_test.cc72 Pixel* const top = top_mem + 16; in Reset() local
98 Pixel* const top = top_mem + 16; in Set() local
195 const auto* const top = in TestSpeed() local
221 Pixel* const top = intra_pred_mem_.top_mem + 16; in TestSaturatedValues() local
257 const Pixel* const top = intra_pred_mem_.top_mem + 16; in TestRandomValues() local
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DZoneMeta.java288 UResourceBundle top = UResourceBundle.getBundleInstance( in getZoneIDs() local
368 … UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in getCanonicalCLDRID() local
458 UResourceBundle top = UResourceBundle.getBundleInstance( in getRegion() local
545 public static UResourceBundle openOlsonResource(UResourceBundle top, String id) in openOlsonResource()
582 UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in createInstance() local
H A DOlsonTimeZone.java484 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){ in OlsonTimeZone()
489 private void construct(UResourceBundle top, UResourceBundle res, String id){ in construct()
640 UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in OlsonTimeZone() local
888 private static UResourceBundle loadRule(UResourceBundle top, String ruleid) { in loadRule()
1242 UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in readObject() local
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/
H A DZoneMeta.java287 UResourceBundle top = UResourceBundle.getBundleInstance( in getZoneIDs() local
367 … UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in getCanonicalCLDRID() local
457 UResourceBundle top = UResourceBundle.getBundleInstance( in getRegion() local
544 public static UResourceBundle openOlsonResource(UResourceBundle top, String id) in openOlsonResource()
581 UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in createInstance() local
H A DOlsonTimeZone.java482 public OlsonTimeZone(UResourceBundle top, UResourceBundle res, String id){ in OlsonTimeZone()
487 private void construct(UResourceBundle top, UResourceBundle res, String id){ in construct()
638 UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in OlsonTimeZone() local
886 private static UResourceBundle loadRule(UResourceBundle top, String ruleid) { in loadRule()
1240 UResourceBundle top = UResourceBundle.getBundleInstance(ICUData.ICU_BASE_NAME, in readObject() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeBaseCanvas.java42 float top, in nDrawBitmap()
110 float top, in nDrawBitmap()
198 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint) { in nDrawRect()
204 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint) { in nDrawOval()
218 float top, in nDrawArc()
233 float top, in nDrawRoundRect()
686 long renderer, float left, float top, float right, float bottom, float rx, float ry) { in nPunchHole()
694 float top, in nPunchHole()
H A DShadowNativeBaseRecordingCanvas.java33 float top, in nDrawBitmap()
137 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint) { in nDrawRect()
143 long nativeCanvas, float left, float top, float right, float bottom, long nativePaint) { in nDrawOval()
157 float top, in nDrawArc()
172 float top, in nDrawRoundRect()
576 long renderer, float left, float top, float right, float bottom, float rx, float ry) { in nPunchHole()
584 float top, in nPunchHole()
H A DShadowRenderNode.java32 private int top; field in ShadowRenderNode
228 protected boolean setTop(int top) { in setTop()
259 protected boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom()
263 public boolean setPosition(int left, int top, int right, int bottom) { in setPosition()
H A DShadowRenderNodeQ.java32 private int top; field in ShadowRenderNodeQ
228 protected boolean setTop(int top) { in setTop()
271 protected boolean setLeftTopRightBottom(int left, int top, int right, int bottom) { in setLeftTopRightBottom()
276 protected boolean setPosition(int left, int top, int right, int bottom) { in setPosition()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/stack/shared/model/
DShadeScrimBounds.java17 private final float top = 0.0F; field in ShadeScrimBounds
34 public ShadeScrimBounds(float left, float top, float right, float bottom) { in ShadeScrimBounds()
99 …usbar.notification.stack.shared.model.ShadeScrimBounds copy(float left, float top, float right, fl… in copy()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/qs/composefragment/ui/
DNotificationScrimClipParams.java15 private final int top = 0; field in NotificationScrimClipParams
21 …public NotificationScrimClipParams(int top, int bottom, int leftInset, int rightInset, int radius)… in NotificationScrimClipParams()
70 ….android.systemui.qs.composefragment.ui.NotificationScrimClipParams copy(int top, int bottom, int … in copy()
/aosp_15_r20/external/libchrome/ui/gfx/geometry/
H A Dinsets.h34 constexpr Insets(int top, int left, int bottom, int right) in Insets()
37 constexpr int top() const { return top_; } in top() function
53 void Set(int top, int left, int bottom, int right) { in Set()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/features/roi/
H A Dencode_hevc_vdenc_roi_strategy.cpp166 uint16_t top = (uint16_t) in SetupRoi() local
189 uint16_t top = (uint16_t) in SetupRoi() local
277 uint32_t top, in GetLCUsInRoiRegionForTile()
338 uint32_t top, in GetLCUsInRoiRegion()
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dbootstrap.js1009 .css({ top: 0, left: 0, display: 'block' }) property
1019 tp = {top: pos.top + pos.height, left: pos.left + pos.width / 2 - actualWidth / 2} property
1022 tp = {top: pos.top - actualHeight, left: pos.left + pos.width / 2 - actualWidth / 2} property
1025 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left - actualWidth} property
1028 tp = {top: pos.top + pos.height / 2 - actualHeight / 2, left: pos.left + pos.width} property
1090 return $.extend({}, (inside ? {top: 0, left: 0} : this.$element.offset()), { property
1608 top: pos.top + pos.height property
/aosp_15_r20/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
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dmatrix.c105 GLdouble bottom, GLdouble top, in matrix_frustum()
148 GLdouble bottom, GLdouble top, in _mesa_Frustum()
163 GLdouble bottom, GLdouble top, in _mesa_MatrixFrustumEXT()
183 GLdouble bottom, GLdouble top, in matrix_ortho()
230 GLdouble bottom, GLdouble top, in _mesa_Ortho()
245 GLdouble bottom, GLdouble top, in _mesa_MatrixOrthoEXT()
/aosp_15_r20/external/zxing/core/src/main/java/com/google/zxing/
H A DRGBLuminanceSource.java32 private final int top; field in RGBLuminanceSource
62 int top, in RGBLuminanceSource()
126 public LuminanceSource crop(int left, int top, int width, int height) { in crop()
/aosp_15_r20/art/runtime/
H A Dmanaged_stack.h103 void SetTopQuickFrame(ArtMethod** top) { in SetTopQuickFrame()
109 void SetTopQuickFrameGenericJniTagged(ArtMethod** top) { in SetTopQuickFrameGenericJniTagged()
130 void SetTopShadowFrame(ShadowFrame* top) { in SetTopShadowFrame()
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/view/
H A DViewGroupScrollCaptureTest.java291 ReverseDrawingViewGroup(Context context, int left, int top, int right, int bottom) { in ReverseDrawingViewGroup()
478 MockView(Context context, int left, int top, int right, int bottom) { in MockView()
482 MockView(Context context, int left, int top, int right, int bottom, int visibility) { in MockView()
582 MockViewGroup(Context context, int left, int top, int right, int bottom) { in MockViewGroup()
586 MockViewGroup(Context context, int left, int top, int right, int bottom, in MockViewGroup()

12345678910>>...168