Searched refs:blurId (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/complication/dagger/ |
D | OpenHubComplicationComponent.java | 128 int blurId, int offsetXId, int offsetYId, int alphaId) { in createShadowInfo() argument 131 resources.getDimension(blurId), in createShadowInfo()
|
D | DreamHomeControlsComplicationComponent.java | 121 int blurId, int offsetXId, int offsetYId, int alphaId) { in createShadowInfo() argument 124 resources.getDimension(blurId), in createShadowInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/ |
D | AmbientStatusBarView.java | 208 private ShadowInfo createShadowInfo(int blurId, int offsetXId, int offsetYId, float alpha) { in createShadowInfo() argument 210 fetchDimensionForResId(blurId), in createShadowInfo()
|