Home
last modified time | relevance | path

Searched refs:mBoundViews (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/go/quickstep/src/com/android/launcher3/
DAppSharing.java120 private final Set<View> mBoundViews = Collections.newSetFromMap(new WeakHashMap<>()); field in AppSharing.Share
141 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()