Searched refs:mShadowType (Results 1 – 2 of 2) sorted by relevance
75 private int mShadowType = SHADOW_NONE; field in ShadowOverlayContainer158 mShadowType = SHADOW_DYNAMIC; in useDynamicShadow()172 mShadowType = SHADOW_STATIC; in useStaticShadow()181 return mShadowType; in getShadowType()205 shadowType = mShadowType; in initialize()222 mShadowType = shadowType; in initialize()223 switch (mShadowType) { in initialize()259 ShadowOverlayHelper.setShadowFocusLevel(mShadowImpl, mShadowType, level); in setShadowFocusLevel()300 if (mRoundedCorners && mShadowType != SHADOW_DYNAMIC) { in wrap()
167 helper.mShadowType = SHADOW_STATIC; in build()172 helper.mShadowType = SHADOW_DYNAMIC; in build()178 helper.mShadowType = SHADOW_NONE; in build()269 int mShadowType = SHADOW_NONE; field in ShadowOverlayHelper318 if (mShadowType == SHADOW_STATIC) { in prepareParentForShadow()324 return mShadowType; in getShadowType()353 return new ShadowOverlayContainer(context, mShadowType, mNeedsOverlay, in createShadowOverlayContainer()393 if (mShadowType == SHADOW_DYNAMIC) { in onViewCreated()