HomeSort by relevance Sort by last modified time
    Searched full:icon (Results 326 - 350 of 1136) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/res/layout-finger/
dialpad_chooser_list_item.xml 23 <ImageView android:id="@+id/icon"
  /packages/apps/Email/res/xml/
authenticator.xml 25 android:icon="@drawable/ic_exchange_selected"
authenticator_alternate.xml 27 android:icon="@drawable/ic_exchange_selected"
  /packages/apps/Mms/res/layout/
delivery_report_header.xml 27 <ImageView android:id="@+id/icon"
icon_list_item.xml 30 <ImageView android:id="@+id/icon"
  /packages/apps/Music/res/layout-finger/
edit_track_list_item.xml 35 android:ignoreGravity="@+id/icon">
track_list_item_child.xml 24 android:ignoreGravity="@+id/icon">
track_list_item_group.xml 23 android:ignoreGravity="@+id/icon"
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 53 * Creates a new icon loader.
96 Log.w(TAG, "Icon resource not found: " + drawableId);
142 Log.e(TAG, "Error closing icon stream for " + uri, ex);
147 Log.w(TAG, "Icon not found: " + uri + ", " + fnfe.getMessage());
  /packages/apps/QuickSearchBox/tests/partial/res/xml/
searchable.xml 18 android:icon="@android:drawable/sym_def_app_icon"
  /packages/apps/QuickSearchBox/tests/slow/res/xml/
searchable.xml 18 android:icon="@android:drawable/sym_def_app_icon"
  /packages/apps/QuickSearchBox/tests/spammy/res/xml/
searchable.xml 18 android:icon="@android:drawable/sym_def_app_icon"
  /packages/apps/Settings/res/layout/
bookmark_picker_item.xml 26 <ImageView android:id="@+id/icon"
locale_picker_item.xml 25 <ImageView android:id="@+id/icon"
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 118 ImageView icon; field in class:DeviceAdminSettings.ViewHolder
169 h.icon = (ImageView)v.findViewById(R.id.icon);
180 vh.icon.setImageDrawable(item.loadIcon(getPackageManager()));
IconPreferenceScreen.java 46 ImageView imageView = (ImageView) view.findViewById(R.id.icon);
  /packages/apps/Stk/res/layout/
stk_event_msg.xml 27 <ImageView android:id="@android:id/icon"
stk_menu_item.xml 25 android:id="@+id/icon"
stk_tone_dialog.xml 28 android:id="@+id/icon"
  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 34 // make sure the app icon is removed every time the device boots.
  /packages/providers/ApplicationsProvider/res/xml/
searchable.xml 18 android:icon="@android:drawable/sym_def_app_icon"
  /external/webkit/WebCore/platform/win/
CursorWin.cpp 111 ICONINFO icon = {0}; local
112 icon.fIcon = FALSE;
113 icon.xHotspot = hotspot.x();
114 icon.yHotspot = hotspot.y();
115 icon.hbmMask = andMask.get();
116 icon.hbmColor = xorMask.get();
117 m_impl = SharedCursor::create(CreateIconIndirect(&icon));
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
GlobalActions.java 390 ImageView icon = (ImageView) v.findViewById(R.id.icon); local
395 icon.setImageDrawable(context.getResources().getDrawable(mIconResId));
403 * A toggle action knows whether it is on or off, and displays an icon
435 * @param enabledIconResId The icon for when this action is on.
436 * @param disabledIconResid The icon for when this action is off.
470 ImageView icon = (ImageView) v.findViewById(R.id.icon); local
477 icon.setImageDrawable(context.getResources().getDrawable(
485 icon.setEnabled(enabled)
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
SoftKeyboardView.java 257 Drawable icon = mSoftKeyDown.getKeyIcon(); local
258 if (null != icon) {
259 mBalloonOnKey.setBalloonConfig(icon, desired_width,
457 Drawable icon = keyIcon; local
458 int marginLeft = (softKey.width() - icon.getIntrinsicWidth()) / 2;
459 int marginRight = softKey.width() - icon.getIntrinsicWidth()
461 int marginTop = (softKey.height() - icon.getIntrinsicHeight()) / 2;
462 int marginBottom = softKey.height() - icon.getIntrinsicHeight()
464 icon.setBounds(softKey.mLeft + marginLeft,
467 icon.draw(canvas)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
StatusBarNotifications.java 167 // Set the icon, scrolling text and timestamp
194 // the icon for the status bar
195 notif.icon = moodId;
200 contentView.setImageViewResource(R.id.icon, moodId);
220 R.drawable.stat_happy, // the icon for the status bar

Completed in 1217 milliseconds

<<11121314151617181920>>