Searched refs:EdgeEffect (Results 1 – 17 of 17) 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()
105 public EdgeEffect mEdgeGlowLeft;116 public EdgeEffect mEdgeGlowRight;204 mEdgeGlowLeft = new EdgeEffect(context, attrs); in HorizontalScrollView()205 mEdgeGlowRight = new EdgeEffect(context, attrs); in HorizontalScrollView()1853 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb()
116 public EdgeEffect mEdgeGlowTop;128 public EdgeEffect mEdgeGlowBottom;237 mEdgeGlowTop = new EdgeEffect(context, attrs); in ScrollView()238 mEdgeGlowBottom = new EdgeEffect(context, attrs); in ScrollView()1946 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb()
756 public EdgeEffect mEdgeGlowTop;768 public EdgeEffect mEdgeGlowBottom;930 mEdgeGlowBottom = new EdgeEffect(context); in AbsListView()931 mEdgeGlowTop = new EdgeEffect(context); in AbsListView()953 mEdgeGlowBottom = new EdgeEffect(context, attrs); in AbsListView()954 mEdgeGlowTop = new EdgeEffect(context, attrs); in AbsListView()4403 private boolean shouldAbsorb(EdgeEffect edgeEffect, int velocity) { in shouldAbsorb()
127 static class WatchedEdgeEffect extends EdgeEffect {
126 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
43356 Landroid/R$styleable;->EdgeEffect:[I66090 Landroid/widget/EdgeEffect;->ANGLE:D66091 Landroid/widget/EdgeEffect;->COS:F66092 Landroid/widget/EdgeEffect;->EPSILON:F66093 Landroid/widget/EdgeEffect;->GLOW_ALPHA_START:F66094 Landroid/widget/EdgeEffect;->MAX_ALPHA:F66095 Landroid/widget/EdgeEffect;->MAX_GLOW_SCALE:F66096 Landroid/widget/EdgeEffect;->MAX_VELOCITY:I66097 Landroid/widget/EdgeEffect;->mBaseGlowScale:F66098 Landroid/widget/EdgeEffect;->mBounds:Landroid/graphics/Rect;[all …]
19403 …s;]Landroid/widget/AbsListView;missing_types]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;19576 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;)V19577 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V19578 HSPLandroid/widget/EdgeEffect;->calculateDistanceFromGlowValues(FF)F19579 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F19580 HSPLandroid/widget/EdgeEffect;->draw(Landroid/graphics/Canvas;)Z+]Landroid/graphics/Matrix;Landroid…19581 HSPLandroid/widget/EdgeEffect;->finish()V19582 HSPLandroid/widget/EdgeEffect;->getCurrentEdgeEffectBehavior()I19583 HSPLandroid/widget/EdgeEffect;->getDistance()F19584 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z[all …]
9844 android.widget.EdgeEffect
19467 …s;]Landroid/widget/AbsListView;missing_types]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;19640 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;)V19641 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V19642 HSPLandroid/widget/EdgeEffect;->calculateDistanceFromGlowValues(FF)F19643 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F19644 HSPLandroid/widget/EdgeEffect;->draw(Landroid/graphics/Canvas;)Z+]Landroid/graphics/Matrix;Landroid…19645 HSPLandroid/widget/EdgeEffect;->finish()V19646 HSPLandroid/widget/EdgeEffect;->getCurrentEdgeEffectBehavior()I19647 HSPLandroid/widget/EdgeEffect;->getDistance()F19648 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z[all …]
9875 android.widget.EdgeEffect
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
59138 public class EdgeEffect {59139 ctor public EdgeEffect(android.content.Context);59140 ctor public EdgeEffect(@NonNull android.content.Context, @Nullable android.util.AttributeSet);
37277 public class EdgeEffect {37278 ctor public EdgeEffect(android.content.Context);