/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/ui/gfx/geometry/ |
D | insets_f.h | 28 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()
|
D | insets.h | 37 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/ |
D | DigitalMarginRatio.java | 15 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/ |
D | insets_f.h | 28 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()
|
D | insets.h | 37 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 D | MatrixStack.java | 42 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 D | intrapred_test.cc | 72 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 D | ZoneMeta.java | 288 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 D | OlsonTimeZone.java | 484 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 D | ZoneMeta.java | 287 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 D | OlsonTimeZone.java | 482 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 D | ShadowNativeBaseCanvas.java | 42 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 D | ShadowNativeBaseRecordingCanvas.java | 33 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 D | ShadowRenderNode.java | 32 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 D | ShadowRenderNodeQ.java | 32 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/ |
D | ShadeScrimBounds.java | 17 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/ |
D | NotificationScrimClipParams.java | 15 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 D | insets.h | 34 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 D | encode_hevc_vdenc_roi_strategy.cpp | 166 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 D | bootstrap.js | 1009 .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 D | LayoutBidiCursorPathTest.java | 67 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 D | matrix.c | 105 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 D | RGBLuminanceSource.java | 32 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 D | managed_stack.h | 103 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 D | ViewGroupScrollCaptureTest.java | 291 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()
|