Searched refs:excludedViews (Results 1 – 2 of 2) sorted by relevance
361 final Set<View> excludedViews = new HashSet<>(); in setChildrenAlphaExcludingSmartspace() local364 excludedViews.add(mSmartspaceView); in setChildrenAlphaExcludingSmartspace()367 setChildrenAlphaExcluding(alpha, excludedViews); in setChildrenAlphaExcludingSmartspace()371 public void setChildrenAlphaExcluding(float alpha, Set<View> excludedViews) { in setChildrenAlphaExcluding() argument375 if (!excludedViews.contains(child)) { in setChildrenAlphaExcluding()
134 public void setChildrenAlphaExcluding(float alpha, Set<View> excludedViews) { in setChildrenAlphaExcluding() argument140 if (!excludedViews.contains(child)) { in setChildrenAlphaExcluding()