Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/contact/
DContactPickerFragment.java114 private View mPendingExplodeView; field in ContactPickerFragment
282 mPendingExplodeView = view; in onContactListItemClicked()
361 if (mPendingExplodeView == null) { in updateVisualsForContactPickingMode()
364 mPendingExplodeView = mToolbar; in updateVisualsForContactPickingMode()
369 mCustomHeaderViewPager, mPendingExplodeView, mRootView, in updateVisualsForContactPickingMode()
511 final Rect epicenter = mPendingExplodeView == null ? null : in startExplodeTransitionForContactLists()
512 UiUtils.getMeasuredBoundsOnScreen(mPendingExplodeView); in startExplodeTransitionForContactLists()
540 mAllContactsListViewHolder.toggleVisibilityForPendingTransition(show, mPendingExplodeView); in toggleContactListItemsVisibilityForPendingTransition()
542 mPendingExplodeView); in toggleContactListItemsVisibilityForPendingTransition()