Searched refs:fromEnd (Results 1 – 2 of 2) sorted by relevance
654 size_t fromEnd = remaining - i - 1; in process1D() local655 auto coefs = mCoefs.data() + (SAME_COEF_PER_CHANNEL ? 0 : fromEnd); in process1D()656 auto delays = mDelays.data() + fromEnd; in process1D()680 size_t fromEnd = remaining - 1; in process1D() local681 auto coefs = mCoefs.data() + (SAME_COEF_PER_CHANNEL ? 0 : fromEnd); in process1D()684 mDelays.data() + fromEnd, coefs, mChannelCount); in process1D()
1199 final boolean fromEnd; in collectInitialPrefetchPositions()1203 fromEnd = mPendingSavedState.mAnchorLayoutFromEnd; in collectInitialPrefetchPositions()1207 fromEnd = mShouldReverseLayout; in collectInitialPrefetchPositions()1209 anchorPos = fromEnd ? adapterItemCount - 1 : 0; in collectInitialPrefetchPositions()1215 final int direction = fromEnd in collectInitialPrefetchPositions()