Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src_plugins/com/android/systemui/plugins/
DAllAppsRow.java27 @ProvidesInterface(action = AllAppsRow.ACTION, version = AllAppsRow.VERSION)
28 public interface AllAppsRow extends Plugin { interface
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DPluginHeaderRow.java23 import com.android.systemui.plugins.AllAppsRow;
31 private final AllAppsRow mPlugin;
34 PluginHeaderRow(AllAppsRow plugin, FloatingHeaderView parent) { in PluginHeaderRow()
DFloatingHeaderView.java39 import com.android.systemui.plugins.AllAppsRow;
40 import com.android.systemui.plugins.AllAppsRow.OnHeightUpdatedListener;
48 ValueAnimator.AnimatorUpdateListener, PluginListener<AllAppsRow>, Insettable,
82 protected final Map<AllAppsRow, PluginHeaderRow> mPluginRows = new ArrayMap<>();
151 AllAppsRow.class, true /* allowMultiple */); in onAttachedToWindow()
180 public void onPluginConnected(AllAppsRow allAppsRowPlugin, Context context) { in onPluginConnected()
202 public void onPluginDisconnected(AllAppsRow plugin) { in onPluginDisconnected()