OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gradient_size
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Gradient_Delegate.java
77
private final static int
GRADIENT_SIZE
= 100;
103
mGradient = new int[
GRADIENT_SIZE
+1];
107
for (int i = 0 ; i <=
GRADIENT_SIZE
; i++) {
109
float currentPos = (float)i/
GRADIENT_SIZE
;
187
int index = (int)((pos *
GRADIENT_SIZE
) + .5);
/external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.cc
999
int
gradient_size
;
local
1002
"frame-gradient-size", &
gradient_size
,
local
[
all
...]
Completed in 448 milliseconds