Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DTaskMenuView.java63 mMenuIconDrawable.setScale(scale);
92 private FastBitmapDrawable mMenuIconDrawable; field in TaskMenuView
207 mMenuIconDrawable = icon instanceof FastBitmapDrawable ? (FastBitmapDrawable) icon : null; in addMenuOptions()