Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/
DOpenHubComplicationComponent.java106 return new DoubleShadowIconDrawable(createShadowInfo( in providesOpenHubBackground()
113 createShadowInfo( in providesOpenHubBackground()
127 private static DoubleShadowTextHelper.ShadowInfo createShadowInfo(Resources resources, in createShadowInfo() method
DDreamHomeControlsComplicationComponent.java99 return new DoubleShadowIconDrawable(createShadowInfo( in providesHomeControlsBackground()
106 createShadowInfo( in providesHomeControlsBackground()
120 private static DoubleShadowTextHelper.ShadowInfo createShadowInfo(Resources resources, in createShadowInfo() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarView.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