Searched refs:getMaxScrollProgress (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardWidgetCarousel.java54 protected float getMaxScrollProgress() { method in class:KeyguardWidgetCarousel
H A DPagedView.java1207 protected float getMaxScrollProgress() { method in class:PagedView
1228 scrollProgress = Math.min(scrollProgress, getMaxScrollProgress());
1229 scrollProgress = Math.max(scrollProgress, - getMaxScrollProgress());

Completed in 52 milliseconds