Searched refs:mOthers (Results 1 – 3 of 3) sorted by relevance
88 …private final List<Other> mOthers; // TODO(b/123710968) Use android.support.v7.util.SortedList/and… field in OtherFragment.OtherAdapter96 mOthers = mMediaDb.getOthers(); in OtherAdapter()126 Other other = mOthers.get(position - 1); in onBindViewHolder()134 return mOthers.size() + 1; in getItemCount()139 return position == 0 ? -1 : mOthers.get(position - 1).getId(); in getItemId()151 notifyItemRangeChanged(1, mOthers.size()); in onImageLoaded()175 while (current < mOthers.size()) { in recalculateSpans()215 Uri thumbUri = index >= mOthers.size() ? null : mOthers.get(index).getThumbnailUri(); in getOrientation()
87 private float mOthers = 1; field in MultiValueAlpha.AlphaProperty102 mOthers = 1; in setValue()105 mOthers *= prop.mValue; in setValue()115 final float alpha = mOthers * mValue; in setValue()
60 private final List<Other> mOthers = new ArrayList<>(); field in MediaDb244 return Collections.unmodifiableList(mOthers); in getOthers()498 for (Other other : mOthers) { in getOtherById()635 int othersIndex = mOthers.size(); in addOthers()638 mOthers.addAll(others); in addOthers()721 int index = mOthers.indexOf(other); in updateOther()