Searched refs:moveToIndex (Results 1 – 4 of 4) sorted by relevance
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/_includes/scripts/lib/ |
D | swiper.js | 81 function moveToIndex(index ,params) { function 96 moveToIndex(curIndex, { animation: true }); 101 unstableTranslateX ? moveToIndex(nextIndex, { animation: true }) : moveToIndex(nextIndex);
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/_includes/scripts/lib/ |
D | swiper.js | 81 function moveToIndex(index ,params) { function 96 moveToIndex(curIndex, { animation: true }); 101 unstableTranslateX ? moveToIndex(nextIndex, { animation: true }) : moveToIndex(nextIndex);
|
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/ |
D | SessionPlayerConnectorTest.java | 908 int moveToIndex = 2; in movePlaylistItem_calledOnlyOnce_notifiesPlaylistChangeOnlyOnce() local 909 playlist.add(moveToIndex, playlist.remove(moveFromIndex)); in movePlaylistItem_calledOnlyOnce_notifiesPlaylistChangeOnlyOnce() 922 sessionPlayerConnector.movePlaylistItem(moveFromIndex, moveToIndex); in movePlaylistItem_calledOnlyOnce_notifiesPlaylistChangeOnlyOnce()
|
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/media2/src/androidTest/java/com/google/android/exoplayer2/ext/media2/ |
D | SessionPlayerConnectorTest.java | 908 int moveToIndex = 2; in movePlaylistItem_calledOnlyOnce_notifiesPlaylistChangeOnlyOnce() local 909 playlist.add(moveToIndex, playlist.remove(moveFromIndex)); in movePlaylistItem_calledOnlyOnce_notifiesPlaylistChangeOnlyOnce() 922 sessionPlayerConnector.movePlaylistItem(moveFromIndex, moveToIndex); in movePlaylistItem_calledOnlyOnce_notifiesPlaylistChangeOnlyOnce()
|