Searched refs:EdgeEffect (Results 1 – 16 of 16) sorted by relevance
64 public class EdgeEffect { class234 public EdgeEffect(Context context) { in EdgeEffect() method in EdgeEffect243 public EdgeEffect(@NonNull Context context, @Nullable AttributeSet attrs) { in EdgeEffect() method in EdgeEffect245 attrs, com.android.internal.R.styleable.EdgeEffect); in EdgeEffect()
103 public EdgeEffect mEdgeGlowLeft;114 public EdgeEffect mEdgeGlowRight;202 mEdgeGlowLeft = new EdgeEffect(context, attrs); in HorizontalScrollView()203 mEdgeGlowRight = new EdgeEffect(context, attrs); in HorizontalScrollView()1841 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb()
112 public EdgeEffect mEdgeGlowTop;124 public EdgeEffect mEdgeGlowBottom;229 mEdgeGlowTop = new EdgeEffect(context, attrs); in ScrollView()230 mEdgeGlowBottom = new EdgeEffect(context, attrs); in ScrollView()1886 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb()
752 public EdgeEffect mEdgeGlowTop;764 public EdgeEffect mEdgeGlowBottom;922 mEdgeGlowBottom = new EdgeEffect(context); in AbsListView()923 mEdgeGlowTop = new EdgeEffect(context); in AbsListView()945 mEdgeGlowBottom = new EdgeEffect(context, attrs); in AbsListView()946 mEdgeGlowTop = new EdgeEffect(context, attrs); in AbsListView()4395 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb()
82 static class WatchedEdgeEffect extends EdgeEffect {
51 import android.widget.EdgeEffect;190 private final EdgeEffect mLeftEdge;191 private final EdgeEffect mRightEdge;356 mLeftEdge = new EdgeEffect(context, attrs); in ViewPager()357 mRightEdge = new EdgeEffect(context, attrs); in ViewPager()2132 final EdgeEffect startEdge;2133 final EdgeEffect endEdge;
56 import android.widget.EdgeEffect;391 private EdgeEffect mLeftGlow, mTopGlow, mRightGlow, mBottomGlow;591 com.android.internal.R.styleable.EdgeEffect); in RecyclerView()2191 mLeftGlow = new EdgeEffect(getContext()); in ensureLeftGlow()2204 mRightGlow = new EdgeEffect(getContext()); in ensureRightGlow()2217 mTopGlow = new EdgeEffect(getContext()); in ensureTopGlow()2231 mBottomGlow = new EdgeEffect(getContext()); in ensureBottomGlow()
521 Lcom/android/internal/R$styleable;->EdgeEffect:[I
43999 Landroid/R$styleable;->EdgeEffect:[I66733 Landroid/widget/EdgeEffect;->ANGLE:D66734 Landroid/widget/EdgeEffect;->COS:F66735 Landroid/widget/EdgeEffect;->EPSILON:F66737 Landroid/widget/EdgeEffect;->MAX_ALPHA:F66743 Landroid/widget/EdgeEffect;->mDuration:F66752 Landroid/widget/EdgeEffect;->mRadius:F66754 Landroid/widget/EdgeEffect;->mState:I66759 Landroid/widget/EdgeEffect;->PULL_TIME:I66762 Landroid/widget/EdgeEffect;->SIN:F[all …]
540 …ffect$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)Landroid/widget/EdgeEffect;543 …ffect$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)Landroid/widget/EdgeEffect;544 …ation$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)Landroid/widget/EdgeEffect;545 …ffect$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)Landroid/widget/EdgeEffect;546 …ation$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)Landroid/widget/EdgeEffect;547 …ffect$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)Landroid/widget/EdgeEffect;548 …ation$p(Landroidx/compose/foundation/AndroidEdgeEffectOverscrollEffect;)Landroid/widget/EdgeEffect;574 …Api31Impl;->create(Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/widget/EdgeEffect;575 HSPLandroidx/compose/foundation/Api31Impl;->getDistance(Landroid/widget/EdgeEffect;)F652 …ectCompat;->create(Landroid/content/Context;Landroid/util/AttributeSet;)Landroid/widget/EdgeEffect;[all …]
19930 HSPLandroid/widget/EdgeEffect;->finish()V19932 HSPLandroid/widget/EdgeEffect;->getDistance()F19933 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z19934 HSPLandroid/widget/EdgeEffect;->isFinished()Z19935 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V19936 HSPLandroid/widget/EdgeEffect;->onPull(FF)V19938 HSPLandroid/widget/EdgeEffect;->onRelease()V19939 HSPLandroid/widget/EdgeEffect;->setSize(II)V19940 HSPLandroid/widget/EdgeEffect;->update()V19941 HSPLandroid/widget/EdgeEffect;->updateSpring()V[all …]
9544 android.widget.EdgeEffect
19994 HSPLandroid/widget/EdgeEffect;->finish()V19996 HSPLandroid/widget/EdgeEffect;->getDistance()F19997 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z19998 HSPLandroid/widget/EdgeEffect;->isFinished()Z19999 HSPLandroid/widget/EdgeEffect;->onAbsorb(I)V20000 HSPLandroid/widget/EdgeEffect;->onPull(FF)V20002 HSPLandroid/widget/EdgeEffect;->onRelease()V20003 HSPLandroid/widget/EdgeEffect;->setSize(II)V20004 HSPLandroid/widget/EdgeEffect;->update()V20005 HSPLandroid/widget/EdgeEffect;->updateSpring()V[all …]
9575 android.widget.EdgeEffect
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
58508 public class EdgeEffect {58509 ctor public EdgeEffect(android.content.Context);58510 ctor public EdgeEffect(@NonNull android.content.Context, @Nullable android.util.AttributeSet);