/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | SweepGradient.java | 63 @Nullable float[] positions) { in SweepGradient() 85 @Nullable float[] positions) { in SweepGradient() 94 @Nullable float[] positions, ColorSpace colorSpace) { in SweepGradient() 142 long[] colors, float[] positions, long colorSpaceHandle); in nativeCreate()
|
H A D | LinearGradient.java | 70 @Nullable float[] positions, @NonNull TileMode tile) { in LinearGradient() 93 @Nullable float[] positions, @NonNull TileMode tile) { in LinearGradient() 102 @NonNull @ColorLong long[] colors, @Nullable float[] positions, @NonNull TileMode tile, in LinearGradient() 164 long[] colors, float[] positions, int tileMode, long colorSpaceHandle); in nativeCreate()
|
H A D | RadialGradient.java | 221 float[] positions, int tileMode, long colorSpaceHandle); in nativeCreate()
|
H A D | BaseRecordingCanvas.java | 421 @NonNull float[] positions, in drawGlyphs() 719 private static native void nDrawGlyphs(long nativeCanvas, int[] glyphIds, float[] positions, in nDrawGlyphs()
|
H A D | BaseCanvas.java | 482 @NonNull float[] positions, in drawGlyphs() 804 private static native void nDrawGlyphs(long nativeCanvas, int[] glyphIds, float[] positions, in nDrawGlyphs()
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | Visibility.java | 50 float[] positions, int positionsOffset, char[] indices, in visibilityTest() 120 public static native void computeBoundingSphere(float[] positions, in computeBoundingSphere()
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/ |
H A D | SweepGradient_Delegate.java | 60 float[] positions, long colorSpaceHandle) { in nativeCreate() 84 long[] colors, float[] positions) { in SweepGradient_Delegate() 95 float[] positions) { in SweepGradientPaint()
|
H A D | RadialGradient_Delegate.java | 63 long[] colors, float[] positions, int tileMode, long colorSpaceHandle) { in nativeCreate() 87 long[] colors, float[] positions, TileMode tile) { in RadialGradient_Delegate() 99 int[] colors, float[] positions, TileMode mode) { in RadialGradientPaint()
|
H A D | LinearGradient_Delegate.java | 63 float x0, float y0, float x1, float y1, long[] colors, float[] positions, in nativeCreate() 87 float y1, long[] colors, float[] positions, TileMode tile) { in LinearGradient_Delegate() 107 float[] positions, TileMode tile) { in LinearGradientPaint()
|
H A D | Gradient_Delegate.java | 52 protected Gradient_Delegate(long nativeMatrix, long[] colors, float[] positions) { in Gradient_Delegate() 90 protected GradientPaint(int[] colors, float[] positions, TileMode tileMode) { in GradientPaint()
|
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
H A D | GradientStopsActivity.java | 46 float[] positions = new float[] { 0.3f, 0.6f }; in onDraw() local
|
/aosp12/frameworks/native/include/input/ |
H A D | VelocityTracker.h | 199 VelocityTracker::Position positions[MAX_POINTERS]; member 277 VelocityTracker::Position positions[MAX_POINTERS]; member 311 VelocityTracker::Position positions[MAX_POINTERS]; member
|
/aosp12/frameworks/native/libs/input/ |
H A D | VelocityTracker.cpp | 197 const std::vector<VelocityTracker::Position>& positions) { in addMovement() 292 std::vector<Position> positions; in addMovement() local 347 const std::vector<VelocityTracker::Position>& positions) { in addMovement() 765 const std::vector<VelocityTracker::Position>& positions) { in addMovement() 884 const std::vector<VelocityTracker::Position>& positions) { in addMovement() 999 const std::vector<VelocityTracker::Position>& positions) { in addMovement()
|
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/group/ |
H A D | GroupUtilTest.java | 40 int positions[] = new int[]{0, 1, 3, 5, 8, 9}; in testNeedTrimming() local
|
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
H A D | SortingCursorWrapper.java | 198 int[] positions, in binarySort() 279 int[] positions, in binarySort()
|
/aosp12/packages/modules/StatsD/statsd/benchmark/ |
H A D | metric_util.cpp | 215 const std::vector<Position>& positions) { in CreateAttributionUidDimensions() 228 const std::vector<Position>& positions) { in CreateAttributionUidAndTagDimensions()
|
/aosp12/frameworks/base/libs/hwui/hwui/ |
H A D | Canvas.cpp | 96 auto glyphFunc = [&](uint16_t* text, float* positions) { in operator ()() 141 void Canvas::drawGlyphs(const minikin::Font& font, const int* glyphIds, const float* positions, in drawGlyphs()
|
/aosp12/frameworks/native/libs/vr/libdvr/include/dvr/ |
H A D | dvr_tracking_types.h | 57 float (*positions)[2]; member
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | VelocityTracker_test.cpp | 89 std::vector<Position> positions; member 92 static BitSet32 getValidPointers(const std::vector<Position>& positions) { in getValidPointers()
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/ |
H A D | GroupUtil.java | 238 public static boolean needTrimming(int count, int[] counts, int[] positions) { in needTrimming()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/util/ |
H A D | ListScenario.java | 181 public Params setPositionsUnselectable(int ...positions) { in setPositionsUnselectable()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/ |
H A D | PhoneFavoritesTileAdapter.java | 620 final ArrayList<ContentProviderOperation> positions = new ArrayList<>(); in getReflowedPinningOperations() local
|
/aosp12/frameworks/minikin/libs/minikin/ |
H A D | LayoutCore.cpp | 474 hb_glyph_position_t* positions = hb_buffer_get_glyph_positions(buffer.get(), NULL); in LayoutPiece() local
|
/aosp12/frameworks/base/core/jni/android/opengl/ |
H A D | util.cpp | 314 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0); in util_computeBoundingSphere() local 521 FloatArrayHelper positions(env, positions_ref, positionsOffset, 0); in util_visibilityTest() local
|
/aosp12/packages/modules/StatsD/statsd/tests/ |
H A D | statsd_test_util.cpp | 407 const std::vector<Position>& positions) { in CreateAttributionUidDimensions() 420 const std::vector<Position>& positions) { in CreateAttributionUidAndTagDimensions() 443 const std::vector<Position>& positions, in CreateAttributionUidAndOtherDimensions()
|