Home
last modified time | relevance | path

Searched defs:float (Results 1 – 9 of 9) sorted by relevance

/packages/wallpapers/NoiseField/src/com/android/noisefield/
Dnoisefield.rs59 static float g3[B + B + 2][3]; variable
60 static float g2[B + B + 2][2]; constant
61 static float g1[B + B + 2]; constant
64 static float touchInfluence = 0; constant
66 static float touchX = 0; constant
67 static float touchY = 0; variable
69 static float noise_sCurve(float t) { variable
118 static float noisef2(float x, float y) { variable
/packages/wallpapers/PhaseBeam/src/com/android/phasebeam/
Dphasebeam.rs49 static float screenWidth; constant
50 static float screenHeight; constant
51 static float halfScreenWidth; constant
52 static float quarterScreenWidth; constant
53 static float quarterScreenHeight; variable
54 static float halfScreenHeight; variable
56 static float newOffset = 0.5; variable
57 static float oldOffset = 0.5; variable
/packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
Dholo_spiral.rs71 static float lastTime; variable
72 static float gInnerRotateAngle; constant
73 static float gOuterRotateAngle; constant
74 static float gWidth; variable
75 static float gHeight; constant
77 static float modulo360(float val) { constant
/packages/wallpapers/Galaxy4/src/com/android/galaxy4/
Dgalaxy.rs44 static float screenWidth; constant
45 static float screenHeight; constant
57 static float randomGauss() { constant
72 static float mapf(float minStart, float minStop, float maxStart, float maxStop, float value) { variable
/packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
Dclouds.rs94 static float xshift[5]; constant
95 static float rotation[5]; constant
96 static float scale[5]; constant
97 static float alphafactor; constant
100 static float timedelta; constant
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
Dvignette.rs35 static const float Rf = 0.2999f; constant
36 static const float Gf = 0.587f; constant
37 static const float Bf = 0.114f; constant
Dgrad.rs24 static const float Rf = 0.2999f; constant
25 static const float Gf = 0.587f; constant
26 static const float Bf = 0.114f; constant
Dsaturation.rs27 static const float Rf = 0.2999f; constant
28 static const float Gf = 0.587f; constant
29 static const float Bf = 0.114f; constant
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
Dwaveform.rs55 static float idle[8192]; constant