Searched refs:mAmbientShadowInfo (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/shadow/ |
D | DoubleShadowIconDrawable.kt | 41 private val mAmbientShadowInfo: ShadowInfo constant 50 mAmbientShadowInfo = ambientShadowInfo 63 mAmbientShadowInfo.blur, in createShadowRenderNode() 64 mAmbientShadowInfo.offsetX, in createShadowRenderNode() 65 mAmbientShadowInfo.offsetY, in createShadowRenderNode() 66 mAmbientShadowInfo.alpha in createShadowRenderNode()
|
D | DoubleShadowTextView.kt | 37 private val mAmbientShadowInfo: ShadowInfo constant 68 mAmbientShadowInfo = 95 mAmbientShadowInfo, 105 applyShadows(mKeyShadowInfo, mAmbientShadowInfo, this, canvas) { super.onDraw(canvas) } in onDraw()
|
D | DoubleShadowTextClock.kt | 38 private lateinit var mAmbientShadowInfo: ShadowInfo variable 109 mAmbientShadowInfo = in initializeAttributes() 146 applyShadows(mKeyShadowInfo, mAmbientShadowInfo, this, canvas) { super.onDraw(canvas) } in onDraw()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/ |
D | AmbientStatusBarView.java | 73 private ShadowInfo mAmbientShadowInfo; field in AmbientStatusBarView 109 mAmbientShadowInfo = createShadowInfo( in onFinishInflate() 199 mAmbientShadowInfo, in addDoubleShadow()
|