Searched refs:widgetCount (Results 1 – 1 of 1) sorted by relevance
699 final int widgetCount = provider.widgets.size(); in updateWidgetPackageStoppedMaskedState() local700 if (widgetCount > 0) { in updateWidgetPackageStoppedMaskedState()701 final int[] widgetIds = new int[widgetCount]; in updateWidgetPackageStoppedMaskedState()702 for (int j = 0; j < widgetCount; j++) { in updateWidgetPackageStoppedMaskedState()722 if (widgetCount == 0) { in updateWidgetPackageStoppedMaskedState()738 final int widgetCount = provider.widgets.size(); in maskWidgetsViewsLocked() local739 if (widgetCount == 0) { in maskWidgetsViewsLocked()797 for (int j = 0; j < widgetCount; j++) { in maskWidgetsViewsLocked()823 final int widgetCount = provider.widgets.size(); in unmaskWidgetsViewsLocked() local824 for (int j = 0; j < widgetCount; j++) { in unmaskWidgetsViewsLocked()[all …]