OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_COLOR
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
NinePatchChunk.java
28
public static final int
NO_COLOR
= 0x00000001;
/frameworks/base/core/jni/android/graphics/
NinePatchImpl.cpp
74
if (colorHint != android::Res_png_9patch::
NO_COLOR
) {
/ndk/build/tools/
build-host-gcc.sh
148
NO_COLOR
=
149
register_var_option "--no-color"
NO_COLOR
"Don't output colored text."
293
if [ "$
NO_COLOR
" ]; then
[
all
...]
/frameworks/base/tools/aapt/
Images.cpp
392
return Res_png_9patch::
NO_COLOR
;
396
return Res_png_9patch::
NO_COLOR
;
655
NOISY(if (c != Res_png_9patch::
NO_COLOR
) hasColor = true);
[
all
...]
/frameworks/base/include/androidfw/
ResourceTypes.h
99
* will contain
NO_COLOR
. Segments that are completely transparent
127
NO_COLOR
= 0x00000001,
[
all
...]
Completed in 250 milliseconds