HomeSort by relevance Sort by last modified time
    Searched refs:mFakeShadow (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
FakeShadowView.java 38 private View mFakeShadow;
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.setTranslationZ(fakeShadowTranslationZ)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ActivatableNotificationView.java 169 private FakeShadowView mFakeShadow;
214 mFakeShadow = findViewById(R.id.fake_shadow);
215 mShadowHidden = mFakeShadow.getVisibility() != VISIBLE;
    [all...]

Completed in 2763 milliseconds