Searched refs:mMenuIconDrawable (Results 1 – 1 of 1) sorted by relevance
67 mMenuIconDrawable.setScale(scale);96 private FastBitmapDrawable mMenuIconDrawable; field in TaskMenuView190 mMenuIconDrawable = icon instanceof FastBitmapDrawable ? (FastBitmapDrawable) icon : null; in addMenuOptions()