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

1 2 3

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherSettings.java 127 * The container holding the favorite
138 * The screen holding the favorite (if container is CONTAINER_DESKTOP)
144 * The X coordinate of the cell holding the favorite
151 * The Y coordinate of the cell holding the favorite
158 * The X span of the cell holding the favorite
164 * The Y span of the cell holding the favorite
170 * The favorite is a user created folder
175 * The favorite is a live folder
180 * The favorite is a widget
185 * The favorite is a cloc
    [all...]
ItemInfo.java 126 Log.w("Favorite", "Could not write icon");
LauncherProvider.java 181 private static final String TAG_FAVORITE = "favorite";
623 * Loads the default set of favorite packages from an xml file.
652 TypedArray a = mContext.obtainStyledAttributes(attrs, R.styleable.Favorite);
717 Log.w(TAG, "Unable to add favorite: " + packageName +
    [all...]
Launcher.java 818 TextView favorite = (TextView) mInflater.inflate(layoutResId, parent, false); local
820 favorite.setCompoundDrawablesWithIntrinsicBounds(null,
823 favorite.setText(info.title);
824 favorite.setTag(info);
825 favorite.setOnClickListener(this);
827 return favorite;
    [all...]
  /packages/apps/Music/res/values-keyshidden/
strings.xml 22 <string name="create_playlist_create_text_prompt">Open the keyboard to give your new Playlist a name, or select Save to name it \"<xliff:g id="playlist" example="Favorite Songs">%s</xliff:g>\".</string>
27 <string name="rename_playlist_diff_prompt">Open the keyboard to give playlist \"<xliff:g id="playlist">%1$s</xliff:g>\" a new name, or select Save to name it \"<xliff:g id="name" example="Favorite Songs">%2$s</xliff:g>\".</string>
  /external/qemu/slirp/
COPYRIGHT 9 potential donation to your favorite charity. In fact, I encourage
11 favorite charity (for example, GreenPeace). This is not a requirement, but
  /external/qemu/slirp-android/
COPYRIGHT 9 potential donation to your favorite charity. In fact, I encourage
11 favorite charity (for example, GreenPeace). This is not a requirement, but
  /packages/apps/Email/res/layout/
message_list_item.xml 39 android:id="@+id/favorite"
50 android:layout_toLeftOf="@id/favorite"
message_view_header.xml 135 android:id="@+id/favorite"
  /packages/apps/Email/src/com/android/email/activity/
MessageListItem.java 29 * 2. It handles internal clicks such as the checkbox or the favorite star
90 mStarLeft = findViewById(R.id.favorite).getLeft() - starPadding;
  /external/netcat/scripts/
ncp 7 ## pick your own personal favorite port, which will be used on both ends.
  /external/proguard/docs/
screenshots.html 42 write a short configuration file using their favorite text editor and invoke
  /frameworks/base/docs/html/resources/articles/
drawable-mutations.jd 38 opaque when the user marks the book as a favorite, and translucent when the book
39 is not a favorite. To achieve this effect, you would probably write the
speech-input.jd 21 via the Android SDK. One of our favorite apps in the Market that integrates
gestures.jd 6 or slide to quickly perform actions in their favorite applications.
  /packages/apps/Launcher2/res/values/
attrs.xml 73 <declare-styleable name="Favorite">
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 275 // test setting to "favorite"
280 // test setting to "not favorite"
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/encodings/
ISO9796d1Encoding.java 14 * value. See your favorite search engine for details.
  /external/webkit/WebKit/mac/History/
WebHistoryItem.h 120 @abstract The favorite icon of the page represented by this item.
  /external/webkit/WebKit/win/Interfaces/
IWebHistoryItem.idl 119 @abstract The favorite icon of the page represented by this item.
  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 305 TextView textView = (TextView) inflater.inflate(R.layout.favorite, group, false);
  /external/dbus/
README 115 widely-used libraries (such as GTK+, Qt, Xlib, or your favorite
  /dalvik/docs/
hello-world.html 61 and then connect to it with your favorite debugger (using <code>jdb</code>
  /external/webkit/JavaScriptCore/wtf/
TCPackedCache.h 59 // favorite benchmark. Also remember not to be a pig; other
  /packages/apps/Contacts/src/com/android/contacts/
DialtactsActivity.java 38 * a tab with the favorite. This is the container and the tabs are

Completed in 2996 milliseconds

1 2 3