Searched refs:offsetXId (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 132 resources.getDimension(offsetXId), in createShadowInfo()
|
D | DreamHomeControlsComplicationComponent.java | 121 int blurId, int offsetXId, int offsetYId, int alphaId) { in createShadowInfo() argument 125 resources.getDimension(offsetXId), 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 211 fetchDimensionForResId(offsetXId), in createShadowInfo()
|