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

/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogAdapter.java107 private int mCurrentlyExpandedPosition = RecyclerView.NO_POSITION;
161 mCurrentlyExpandedPosition = RecyclerView.NO_POSITION;
259 if (mCurrentlyExpandedPosition != RecyclerView.NO_POSITION) {
339 savedInstanceState.getInt(KEY_EXPANDED_POSITION, RecyclerView.NO_POSITION);
605 mCurrentlyExpandedPosition = RecyclerView.NO_POSITION;
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java44 public static final int NO_POSITION = -1; field in class:Conversation
223 position = NO_POSITION;
300 position = NO_POSITION;
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsRecyclerView.java301 if (position != NO_POSITION) {
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationFastScroller.java314 if (pos == RecyclerView.NO_POSITION) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java1392 : Conversation.NO_POSITION;

Completed in 158 milliseconds