Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/ambient/statusbar/ui/
DAmbientStatusBarView.java124 addDoubleShadow(fetchStatusIconForResId(R.id.dream_overlay_wifi_status))); in onFinishInflate()
126 addDoubleShadow(fetchStatusIconForResId(R.id.dream_overlay_alarm_set))); in onFinishInflate()
136 addDoubleShadow(fetchStatusIconForResId(R.id.dream_overlay_priority_mode))); in onFinishInflate()
193 private View addDoubleShadow(View icon) { in addDoubleShadow() method