OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mEdgeEffectBottom
(Results
1 - 2
of
2
) sorted by null
/development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java
152
private EdgeEffectCompat
mEdgeEffectBottom
;
237
mEdgeEffectBottom
= new EdgeEffectCompat(context);
575
if (!
mEdgeEffectBottom
.isFinished()) {
579
mEdgeEffectBottom
.setSize(mContentRect.width(), mContentRect.height());
580
if (
mEdgeEffectBottom
.draw(canvas)) {
778
mEdgeEffectBottom
.onPull((scrolledY - mSurfaceSizeBuffer.y + mContentRect.height())
[
all
...]
/packages/apps/Calendar/src/com/android/calendar/
DayView.java
640
private final EdgeEffect
mEdgeEffectBottom
;
770
mEdgeEffectBottom
= new EdgeEffect(context);
[
all
...]
Completed in 3281 milliseconds