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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DFakeShadowView.java38 private View mFakeShadow; field in class:FakeShadowView
56 mFakeShadow = new View(context);
57 mFakeShadow.setVisibility(INVISIBLE);
58 mFakeShadow.setLayoutParams(new LinearLayout.LayoutParams(
61 mFakeShadow.setOutlineProvider(new ViewOutlineProvider() {
64 outline.setRect(0, 0, getWidth(), mFakeShadow.getHeight());
68 addView(mFakeShadow);
76 mFakeShadow.setVisibility(INVISIBLE);
78 mFakeShadow.setVisibility(VISIBLE);
80 mFakeShadow
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DActivatableNotificationView.java167 private FakeShadowView mFakeShadow; field in class:ActivatableNotificationView
224 mFakeShadow = findViewById(R.id.fake_shadow);
225 mShadowHidden = mFakeShadow.getVisibility() != VISIBLE;
1076 mFakeShadow.setFakeShadowTranslationZ(shadowIntensity * (getTranslationZ()

Completed in 436 milliseconds