Searched refs:mSwipeableContent (Results 1 - 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLeaveBehindItem.java47 private View mSwipeableContent; field in class:LeaveBehindItem
120 mSwipeableContent = findViewById(R.id.swipeable_content);
123 mSwipeableContent.setOnClickListener(this);
124 mSwipeableContent.setAlpha(TRANSPARENT);
153 return SwipeableView.from(mSwipeableContent);
189 if (mSwipeableContent.getAlpha() > TRANSPARENT) {
190 mSwipeableContent.setAlpha(alpha);
200 if (!mFadingInText && mSwipeableContent.getAlpha() != OPAQUE) {
202 mFadeIn = startFadeInTextAnimation(mSwipeableContent, delay);
234 if (!mFadingInText && mSwipeableContent
[all...]
H A DConversationLongPressTipView.java50 private View mSwipeableContent; field in class:ConversationLongPressTipView
89 mSwipeableContent = findViewById(R.id.swipeable_content);
197 return SwipeableView.from(mSwipeableContent);
H A DConversationPhotoTeaserView.java34 private View mSwipeableContent; field in class:ConversationPhotoTeaserView
79 mSwipeableContent = findViewById(R.id.swipeable_content);
210 return SwipeableView.from(mSwipeableContent);
H A DConversationSyncDisabledTipView.java67 private View mSwipeableContent; field in class:ConversationSyncDisabledTipView
162 mSwipeableContent = findViewById(R.id.swipeable_content);
332 return SwipeableView.from(mSwipeableContent);
H A DConversationsInOutboxTipView.java64 private View mSwipeableContent; field in class:ConversationsInOutboxTipView
115 mSwipeableContent = findViewById(R.id.swipeable_content);
287 return SwipeableView.from(mSwipeableContent);

Completed in 30 milliseconds