Home
last modified time | relevance | path

Searched refs:EdgeEffect (Results 1 – 14 of 14) 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.java95 public EdgeEffect mEdgeGlowLeft;
106 public EdgeEffect mEdgeGlowRight;
194 mEdgeGlowLeft = new EdgeEffect(context, attrs); in HorizontalScrollView()
195 mEdgeGlowRight = new EdgeEffect(context, attrs); in HorizontalScrollView()
DScrollView.java104 public EdgeEffect mEdgeGlowTop;
116 public EdgeEffect mEdgeGlowBottom;
221 mEdgeGlowTop = new EdgeEffect(context, attrs); in ScrollView()
222 mEdgeGlowBottom = new EdgeEffect(context, attrs); in ScrollView()
DAbsListView.java721 public EdgeEffect mEdgeGlowTop;
733 public EdgeEffect mEdgeGlowBottom;
855 mEdgeGlowBottom = new EdgeEffect(context); in AbsListView()
856 mEdgeGlowTop = new EdgeEffect(context); in AbsListView()
877 mEdgeGlowBottom = new EdgeEffect(context, attrs); in AbsListView()
878 mEdgeGlowTop = new EdgeEffect(context, attrs); in AbsListView()
/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.txt526 Lcom/android/internal/R$styleable;->EdgeEffect:[I
Dhiddenapi-max-target-o.txt47322 Landroid/R$styleable;->EdgeEffect:[I
70056 Landroid/widget/EdgeEffect;->ANGLE:D
70057 Landroid/widget/EdgeEffect;->COS:F
70058 Landroid/widget/EdgeEffect;->EPSILON:F
70059 Landroid/widget/EdgeEffect;->GLOW_ALPHA_START:F
70060 Landroid/widget/EdgeEffect;->MAX_ALPHA:F
70061 Landroid/widget/EdgeEffect;->MAX_GLOW_SCALE:F
70062 Landroid/widget/EdgeEffect;->MAX_VELOCITY:I
70063 Landroid/widget/EdgeEffect;->mBaseGlowScale:F
70064 Landroid/widget/EdgeEffect;->mBounds:Landroid/graphics/Rect;
[all …]
/frameworks/base/boot/
Dboot-image-profile.txt19768 …tView;->draw(Landroid/graphics/Canvas;)V+]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;]L…
19799 …oid/graphics/drawable/TransitionDrawable;]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;]L…
19942 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;)V
19943 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V+]Land…
19944 HSPLandroid/widget/EdgeEffect;->calculateDistanceFromGlowValues(FF)F+]Landroid/graphics/Rect;Landro…
19945 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F
19946 HSPLandroid/widget/EdgeEffect;->draw(Landroid/graphics/Canvas;)Z+]Landroid/graphics/Matrix;Landroid…
19947 HSPLandroid/widget/EdgeEffect;->finish()V
19948 HSPLandroid/widget/EdgeEffect;->getDistance()F
19949 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z
[all …]
Dpreloaded-classes8191 android.widget.EdgeEffect
/frameworks/base/config/
Dboot-image-profile.txt19816 …tView;->draw(Landroid/graphics/Canvas;)V+]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;]L…
19847 …oid/graphics/drawable/TransitionDrawable;]Landroid/widget/EdgeEffect;Landroid/widget/EdgeEffect;]L…
19990 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;)V
19991 HSPLandroid/widget/EdgeEffect;-><init>(Landroid/content/Context;Landroid/util/AttributeSet;)V+]Land…
19992 HSPLandroid/widget/EdgeEffect;->calculateDistanceFromGlowValues(FF)F+]Landroid/graphics/Rect;Landro…
19993 HSPLandroid/widget/EdgeEffect;->dampStretchVector(F)F
19994 HSPLandroid/widget/EdgeEffect;->draw(Landroid/graphics/Canvas;)Z+]Landroid/graphics/Matrix;Landroid…
19995 HSPLandroid/widget/EdgeEffect;->finish()V
19996 HSPLandroid/widget/EdgeEffect;->getDistance()F
19997 HSPLandroid/widget/EdgeEffect;->isAtEquilibrium()Z
[all …]
Dpreloaded-classes8212 android.widget.EdgeEffect
/frameworks/base/core/api/
Dcurrent.txt54534 public class EdgeEffect {
54535 ctor public EdgeEffect(android.content.Context);
54536 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);