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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DFakeShadowView.java36 private final int mShadowMinHeight; field in class:FakeShadowView
69 mShadowMinHeight = Math.max(1, context.getResources()
79 fakeShadowTranslationZ = Math.max(mShadowMinHeight, fakeShadowTranslationZ);

Completed in 65 milliseconds