OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hashoneycomb
(Results
1 - 12
of
12
) sorted by null
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
Utils.java
44
if (Utils.
hasHoneycomb
()) {
65
public static boolean
hasHoneycomb
() {
ImageResizer.java
127
if (Utils.
hasHoneycomb
()) {
158
if (Utils.
hasHoneycomb
()) {
192
if (Utils.
hasHoneycomb
()) {
ImageCache.java
134
if (Utils.
hasHoneycomb
()) {
153
if (Utils.
hasHoneycomb
()) {
ImageWorker.java
288
if (Utils.
hasHoneycomb
()) {
AsyncTask.java
227
public static final Executor SERIAL_EXECUTOR = Utils.
hasHoneycomb
() ? new SerialExecutor() :
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
Utils.java
56
if (Utils.
hasHoneycomb
()) {
84
public static boolean
hasHoneycomb
() {
/development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactDetailActivity.java
51
if (Utils.
hasHoneycomb
()) {
ContactsListFragment.java
327
if (Utils.
hasHoneycomb
()) {
443
if (!Utils.
hasHoneycomb
()) {
585
if (Utils.
hasHoneycomb
()) {
[
all
...]
ContactDetailFragment.java
141
if (Utils.
hasHoneycomb
()) {
652
Utils.
hasHoneycomb
() ? Contacts.DISPLAY_NAME_PRIMARY : Contacts.DISPLAY_NAME,
/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/ui/
ImageDetailFragment.java
93
if (OnClickListener.class.isInstance(getActivity()) && Utils.
hasHoneycomb
()) {
ImageDetailActivity.java
95
if (Utils.
hasHoneycomb
()) {
/frameworks/base/docs/html/training/displaying-bitmaps/
manage-memory.jd
179
if (Utils.
hasHoneycomb
()) {
195
if (Utils.
hasHoneycomb
()) {
220
if (Utils.
hasHoneycomb
()) {
Completed in 171 milliseconds