Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFastScroller.java84 private final ImageView mThumbImageView; field in ConversationFastScroller
149 mThumbImageView = (ImageView) inflator.inflate(R.layout.fastscroll_thumb, null); in ConversationFastScroller()
157 mOverlay.add(mThumbImageView); in ConversationFastScroller()
173 mThumbImageView.setImageDrawable(drawable); in refreshConversationThemeColor()
178 mThumbImageView.setImageDrawable( in refreshConversationThemeColor()
216 ObjectAnimator thumbSlide = ObjectAnimator.ofFloat(mThumbImageView, View.TRANSLATION_X, 0); in show()
244 ObjectAnimator thumbSlide = ObjectAnimator.ofFloat(mThumbImageView, View.TRANSLATION_X, in hide()
252 mThumbImageView.setTranslationX(hiddenTranslationX); in hide()
359 final int hitTargetLeft = mThumbImageView.getLeft() - mTouchSlop; in isInsideThumb()
360 final int hitTargetRight = mThumbImageView.getRight() + mTouchSlop; in isInsideThumb()
[all …]