Home
last modified time | relevance | path

Searched refs:FloatArray (Results 1 – 18 of 18) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DTextInterpolator.kt78 val baseX: FloatArray, // same length as glyphIds
79 val baseY: FloatArray, // same length as glyphIds
80 val targetX: FloatArray, // same length as glyphIds
81 val targetY: FloatArray, // same length as glyphIds
96 private var tmpPositionArray = FloatArray(20)
290 val baseX = FloatArray(glyphCount) { base.getGlyphX(it) }
291 val baseY = FloatArray(glyphCount) { base.getGlyphY(it) }
292 val targetX = FloatArray(glyphCount) { target.getGlyphX(it) }
293 val targetY = FloatArray(glyphCount) { target.getGlyphY(it) }
339 tmpPositionArray = FloatArray(maxRunLength * 2)
H A DGhostedViewLaunchAnimatorController.kt75 private val initialGhostViewMatrixValues = FloatArray(9) { 0f }
377 private var cornerRadii = FloatArray(8) { -1f }
378 private var previousCornerRadii = FloatArray(8)
428 radii: FloatArray,
469 private fun applyBackgroundRadii(drawable: Drawable, radii: FloatArray) {
H A DLaunchAnimator.kt62 private val cornerRadii = FloatArray(8)
H A DViewHierarchyAnimator.kt488 val startAlphas = FloatArray(rootView.childCount)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/backlight/ui/view/
H A DKeyboardBacklightDialog.kt208 /* outerRadii= */ FloatArray(8) { rootProperties.cornerRadius },
298 private fun radiiForIndex(i: Int, last: Int): FloatArray {
301 val radii = FloatArray(8) { smallRadius }
312 private fun FloatArray.setLeftCorners(radius: Float) { regex
315 private fun FloatArray.setRightCorners(radius: Float) { regex
/aosp14/frameworks/base/core/java/android/text/
H A DAutoGrowArray.java269 public static class FloatArray { class in AutoGrowArray
277 public FloatArray() { in FloatArray() method in AutoGrowArray.FloatArray
284 public FloatArray(@IntRange(from = 0) int initialCapacity) { in FloatArray() method in AutoGrowArray.FloatArray
H A DGraphemeClusterSegmentFinder.java35 private static AutoGrowArray.FloatArray sTempAdvances = null;
49 sTempAdvances = new AutoGrowArray.FloatArray(text.length()); in GraphemeClusterSegmentFinder()
H A DMeasuredParagraph.java28 import android.text.AutoGrowArray.FloatArray;
115 private @Nullable FloatArray mWidths = new FloatArray();
216 public @NonNull FloatArray getWidths() { in getWidths()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DRoundable.kt61 val updatedRadii: FloatArray
314 radii: FloatArray,
403 internal val radiiBuffer = FloatArray(8)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/ui/
H A DPanelTaskViewController.kt74 val radii = FloatArray(8) { roundedCorner.toFloat() }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
H A DKeyguardSurfaceBehindParamsApplier.kt58 private val tmpFloat = FloatArray(9)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
H A DGesturePointerEventListener.kt59 private val mDownX = FloatArray(MAX_TRACKED_POINTERS)
60 private val mDownY = FloatArray(MAX_TRACKED_POINTERS)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardUnlockAnimationController.kt320 private val tmpFloat = FloatArray(9)
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt14748 HSPLandroid/text/AutoGrowArray$FloatArray;-><init>()V
14749 HSPLandroid/text/AutoGrowArray$FloatArray;-><init>(I)V
14750 HSPLandroid/text/AutoGrowArray$FloatArray;->clear()V
14751 HSPLandroid/text/AutoGrowArray$FloatArray;->clearWithReleasingLargeArray()V
14752 HSPLandroid/text/AutoGrowArray$FloatArray;->ensureCapacity(I)V
14753 HSPLandroid/text/AutoGrowArray$FloatArray;->getRawArray()[F
14754 HSPLandroid/text/AutoGrowArray$FloatArray;->resize(I)V
14972 …edParagraph;->reset()V+]Landroid/text/AutoGrowArray$FloatArray;Landroid/text/AutoGrowArray$FloatAr…
30648 Landroid/text/AutoGrowArray$FloatArray;
H A Dpreloaded-classes7850 android.text.AutoGrowArray$FloatArray
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt14812 HSPLandroid/text/AutoGrowArray$FloatArray;-><init>()V
14813 HSPLandroid/text/AutoGrowArray$FloatArray;-><init>(I)V
14814 HSPLandroid/text/AutoGrowArray$FloatArray;->clear()V
14815 HSPLandroid/text/AutoGrowArray$FloatArray;->clearWithReleasingLargeArray()V
14816 HSPLandroid/text/AutoGrowArray$FloatArray;->ensureCapacity(I)V
14817 HSPLandroid/text/AutoGrowArray$FloatArray;->getRawArray()[F
14818 HSPLandroid/text/AutoGrowArray$FloatArray;->resize(I)V
15036 …edParagraph;->reset()V+]Landroid/text/AutoGrowArray$FloatArray;Landroid/text/AutoGrowArray$FloatAr…
40782 Landroid/text/AutoGrowArray$FloatArray;
H A Dpreloaded-classes7881 android.text.AutoGrowArray$FloatArray
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55798 Landroid/text/AutoGrowArray$FloatArray;-><init>()V
55799 Landroid/text/AutoGrowArray$FloatArray;-><init>(I)V
55800 Landroid/text/AutoGrowArray$FloatArray;->append(F)V
55801 Landroid/text/AutoGrowArray$FloatArray;->clear()V
55804 Landroid/text/AutoGrowArray$FloatArray;->get(I)F
55805 Landroid/text/AutoGrowArray$FloatArray;->getRawArray()[F
55806 Landroid/text/AutoGrowArray$FloatArray;->mSize:I
55807 Landroid/text/AutoGrowArray$FloatArray;->mValues:[F
55808 Landroid/text/AutoGrowArray$FloatArray;->resize(I)V
55809 Landroid/text/AutoGrowArray$FloatArray;->set(IF)V
[all …]