Lines Matching full:autoadvanceviewid
1710 final View v = key.findViewById(mWidgetsToAdvance.get(key).autoAdvanceViewId);1727 if (appWidgetInfo == null || appWidgetInfo.autoAdvanceViewId == -1) return;1728 View v = hostView.findViewById(appWidgetInfo.autoAdvanceViewId);