Home
last modified time | relevance | path

Searched refs:onMoveItemInternal (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/controls/management/
DFavoritesModel.kt103 onMoveItemInternal(position, dividerPosition) in changeFavoriteStatus()
105 onMoveItemInternal(position, elements.size - 1) in changeFavoriteStatus()
110 onMoveItemInternal(from, to) in onMoveItem()
137 private fun onMoveItemInternal(from: Int, to: Int) { in onMoveItemInternal() method