Searched refs:highlightedLayer (Results 1 – 1 of 1) sorted by relevance
172 Drawable highlightedLayer = mContext.getDrawable(R.drawable.app_item_highlight); in bind() local175 mBackgroundHighlight = new TransitionDrawable(new Drawable[]{emptyLayer, highlightedLayer}); in bind()