Home
last modified time | relevance | path

Searched refs:StackScrollAlgorithm (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackScrollAlgorithm.java36 public class StackScrollAlgorithm { class
77 public StackScrollAlgorithm(Context context) { in StackScrollAlgorithm() method in StackScrollAlgorithm
DNotificationStackScrollLayout.java115 private StackScrollAlgorithm mStackScrollAlgorithm;
286 mStackScrollAlgorithm = new StackScrollAlgorithm(context); in initView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBar.java175 import com.android.systemui.statusbar.stack.StackScrollAlgorithm;
1021 Float.toString(StackScrollAlgorithm.DIMMED_SCALE)); in startGlyphRasterizeHack()