Searched refs:mThumbnailDrawable (Results 1 – 1 of 1) sorted by relevance
46 private final TaskLayerDrawable mThumbnailDrawable; field in TaskItemView77 mThumbnailDrawable = new TaskLayerDrawable(context); in TaskItemView()88 mThumbnailView.setImageDrawable(mThumbnailDrawable); in onFinishInflate()100 mThumbnailDrawable.resetDrawable(); in resetToEmptyUi()133 mThumbnailDrawable.setCurrentDrawable(getSafeThumbnail(thumbnailData)); in setThumbnail()160 mThumbnailDrawable.startNewTransition(getSafeThumbnail(endThumbnail)); in startContentAnimation()169 mThumbnailDrawable.setTransitionProgress(progress); in setContentTransitionProgress()207 int layerCount = mThumbnailDrawable.getNumberOfLayers(); in onOrientationChanged()209 Drawable drawable = mThumbnailDrawable.getDrawable(i); in onOrientationChanged()