Home | History | Annotate | Download | only in selection

Lines Matching refs:mDetailsLookup

41     private final ItemDetailsLookup<K> mDetailsLookup;
65 mDetailsLookup = detailsLookup;
102 if (!mDetailsLookup.overItemWithSelectionKey(e)) {
115 onItemClick(e, mDetailsLookup.getItemDetails(e));
160 if (!mDetailsLookup.overItem(e)) {
170 @Nullable ItemDetails<K> item = mDetailsLookup.getItemDetails(e);
188 if (!mDetailsLookup.overItemWithSelectionKey(e)) {
198 ItemDetails<K> item = mDetailsLookup.getItemDetails(e);
203 if (mDetailsLookup.overItemWithSelectionKey(e)) {
204 @Nullable ItemDetails<K> item = mDetailsLookup.getItemDetails(e);