Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java3337 Drawable marketIconDrawable = d.newDrawable(r); in updateAppMarketIcon() local
3340 marketIconDrawable.setBounds(0, 0, w, h); in updateAppMarketIcon()
3342 updateTextButtonWithDrawable(R.id.market_button, marketIconDrawable); in updateAppMarketIcon()