Searched defs:LINEAR (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DInterpolators.java35 public static final Interpolator LINEAR = new LinearInterpolator(); field in class:Interpolators
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dcommon_defs.h32 enum KernelType { LINEAR, POLY, RBF }; enumerator in enum:learning_stochastic_linear::KernelType
/frameworks/base/rs/java/android/renderscript/
H A DSampler.java32 LINEAR (1), enum constant in enum:Sampler.Value
129 b.setMinification(Value.LINEAR);
130 b.setMagnification(Value.LINEAR);
154 b.setMagnification(Value.LINEAR);
201 b.setMinification(Value.LINEAR);
202 b.setMagnification(Value.LINEAR);
226 b.setMagnification(Value.LINEAR);
273 b.setMinification(Value.LINEAR);
274 b.setMagnification(Value.LINEAR);
298 b.setMagnification(Value.LINEAR);
[all...]
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DSampler.java45 LINEAR (1), enum constant in enum:Sampler.Value
135 b.setMinification(Value.LINEAR);
136 b.setMagnification(Value.LINEAR);
156 b.setMagnification(Value.LINEAR);
195 b.setMinification(Value.LINEAR);
196 b.setMagnification(Value.LINEAR);
216 b.setMagnification(Value.LINEAR);
255 b.setMinification(Value.LINEAR);
256 b.setMagnification(Value.LINEAR);
289 v == Value.LINEAR ||
[all...]

Completed in 148 milliseconds