Searched refs:mBackgroundHighlight (Results 1 – 1 of 1) sorted by relevance
86 private TransitionDrawable mBackgroundHighlight; field in AppItemViewHolder175 mBackgroundHighlight = new TransitionDrawable(new Drawable[]{emptyLayer, highlightedLayer}); in bind()176 mBackgroundHighlight.resetTransition(); in bind()177 mAppItemView.setBackground(mBackgroundHighlight); in bind()358 mBackgroundHighlight.startTransition(mHighlightTransitionDurationMs); in setStateTargeted()362 mBackgroundHighlight.resetTransition(); in setStateTargeted()