Home
last modified time | relevance | path

Searched refs:EdgeEffect (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/core/java/android/widget/
DEdgeEffect.java64 public class EdgeEffect { class
234 public EdgeEffect(Context context) { in EdgeEffect() method in EdgeEffect
243 public EdgeEffect(@NonNull Context context, @Nullable AttributeSet attrs) { in EdgeEffect() method in EdgeEffect
245 attrs, com.android.internal.R.styleable.EdgeEffect); in EdgeEffect()
DHorizontalScrollView.java105 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()
DScrollView.java116 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()
DAbsListView.java756 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()
/frameworks/base/core/tests/coretests/src/android/widget/
DHorizontalScrollViewFunctionalTest.java127 static class WatchedEdgeEffect extends EdgeEffect {
DScrollViewFunctionalTest.java126 static class WatchedEdgeEffect extends EdgeEffect {
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java51 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;
DRecyclerView.java56 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-q.txt521 Lcom/android/internal/R$styleable;->EdgeEffect:[I
Dhiddenapi-max-target-o.txt43356 Landroid/R$styleable;->EdgeEffect:[I
66090 Landroid/widget/EdgeEffect;->ANGLE:D
66091 Landroid/widget/EdgeEffect;->COS:F
66092 Landroid/widget/EdgeEffect;->EPSILON:F
66093 Landroid/widget/EdgeEffect;->GLOW_ALPHA_START:F
66094 Landroid/widget/EdgeEffect;->MAX_ALPHA:F
66095 Landroid/widget/EdgeEffect;->MAX_GLOW_SCALE:F
66096 Landroid/widget/EdgeEffect;->MAX_VELOCITY:I
66097 Landroid/widget/EdgeEffect;->mBaseGlowScale:F
66098 Landroid/widget/EdgeEffect;->mBounds:Landroid/graphics/Rect;
[all …]
/frameworks/base/boot/
Dboot-image-profile.txt19403 …s;]Landroid/widget/AbsListView;missing_types]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;
19576 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;)V
19577 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
19578 HSPLandroid/widget/EdgeEffect;->calculateDistanceFromGlowValues(FF)F
19579 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F
19580 HSPLandroid/widget/EdgeEffect;->draw(Landroid/graphics/Canvas;)Z+]Landroid/graphics/Matrix;Landroid…
19581 HSPLandroid/widget/EdgeEffect;->finish()V
19582 HSPLandroid/widget/EdgeEffect;->getCurrentEdgeEffectBehavior()I
19583 HSPLandroid/widget/EdgeEffect;->getDistance()F
19584 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z
[all …]
Dpreloaded-classes9844 android.widget.EdgeEffect
/frameworks/base/config/
Dboot-image-profile.txt19467 …s;]Landroid/widget/AbsListView;missing_types]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;
19640 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;)V
19641 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V
19642 HSPLandroid/widget/EdgeEffect;->calculateDistanceFromGlowValues(FF)F
19643 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F
19644 HSPLandroid/widget/EdgeEffect;->draw(Landroid/graphics/Canvas;)Z+]Landroid/graphics/Matrix;Landroid…
19645 HSPLandroid/widget/EdgeEffect;->finish()V
19646 HSPLandroid/widget/EdgeEffect;->getCurrentEdgeEffectBehavior()I
19647 HSPLandroid/widget/EdgeEffect;->getDistance()F
19648 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z
[all …]
Dpreloaded-classes9875 android.widget.EdgeEffect
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt59138 public class EdgeEffect {
59139 ctor public EdgeEffect(android.content.Context);
59140 ctor public EdgeEffect(@NonNull android.content.Context, @Nullable android.util.AttributeSet);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37277 public class EdgeEffect {
37278 ctor public EdgeEffect(android.content.Context);