Searched defs:NO_COLOR_FILTER (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationContentView.java46 private static final ColorFilter NO_COLOR_FILTER = new ColorFilter(); field in class:NotificationContentView
228 : NO_COLOR_FILTER);
238 d.setColorFilter(filter == NO_COLOR_FILTER ? null : filter);

Completed in 84 milliseconds