OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:app_icon
(Results
51 - 75
of
75
) sorted by null
1
2
3
/external/chromium_org/ui/views/widget/desktop_aura/
desktop_native_widget_aura.h
119
const gfx::ImageSkia&
app_icon
) OVERRIDE;
desktop_root_window_host_win.h
98
const gfx::ImageSkia&
app_icon
) OVERRIDE;
desktop_root_window_host_x11.h
124
const gfx::ImageSkia&
app_icon
) OVERRIDE;
desktop_root_window_host_win.cc
403
const gfx::ImageSkia& window_icon, const gfx::ImageSkia&
app_icon
) {
404
message_handler_->SetWindowIcons(window_icon,
app_icon
);
[
all
...]
desktop_root_window_host_x11.cc
623
const gfx::ImageSkia& window_icon, const gfx::ImageSkia&
app_icon
) {
637
if (
app_icon
.HasRepresentation(1.0f))
638
SerializeImageRepresentation(
app_icon
.GetRepresentation(1.0f), &data);
[
all
...]
desktop_native_widget_aura.cc
606
const gfx::ImageSkia&
app_icon
) {
608
desktop_root_window_host_->SetWindowIcons(window_icon,
app_icon
);
[
all
...]
/external/chromium_org/ui/views/widget/
native_widget_win.h
99
const gfx::ImageSkia&
app_icon
) OVERRIDE;
native_widget_win.cc
240
const gfx::ImageSkia&
app_icon
) {
241
message_handler_->SetWindowIcons(window_icon,
app_icon
);
[
all
...]
native_widget_aura.cc
359
const gfx::ImageSkia&
app_icon
) {
[
all
...]
/packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java
292
((ImageView)view.findViewById(R.id.
app_icon
)).setImageDrawable(
InstalledAppDetails.java
561
ImageView icon = (ImageView) appSnippet.findViewById(R.id.
app_icon
);
[
all
...]
/external/chromium_org/apps/
shell_window.h
260
const gfx::Image&
app_icon
() const { return app_icon_; }
function in class:apps::ShellWindow
/external/chromium_org/chrome/browser/ui/panels/
panel.h
81
const gfx::Image&
app_icon
() const { return app_icon_; }
function in class:Panel
stacked_panel_collection.cc
155
return panels_.front()->
app_icon
();
/external/chromium_org/chrome/browser/notifications/sync_notifier/
synced_notification.cc
490
collapsed_info().simple_collapsed_layout().
app_icon
().url();
/external/chromium_org/sync/protocol/
proto_value_conversions.cc
302
SET(
app_icon
, SyncedNotificationImageToValue);
[
all
...]
/external/chromium_org/ui/views/win/
hwnd_message_handler.h
192
const gfx::ImageSkia&
app_icon
);
hwnd_message_handler.cc
892
const gfx::ImageSkia&
app_icon
) {
904
if (!
app_icon
.isNull()) {
905
HICON windows_icon = IconUtil::CreateHICONFromSkBitmap(*
app_icon
.bitmap());
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java
156
holder.iconView = (ImageView) convertView.findViewById(R.id.
app_icon
);
[
all
...]
/external/chromium/chrome/browser/tab_contents/
tab_contents.h
315
const SkBitmap&
app_icon
() const { return app_icon_; }
function in class:TabContents
319
void SetAppIcon(const SkBitmap&
app_icon
);
[
all
...]
/frameworks/base/docs/html/guide/components/
fundamentals.jd
306
<application android:icon="@drawable/
app_icon
.png" ... >
activities.jd
193
<activity android:name=".ExampleActivity" android:icon="@drawable/
app_icon
">
[
all
...]
/external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_browsertest.cc
799
LoadAndLaunchPlatformApp("
app_icon
");
[
all
...]
/packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java
381
mAppIcon = (ImageView) mAppDetail.findViewById(R.id.
app_icon
);
[
all
...]
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java
[
all
...]
Completed in 652 milliseconds
1
2
3