Home | History | Annotate | Download | only in launcher2

Lines Matching full:autoadvanceviewid

1406                     final View v = key.findViewById(mWidgetsToAdvance.get(key).autoAdvanceViewId);
1423 if (appWidgetInfo == null || appWidgetInfo.autoAdvanceViewId == -1) return;
1424 View v = hostView.findViewById(appWidgetInfo.autoAdvanceViewId);