Searched refs:mSecondaryProgressInMs (Results 1 – 3 of 3) sorted by relevance
62 long mSecondaryProgressInMs = -1; // Hold secondary progress in milliseconds field in PlaybackControlsPresenter.ViewHolder177 mSecondaryProgressInMs = progressMs; in setSecondaryProgress()185 return mSecondaryProgressInMs; in getSecondaryProgress()
69 long mSecondaryProgressInMs; field in PlaybackTransportRowPresenter.ViewHolder509 mSecondaryProgressInMs = progressMs; in setBufferedPosition()
186 assertEquals(321L, mViewHolder.mSecondaryProgressInMs); in progressUpdating()195 assertEquals(333L, mViewHolder.mSecondaryProgressInMs); in progressUpdating()