Home
last modified time | relevance | path

Searched defs:setY (Results 1 – 25 of 654) sorted by relevance

12345678910>>...27

/aosp_15_r20/external/ksp/test-utils/src/main/kotlin/com/google/devtools/ksp/processor/
H A DCheckOverrideProcessor.kt73 val setY = JavaImpl.getDeclaredFunctions().first { it.simpleName.asString() == "setY" } in process() constant
H A DAsMemberOfProcessor.kt94 val setY = javaImpl.getDeclaredFunctions().first { it.simpleName.asString() == "setY" } in <lambda>() constant
/aosp_15_r20/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue478/
H A DLocation.java34 public void setY(int y) { in setY() method in Location
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/
H A DIgnoreWithDeserTest.java21 @JsonIgnore public void setY(int value) { _y = value; } in setY() method in IgnoreWithDeserTest.SizeClassIgnore
H A DIncludeWithDeserTest.java38 public void setY(int value) in setY() method in IncludeWithDeserTest.OnlyYAndZ
/aosp_15_r20/external/libchrome/mojo/public/cpp/bindings/tests/
H A Drect_blink.h35 void setY(int y) { in setY() function
/aosp_15_r20/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/data/
H A DBaseEntry.java75 public void setY(float y) { in setY() method in BaseEntry
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DDragEventBuilder.java43 public DragEventBuilder setY(float y) { in setY() method in DragEventBuilder
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DVec3T.java24 public void setY(float y) { this.y = y; } in setY() method in Vec3T
/aosp_15_r20/development/tools/winscope/src/trace/
H A Dtrace_rect_builder.ts45 setY(value: number) { method in TraceRectBuilder
/aosp_15_r20/development/tools/winscope/src/viewers/components/rects/
H A Dui_rect_builder.ts45 setY(value: number) { method in UiRectBuilder
/aosp_15_r20/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/interop/
H A DDeprecatedTypeHandling1102Test.java22 public void setY(int y0) { _y = y0; } in setY() method in DeprecatedTypeHandling1102Test.Point
/aosp_15_r20/cts/tests/tests/animation/src/android/animation/cts/
H A DShapeHolder.java52 public void setY(float value) { in setY() method in ShapeHolder
H A DCreationTest.java166 public void setY(float y) { in setY() method in CreationTest.DummyAnimatorTarget
/aosp_15_r20/development/samples/ApiDemos/src/com/example/android/apis/animation/
H A DShapeHolder.java50 public void setY(float value) { in setY() method in ShapeHolder
H A DCustomEvaluator.java80 public void setY(float y) { in setY() method in CustomEvaluator.XYHolder
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/measure/
H A DComponentMeasure.java35 public void setY(float value) { in setY() method in ComponentMeasure
/aosp_15_r20/frameworks/rs/cpp/
H A DType.cpp147 void Type::Builder::setY(uint32_t value) { in setY() function in Type::Builder
/aosp_15_r20/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTestCase.java103 public void setY(int y) { in setY() method in ReorderAlgorithmUnitTestCase
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/animation/
H A DAutoCancelTest.java194 public void setY(float y) {} in setY() method in AutoCancelTest
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
H A DOffsetModifierOperation.java59 public void setY(float y) { in setY() method in OffsetModifierOperation
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/media/controls/ui/drawable/
DRippleData.java51 public final void setY(float p0) { in setY() method in RippleData
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DAllocationAdapter.java171 public void setY(int y) { in setY() method in AllocationAdapter
/aosp_15_r20/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DSimpleXYSeries.java178 public void setY(Number value, int index) { in setY() method in SimpleXYSeries
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/
H A DDrawableHolder.java162 public void setY(float value) { in setY() method in DrawableHolder

12345678910>>...27