Searched refs:widgetsCount (Results 1 – 1 of 1) sorted by relevance
975 final int widgetsCount = mLayout.getChildCount(); in didMeasures() local976 for (int i = 0; i < widgetsCount; i++) { in didMeasures()1921 final int widgetsCount = getChildCount(); in onLayout() local1923 for (int i = 0; i < widgetsCount; i++) { in onLayout()