OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs: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);
/prebuilts/sdk/tools/lib/
lint_api.jar
Completed in 261 milliseconds