OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:icons
(Results
51 - 75
of
244
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
wpa_gui.pro
49
RESOURCES +=
icons
.qrc
wpagui.ui
16
<iconset resource="
icons
.qrc" >
17
<normaloff>:/
icons
/wpa_gui.svg</normaloff>:/
icons
/wpa_gui.svg</iconset>
514
<include location="
icons
.qrc" />
/packages/apps/Mms/src/com/android/mms/ui/
IconListAdapter.java
33
* An adapter to store
icons
.
AttachmentTypeSelectorAdapter.java
29
* An adapter to store
icons
and strings for attachment type list.
/packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java
88
* Add the
icons
for the supplied apk called packageName.
118
* Add and remove
icons
for this package which has been updated.
138
// Also updates existing activities with new labels/
icons
/packages/inputmethods/PinyinIME/res/xml/
skb_template1.xml
61
<!-- Default
icons
for enter key -->
65
<!-- Default
icons
for space key -->
69
<!-- Default
icons
for delete key -->
/frameworks/base/core/java/android/webkit/
WebIconDatabase.java
182
* Interface for receiving
icons
from the database.
195
* Open a the icon database and store the
icons
in the given path.
216
* Removes all the
icons
in the database.
/frameworks/base/docs/html/guide/topics/manifest/
intent-filter-element.jd
64
For more on intent filter
icons
, see
65
<a href="{@docRoot}guide/topics/manifest/manifest-intro.html#iconlabel">
Icons
and Labels</a>
90
<a href="{@docRoot}guide/topics/manifest/manifest-intro.html#iconlabel">
Icons
and Labels</a>
/frameworks/base/docs/html/intl/ja/guide/developing/
eclipse-adt.jd
239
<p>Both wizards are available via <strong>File > New</strong> and new
icons
in the main
240
Eclipse toolbar (located to the left of the Debug and Run
icons
).
241
If you do not see the new
icons
, you may need to select <strong>Window > Reset
/external/webkit/WebCore/platform/graphics/chromium/
IconChromiumWin.cpp
57
// FIXME: We can't access
icons
directly from renderer processes.
/external/webkit/WebCore/platform/image-decoders/ico/
ICOImageDecoder.cpp
145
// Larger
icons
are better.
151
// Higher bit-depth
icons
are better.
307
// Some
icons
don't have a bit depth, only a color count. Convert the
315
colorCount = 256; // Vague in the spec, needed by real-world
icons
.
/packages/apps/Contacts/tests/src/com/android/contacts/
RecentCallsListActivityTests.java
81
// References to the
icons
bitmaps used to build the list are stored in a
82
// map mIcons. The keys to retrieve the
icons
are:
192
* Get the Bitmap from the
icons
in the contacts package.
203
* Fetch all the
icons
we need in tests from the contacts app and store them in a map.
/packages/apps/IM/src/com/android/im/app/
NewChatActivity.java
274
int[]
icons
= brandingRes.getSmileyIcons();
local
288
if (
icons
[i] ==
icons
[j]) {
296
entry. put("icon",
icons
[i]);
/packages/apps/Mms/src/com/android/mms/transaction/
SmsRejectedReceiver.java
66
// TODO: need appropriate
icons
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
LocalSdkAdapter.java
22
import com.android.sdkuilib.internal.repository.
icons
.ImageFactory;
/external/bluetooth/glib/docs/reference/gio/
gio-docs.xml
84
<chapter id="
icons
">
85
<title>
Icons
</title>
/external/bluetooth/glib/gio/
gloadableicon.c
34
* @short_description: Loadable
Icons
39
* load
icons
from streams.
/external/webkit/WebCore/loader/icon/
IconDatabase.h
172
// Should be used only on the sync thread and only by the Safari 2
Icons
import procedure
197
// Record (on disk) whether or not Safari 2-style
icons
were imported (once per dataabse)
/frameworks/base/core/res/res/values/
arrays.xml
120
<!-- Do not translate. Defines the slots for the right-hand side
icons
. That is to say, the
121
icons
in the status bar that are not notifications. -->
/packages/apps/AccountsAndSyncSettings/src/com/android/settings/
AccountPreferenceBase.java
141
// TODO: place holder icon for missing account
icons
?
192
* Updates provider
icons
. Subclasses should call this in onCreate()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java
37
* Loads
icons
from other packages.
56
* @param packageName The name of the package from which the
icons
will be loaded.
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java
17
package com.android.sdkuilib.internal.repository.
icons
;
34
* An utility class to serve {@link Image} correspond to the various
icons
/packages/apps/Settings/src/com/android/settings/
ActivityPicker.java
148
ArrayList<ShortcutIconResource>
icons
=
local
151
if (labels != null &&
icons
!= null && labels.size() ==
icons
.size()) {
158
ShortcutIconResource iconResource =
icons
.get(i);
317
* Utility class to resize
icons
to match default icon size. Code is mostly
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
PaletteComposite.java
60
* - Optional: have
icons
that depict the element and/or automatically rendered
icons
64
* - Different view strategies: big icon, small
icons
, text vs no text, compact grid.
65
* - This would only be useful with meaningful
icons
. Out current 1-letter
icons
are not enough
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
CommandParamsFactory.java
44
// loading
icons
state parameters.
184
Bitmap[]
icons
= null;
local
195
icons
= (Bitmap[]) data;
197
for (Bitmap icon :
icons
) {
332
// load
icons
only when text exist.
569
// Load
icons
data if needed.
580
// Create a new array for all the
icons
(title and items).
Completed in 1144 milliseconds
1
2
3
4
5
6
7
8
9
10