Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DFakeShadowView.java34 public class FakeShadowView extends AlphaOptimizedFrameLayout { class
41 public FakeShadowView(Context context) { in FakeShadowView() method in FakeShadowView
45 public FakeShadowView(Context context, @Nullable AttributeSet attrs) { in FakeShadowView() method in FakeShadowView
49 public FakeShadowView(Context context, @Nullable AttributeSet attrs, int defStyleAttr) { in FakeShadowView() method in FakeShadowView
53 public FakeShadowView(Context context, @Nullable AttributeSet attrs, int defStyleAttr, in FakeShadowView() method in FakeShadowView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java40 import com.android.systemui.statusbar.notification.FakeShadowView;
138 private FakeShadowView mFakeShadow;
941 + FakeShadowView.SHADOW_SIBLING_TRESHOLD), outlineAlpha, shadowYEnd, in setFakeShadowIntensity()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java120 import com.android.systemui.statusbar.notification.FakeShadowView;
4861 if (diff <= 0.0f || diff >= FakeShadowView.SHADOW_SIBLING_TRESHOLD) {
4868 diff / FakeShadowView.SHADOW_SIBLING_TRESHOLD,