Home | History | Annotate | Download | only in keyguard

Lines Matching refs:lastWidget

1509             int lastWidget = mAppWidgetContainer.getChildCount() - 1;
1511 if (lastWidget >= 0) {
1512 position = mAppWidgetContainer.isCameraPage(lastWidget) ?
1513 lastWidget : lastWidget + 1;