Home
last modified time | relevance | path

Searched refs:cur (Results 1 – 4 of 4) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DWindowSurface.java109 float adjDelta(float cur, float minStep, float maxStep) { in adjDelta() argument
110 cur += (Math.random()*minStep) - (minStep/2); in adjDelta()
111 if (cur < 0 && cur > -minStep) cur = -minStep; in adjDelta()
112 if (cur >= 0 && cur < minStep) cur = minStep; in adjDelta()
113 if (cur > maxStep) cur = maxStep; in adjDelta()
114 if (cur < -maxStep) cur = -maxStep; in adjDelta()
115 return cur; in adjDelta()
/development/vndk/tools/sourcedr/ninja/
Dlist_source_file.py54 cur = stack.pop()
56 if not out_dir_pattern.match(cur):
57 source_files.append(cur)
59 build = graph.get(cur)
/development/vndk/tools/header-checker/tests/input/
Dexample1.h77 StackNode<T>* cur = head_; in pop() local
78 head_ = cur->next_; in pop()
79 T res = static_cast<T&&>(cur->value_); in pop()
80 delete cur; in pop() local
/development/samples/training/NavigationDrawer/libs/
Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...