OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:newAlpha
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedVectorDrawableTest.java
165
int
newAlpha
= (originalAlpha + 1) % 255;
170
d1.setAlpha(
newAlpha
);
171
assertEquals(
newAlpha
, d1.getAlpha());
/external/chromium_org/third_party/skia/src/core/
SkAAClip.cpp
[
all
...]
SkDraw.cpp
[
all
...]
Completed in 3167 milliseconds