Home
last modified time | relevance | path

Searched refs:createShadowInfo (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
H A DDreamHomeControlsComplicationComponent.java101 final Drawable background = new DoubleShadowIconDrawable(createShadowInfo( in providesHomeControlsBackground()
108 createShadowInfo( in providesHomeControlsBackground()
127 private static DoubleShadowTextHelper.ShadowInfo createShadowInfo(Resources resources, in createShadowInfo() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/dreams/
H A DDreamOverlayStatusBarView.java102 mKeyShadowInfo = createShadowInfo( in onFinishInflate()
109 mAmbientShadowInfo = createShadowInfo( in onFinishInflate()
208 private ShadowInfo createShadowInfo(int blurId, int offsetXId, int offsetYId, float alpha) { in createShadowInfo() method