Searched refs:mBoundViews (Results 1 – 1 of 1) sorted by relevance
120 private final Set<View> mBoundViews = Collections.newSetFromMap(new WeakHashMap<>()); field in AppSharing.Share141 mBoundViews.add(iconView); in setIconAndLabelFor()142 mBoundViews.add(labelView); in setIconAndLabelFor()148 mBoundViews.add(view); in setIconAndContentDescriptionFor()236 mBoundViews.forEach(v -> v.setEnabled(isEnabled)); in setEnabled()