Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
DConversationListItemView.java117 private ViewGroup mSwipeableContainer; field in ConversationListItemView
143 mSwipeableContainer = (ViewGroup) findViewById(R.id.swipeableContainer); in onFinishInflate()
370 mSwipeableContainer.setOnClickListener(this); in bind()
371 mSwipeableContainer.setOnLongClickListener(this); in bind()
513 return mSwipeableContainer.getTranslationX(); in getSwipeTranslationX()
518 mSwipeableContainer.setTranslationX(translationX); in setSwipeTranslationX()
524 mSwipeableContainer.setBackgroundColor(Color.TRANSPARENT); in setSwipeTranslationX()
534 mSwipeableContainer.setBackgroundResource(R.drawable.swipe_shadow_drag); in setSwipeTranslationX()
613 Assert.isTrue(v == mSwipeableContainer || v == mContactIconView || v == mImagePreviewView); in processClick()