/external/lzma/CPP/Windows/ |
Window.h | 273 HICON SetIcon(WPARAM sizeType, HICON icon) { return (HICON)SendMessage(WM_SETICON, sizeType, (LPARAM)icon); }
|
/external/pdfium/testing/ |
embedder_test.cpp | 312 int icon) { 314 return test->delegate_->Alert(message, title, type, icon);
|
/frameworks/base/core/java/android/app/ |
ActionBar.java | 67 * <p>When using the Holo themes the action bar shows the application icon on 73 * (formerly "Home") takes over the space previously occupied by the application icon. 102 * Standard navigation mode. Consists of either a logo or icon 154 * Use logo instead of icon if available. This flag will cause appropriate 155 * navigation modes to use a wider logo in place of the standard icon. 164 * navigation elements. This includes logo and icon. 216 * Custom navigation views appear between the application icon and 230 * <p>Custom navigation views appear between the application icon and 250 * <p>Custom navigation views appear between the application icon and 266 * Set the icon to display in the 'home' section of the action bar [all...] |
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/ |
DreamBackend.java | 53 public Drawable icon; field in class:DreamBackend.DreamInfo 104 dreamInfo.icon = resolveInfo.loadIcon(pm);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
BatterySaverTile.java | 112 state.icon = ResourceIcon.get(R.drawable.ic_qs_battery_saver); 187 ((ImageView) mCurrentView.findViewById(android.R.id.icon)).setImageDrawable(mDrawable);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
KeyButtonView.java | 24 import android.graphics.drawable.Icon; 126 public void loadAsync(Icon icon) { 127 new AsyncTask<Icon, Void, Drawable>() { 129 protected Drawable doInBackground(Icon... params) { 137 }.execute(icon);
|
/frameworks/base/services/core/java/com/android/server/connectivity/ |
NetworkNotificationManager.java | 155 int icon = getIcon(transportType); local 197 .setSmallIcon(icon)
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/ |
GlifLayoutTest.java | 223 assertNotNull("GlifLayout should have icon mixin", layout.getMixin(IconMixin.class)); 284 View icon = layout.findViewById(R.id.suw_layout_icon); local 285 assertNotNull("@id/suw_layout_icon should not be null", icon);
|
/frameworks/support/compat/api20/android/support/v4/app/ |
NotificationCompatApi20.java | 60 .setSmallIcon(n.icon, n.iconLevel) 181 return actionFactory.build(action.icon, action.title, action.actionIntent,
|
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
MainActivity.java | 52 Drawable icon = ResourcesCompat.getDrawable(context.getResources(), local 54 return new Guidance(title, description, breadcrumb, icon);
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBar.java | 70 * application icon. Apps wishing to express a stronger branding should use their brand colors 100 * Standard navigation mode. Consists of either a logo or icon 151 * Use logo instead of icon if available. This flag will cause appropriate 152 * navigation modes to use a wider logo in place of the standard icon. 161 * navigation elements. This includes logo and icon. 208 * Custom navigation views appear between the application icon and 222 * <p>Custom navigation views appear between the application icon and 242 * <p>Custom navigation views appear between the application icon and 258 * Set the icon to display in the 'home' section of the action bar. 259 * The action bar will use an icon specified by its style or th [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/ |
ActionMenuItem.java | 218 public MenuItem setIcon(Drawable icon) { 219 mIconDrawable = icon;
|
MenuItemWrapperICS.java | 100 public MenuItem setIcon(Drawable icon) { 101 mWrappedObject.setIcon(icon);
|
/frameworks/support/wear/src/android/support/wear/widget/drawer/ |
WearableActionDrawerMenu.java | 270 public MenuItem setIcon(Drawable icon) { 271 mIconDrawable = icon;
|
/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
ContactGridManager.java | 51 // Row 0: [Wi-Fi icon] Calling via Starbucks Wi-Fi 52 // Row 0: [Wi-Fi icon] Starbucks Wi-Fi 64 // Row 2: [HD attempting icon]/[HD icon] 00:15 210 * <li>[Wi-Fi icon] Calling via Starbucks Wi-Fi 211 * <li>[Wi-Fi icon] Starbucks Wi-Fi 227 if (info.icon == null) { 231 connectionIconImageView.setImageDrawable(info.icon); 316 * <li>[HD attempting icon]/[HD icon] 00:1 [all...] |
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/ |
BaseModelUpdateTaskTestCase.java | 205 entry.icon = getDefaultIcon(user); 212 entry.icon = newIcon();
|
/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/ |
LauncherInstrumentationTestCase.java | 187 * Drags an icon to the center of homescreen. 189 protected void dragToWorkspace(UiObject2 icon, boolean expectedToShowShortcuts) { 190 Point center = icon.getVisibleCenter();
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/ |
AbstractConversationListActivity.java | 212 if (conversation.icon != null) { 213 avatarUri = Uri.parse(conversation.icon);
|
/packages/apps/Music/src/com/android/music/ |
MediaPickerActivity.java | 225 ImageView iv = (ImageView) v.findViewById(R.id.icon); 263 ImageView iv = (ImageView) view.findViewById(R.id.icon);
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/wear/ |
ReviewPermissionsWearFragment.java | 232 // When revoking, we set "confirm" as the negative icon to be shown at the bottom. 272 // Set icon 273 Drawable icon = mAppPermissions.getPackageInfo().applicationInfo.loadIcon( local 275 titlePref.setIcon(icon);
|
/packages/apps/Settings/src/com/android/settings/inputmethod/ |
AvailableVirtualKeyboardFragment.java | 128 drawable = loadDrawable(packageManager, packageName, si.icon, ai); 138 drawable = loadDrawable(packageManager, packageName, ai.icon, ai);
|
/packages/apps/Settings/tests/robotests/src/com/android/settings/search/ |
SearchResultsAdapterTest.java | 218 final Drawable icon = mContext.getDrawable(R.drawable.ic_search_history); local 225 .addIcon(icon)
|
/packages/apps/TV/src/com/android/tv/menu/ |
AppLinkCardView.java | 117 } else if (appInfo.icon != 0) { 209 // 1) Provided poster art image, 2) Activity banner, 3) Activity icon, 4) Application banner, 210 // 5) Application icon, and 6) default image. 228 if (banner == null && appInfo.icon != 0) {
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/ |
MoreSuggestions.java | 253 public Divider(final KeyboardParams params, final Drawable icon, final int x, 256 mIcon = icon; 261 // KeyboardIconsSet and alpha are unused. Use the icon that has been passed to the
|
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/ |
ChooserDialog.cpp | 367 HICON icon; local 376 // Set up the window icon. 378 icon = AfxGetApp()->LoadIcon( IDR_MAIN_ICON ); 379 assert( icon ); 380 if( icon ) 382 SetIcon( icon, TRUE ); // Set big icon 383 SetIcon( icon, FALSE ); // Set small icon [all...] |