HomeSort by relevance Sort by last modified time
    Searched full:allapps (Results 1 - 25 of 66) sorted by null

1 2 3

  /packages/apps/Launcher3/res/layout/
all_apps_container.xml 19 <com.android.launcher3.allapps.AllAppsRecyclerViewContainerView
28 <com.android.launcher3.allapps.AllAppsRecyclerView
38 </com.android.launcher3.allapps.AllAppsRecyclerViewContainerView
all_apps.xml 19 <com.android.launcher3.allapps.AllAppsContainerView
38 <com.android.launcher3.allapps.AllAppsRecyclerViewContainerView
50 <com.android.launcher3.allapps.AllAppsRecyclerView
90 </com.android.launcher3.allapps.AllAppsRecyclerViewContainerView>
91 </com.android.launcher3.allapps.AllAppsContainerView
all_apps_icon.xml 19 style="@style/Icon.AllApps"
all_apps_prediction_bar_icon.xml 19 style="@style/Icon.AllApps"
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
DefaultAppSearchController.java 16 package com.android.launcher3.allapps;
AllAppsRecyclerViewContainerView.java 16 package com.android.launcher3.allapps;
DefaultAppSearchAlgorithm.java 16 package com.android.launcher3.allapps;
HeaderElevationController.java 1 package com.android.launcher3.allapps;
AllAppsSearchBarController.java 16 package com.android.launcher3.allapps;
39 * An interface to a search box that AllApps can command.
  /packages/apps/Settings/src/com/android/settings/datausage/
DataSaverSummary.java 134 final ArrayList<AppEntry> allApps = mSession.getAllApps();
135 final int N = allApps.size();
137 final AppEntry entry = allApps.get(i);
  /packages/apps/Launcher2/res/values-sw720dp/
config.xml 9 <!-- AllApps/Customize/AppsCustomize -->
  /packages/apps/Launcher2/res/values/
config.xml 9 <!-- AllApps/Customize/AppsCustomize -->
16 <!-- Fade/zoom in/out duration & scale in the AllApps transition.
  /packages/apps/Launcher3/
proguard.flags 1 -keep class com.android.launcher3.allapps.AllAppsBackgroundDrawable {
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionStatusReceiver.java 265 ArrayMap<String, Boolean> allApps = new ArrayMap<>();
279 allApps.put(key, true);
283 counts[1] = allApps.size();
  /packages/apps/Launcher2/res/layout-port/
launcher.xml 34 we go into AllApps -->
85 that it is still visible during the transition to AllApps and doesn't overlay on
  /packages/apps/Launcher2/res/layout-sw720dp/
launcher.xml 34 we go into AllApps -->
85 that it is still visible during the transition to AllApps and doesn't overlay on
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 160 * @param allApps If <code>true</code>, the resulting tar stream will include all
163 * @param allIncludesSystem If {@code true}, then {@code allApps} will be interpreted
165 * then setting {@code allApps} to {@code true} will mean only that all 3rd-party
168 * are to be backed up. The <code>allApps</code> parameter supersedes this.
171 boolean includeShared, boolean doWidgets, boolean allApps, boolean allIncludesSystem,
  /platform_testing/tests/jank/UbSystemUiJankTests/src/android/platform/systemui/tests/jank/
LauncherJankTests.java 138 UiObject2 allApps = mDevice.findObject(mLauncherStrategy.getAllAppsSelector());
141 allApps.fling(dir, FLING_SPEED);
142 allApps.fling(Direction.reverse(dir), FLING_SPEED);
  /packages/apps/Launcher2/src/com/android/launcher2/
InfoDropTarget.java 104 // Hide this button unless we are dragging something from AllApps
  /packages/apps/Launcher3/res/layout-port/
launcher.xml 60 we go into AllApps -->
  /packages/apps/Launcher3/res/layout-sw720dp/
launcher.xml 63 we go into AllApps -->
  /packages/apps/Launcher3/res/values/
styles.xml 42 <style name="Icon.AllApps">
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherCallbacks.java 10 import com.android.launcher3.allapps.AllAppsSearchBarController;
  /frameworks/base/docs/html-intl/intl/ja/distribute/googleplay/
developer-console.jd 12 <li><a href="#allapps">???????</a></li>
43 <h2 id="allapps">
  /frameworks/base/docs/html-intl/intl/zh-cn/distribute/googleplay/
developer-console.jd 12 <li><a href="#allapps">????</a></li>
47 <h2 id="allapps">

Completed in 281 milliseconds

1 2 3