HomeSort by relevance Sort by last modified time
    Searched full:favorites (Results 51 - 75 of 171) sorted by null

1 23 4 5 6 7

  /packages/apps/Launcher3/src/com/android/launcher3/logging/
DumpTargetWrapper.java 78 case LauncherSettings.Favorites.ITEM_TYPE_APPLICATION:
81 case LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT:
84 case LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET:
87 case LauncherSettings.Favorites.ITEM_TYPE_DEEP_SHORTCUT:
LoggerUtils.java 130 case LauncherSettings.Favorites.ITEM_TYPE_APPLICATION:
134 case LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT:
137 case LauncherSettings.Favorites.ITEM_TYPE_FOLDER:
140 case LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET:
143 case LauncherSettings.Favorites.ITEM_TYPE_DEEP_SHORTCUT:
  /platform_testing/tests/jank/sysapp_wear/src/com/android/wearable/sysapp/janktests/
WatchFacePickerJankTest.java 52 * Test the jank by open watchface picker (favorites)
62 * Test the jank by adding watch face to favorites.
73 * Test the jank by removing watch face from favorites.
157 Log.v(TAG, "Resetting to two watchfaces in favorites ...");
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 35 * only. This layout stacks various icons in three distinct areas: the recents, the favorites
51 * favorites, the recents area is not displayed.
146 // Draw behind favorites
318 * Sets the list of favorites.
320 * @param applications the applications to put in the favorites area
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutInfo.java 26 import com.android.launcher3.LauncherSettings.Favorites;
162 itemType = LauncherSettings.Favorites.ITEM_TYPE_DEEP_SHORTCUT;
171 .put(LauncherSettings.Favorites.RESTORED, status);
231 return itemType == Favorites.ITEM_TYPE_DEEP_SHORTCUT ?
243 if (cn == null && (itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT
LauncherSettings.java 112 * Favorites.
114 public static final class Favorites implements BaseLauncherColumns {
116 public static final String TABLE_NAME = "favorites";
  /packages/apps/Launcher2/res/xml/
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
91 </favorites>
  /packages/apps/Launcher2/res/xml-sw600dp/
default_workspace.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res/com.android.launcher">
91 </favorites>
  /packages/apps/Launcher3/res/xml/
default_workspace_3x3.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
88 </favorites>
dw_tablet_hotseat.xml 17 <favorites xmlns:launcher="http://schemas.android.com/apk/res-auto/com.android.launcher3">
78 </favorites>
  /packages/apps/Launcher3/src/com/android/launcher3/util/
ContentWriter.java 100 mValues.put(LauncherSettings.Favorites.ICON, Utilities.flattenBitmap(mIcon));
116 final Uri mUri = LauncherSettings.Favorites.CONTENT_URI;
ItemInfoMatcher.java 26 import com.android.launcher3.LauncherSettings.Favorites;
129 return info.itemType == Favorites.ITEM_TYPE_DEEP_SHORTCUT &&
  /development/samples/Home/res/layout-land/
home.xml 40 <!-- Favorites and Recents -->
  /development/samples/Home/res/layout-port/
home.xml 40 <!-- Favorites and Recents -->
  /packages/apps/Dialer/java/com/android/contacts/common/res/values/
integers.xml 20 <!-- Determines the number of columns in a ContactTileRow in the favorites tab -->
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/
DynamicShortcuts.java 44 * <p>Dynamic shortcuts are refreshed whenever the dialtacts activity detects changes to favorites
45 * tiles. This class compares the newly updated favorites tiles to the existing list of (previously
49 * <p>Dynamic shortcuts should mirror (in order) the contacts displayed in the "tiled favorites" tab
51 * if the user had tapped on the contact from the tiled favorites tab. Specifically, if the user has
  /packages/apps/Dialer/java/com/android/dialer/shortcuts/res/values/
themes.xml 25 favorites tiles tab. -->
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactListAdapter.java 381 final Set<Integer> favorites = new HashSet<>(); local
382 favorites.add(cursor.getInt(ContactQuery.CONTACT_ID));
385 || favorites.contains(cursor.getInt(ContactQuery.CONTACT_ID))) {
388 favorites.add(cursor.getInt(ContactQuery.CONTACT_ID));
390 setFavoritesSectionHeader(favorites.size());
FavoritesAndContactsLoader.java 45 /** Whether to load favorites and merge results in before any other results. */
  /packages/apps/Launcher3/src/com/android/launcher3/model/
AddWorkspaceItemsTask.java 80 if (item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION ||
81 item.itemType == LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT) {
88 if (item.itemType == LauncherSettings.Favorites.ITEM_TYPE_APPLICATION) {
132 LauncherSettings.Favorites.CONTAINER_DESKTOP, screenId,
245 if (info.container == LauncherSettings.Favorites.CONTAINER_DESKTOP) {
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupUtil.java 54 + Groups.AUTO_ADD + "=0 AND " + Groups.FAVORITES + "=0";
304 public final int favorites; field in class:GroupUtil.GroupsProjection
317 favorites = cursor.getColumnIndex(Groups.FAVORITES);
332 favorites = list.indexOf(Groups.FAVORITES);
  /packages/apps/Dialer/java/com/android/dialer/main/impl/
MainActivity.java 32 /** This is the main activity for dialer. It hosts favorites, call log, search, dialpad, etc... */
  /packages/apps/Launcher2/src/com/android/launcher2/
PendingAddItemInfo.java 61 itemType = LauncherSettings.Favorites.ITEM_TYPE_APPWIDGET;
  /packages/apps/Launcher3/src/com/android/launcher3/accessibility/
ShortcutMenuAccessibilityDelegate.java 72 LauncherSettings.Favorites.CONTAINER_DESKTOP,
  /packages/apps/Launcher3/src/com/android/launcher3/discovery/
AppDiscoveryAppInfo.java 56 this.itemType = LauncherSettings.Favorites.ITEM_TYPE_SHORTCUT;

Completed in 655 milliseconds

1 23 4 5 6 7