OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ICONS
(Results
1 - 4
of
4
) sorted by null
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile
5
ICONS
:= $(addsuffix .png, $(foreach name, $(NAMES), $(foreach size, $(SIZES), $(size)/$(name))))
6
ICONS
+= $(addsuffix .xpm, $(NAMES))
8
all: $(
ICONS
)
/frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java
37
private static final int[]
ICONS
= new int[] {
81
Notification notification = new Notification(
ICONS
[mRandom.nextInt(
ICONS
.length)], text,
/sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
Category.java
162
/** Issues related to
icons
*/
163
public static final Category
ICONS
= Category.create(USABILITY, "
Icons
", null, 73);
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java
74
* Checks for common icon problems, such as wrong icon sizes, placing
icons
in the
113
"Ensures that launcher
icons
, notification
icons
etc have the correct size",
114
"There are predefined sizes (for each density) for launcher
icons
. You " +
115
"should follow these conventions to make sure your
icons
fit in with the " +
117
Category.
ICONS
,
130
"Ensures that
icons
across densities provide roughly the same density-independent size",
131
"Checks the all
icons
which are provided in multiple densities, all compute to " +
133
"images are either placed in the wrong folder, or
icons
are changed to new sizes " +
135
Category.
ICONS
,
[
all
...]
Completed in 1060 milliseconds