Home | History | Annotate | Download | only in keyguard

Lines Matching refs:insertionIndex

1254         int insertionIndex = mAppWidgetContainer.indexOfChild(addWidget);
1255 if (insertionIndex < 0) {
1256 insertionIndex = 0; // no add widget page found
1258 insertionIndex++; // place after add widget
1260 return insertionIndex;
1275 int insertionIndex = getInsertPageIndex();
1285 addDefaultStatusWidget(insertionIndex);
1290 addWidget(widgets[i], insertionIndex, true);