Home
last modified time | relevance | path

Searched defs:iconDrawable (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java224 Drawable iconDrawable = ic.loadDrawable(mContext); in updateViews() local
240 private Drawable buildIconWithTint(Drawable iconDrawable, int backgroundColor) { in buildIconWithTint()
247 private Drawable checkTint(Drawable iconDrawable, int backgroundColor) { in checkTint()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DAppOpsInfoTest.java104 final Drawable iconDrawable = mock(Drawable.class); in testBindNotification_SetsPackageIcon() local
DNotificationInfoTest.java221 final Drawable iconDrawable = mock(Drawable.class); in testBindNotification_SetsPackageIcon() local
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DAppCompatActionBar.java161 Drawable iconDrawable = getDrawable(icon); in setIcon() local
DFrameworkActionBarWrapper.java284 Drawable iconDrawable = getDrawable(icon); in setIcon() local
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSliceView.java266 Drawable iconDrawable = null; in showSlice() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java338 Drawable iconDrawable = action.getIcon().loadDrawable(context); in inflateActionButton() local