Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DListGridLayout.java157 int sublistIndex; in getParentViewIndex() local
160 sublistIndex = (int) Math.floor(index / rows); in getParentViewIndex()
162 sublistIndex = index % rows; in getParentViewIndex()
165 sublistIndex = reverseSublistIndex(sublistIndex); in getParentViewIndex()
167 return sublistIndex; in getParentViewIndex()