Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsLayoutLite.java57 int nChildren = getListView().getChildCount() - 1; // don't count flow element in onUpdateList() local
61 if (nChildren == nElementsWrap + 1 && nElementsWrap > 2) { in onUpdateList()