HomeSort by relevance Sort by last modified time
    Searched full:floatrange (Results 1 - 25 of 216) sorted by null

1 2 3 4 5 6 7 8 9

  /external/deqp/modules/gles2/functional/
es2fImplementationLimitTests.cpp 63 struct FloatRange
67 FloatRange (float min_, float max_) : min(min_), max(max_) {}
70 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << ", " << range.max; }
113 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param)
117 return FloatRange(v[0], v[1]);
135 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported)
198 LIMIT_CASE(aliased_point_size_range, GL_ALIASED_POINT_SIZE_RANGE, FloatRange, FloatRange(1,1))
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/util/
FloatRange.java 21 public class FloatRange {
25 public FloatRange() { }
27 public FloatRange(float s, float e) {
  /frameworks/base/core/java/com/android/internal/graphics/palette/
Target.java 35 import android.annotation.FloatRange;
154 @FloatRange(from = 0, to = 1)
162 @FloatRange(from = 0, to = 1)
170 @FloatRange(from = 0, to = 1)
178 @FloatRange(from = 0, to = 1)
186 @FloatRange(from = 0, to = 1)
194 @FloatRange(from = 0, to = 1)
323 public Target.Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) {
331 public Target.Builder setTargetSaturation(@FloatRange(from = 0, to = 1) float value) {
339 public Target.Builder setMaximumSaturation(@FloatRange(from = 0, to = 1) float value)
    [all...]
  /frameworks/support/palette/src/main/java/androidx/palette/graphics/
Target.java 19 import androidx.annotation.FloatRange;
137 @FloatRange(from = 0, to = 1)
145 @FloatRange(from = 0, to = 1)
153 @FloatRange(from = 0, to = 1)
161 @FloatRange(from = 0, to = 1)
169 @FloatRange(from = 0, to = 1)
177 @FloatRange(from = 0, to = 1)
307 public Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) {
316 public Builder setTargetSaturation(@FloatRange(from = 0, to = 1) float value) {
325 public Builder setMaximumSaturation(@FloatRange(from = 0, to = 1) float value)
    [all...]
  /packages/apps/Dialer/java/com/android/incallui/
AnswerScreenPresenterStub.java 19 import android.support.annotation.FloatRange;
50 public void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress) {}
  /packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
AnswerMethodHolder.java 19 import android.support.annotation.FloatRange;
30 void onAnswerProgressUpdate(@FloatRange(from = -1f, to = 1f) float answerProgress);
  /frameworks/base/core/java/android/annotation/
FloatRange.java 32 * &#64;FloatRange(from=0.0,to=1.0)
42 public @interface FloatRange {
  /frameworks/support/annotations/src/main/java/androidx/annotation/
FloatRange.java 33 * &#64;FloatRange(from=0.0,to=1.0)
41 public @interface FloatRange {
  /packages/apps/Dialer/java/com/android/incallui/answer/protocol/
AnswerScreenDelegate.java 19 import android.support.annotation.FloatRange;
47 void updateWindowBackgroundColor(@FloatRange(from = -1f, to = 1.0f) float progress);
  /external/deqp/modules/gles3/functional/
es3fImplementationLimitTests.cpp 72 struct FloatRange
76 FloatRange (float min_, float max_) : min(min_), max(max_) {}
79 std::ostream& operator<< (std::ostream& str, const FloatRange& range) { return str << range.min << ", " << range.max; }
146 FloatRange query<FloatRange> (const glw::Functions& gl, deUint32 param)
150 return FloatRange(v[0], v[1]);
174 bool compare<FloatRange> (const FloatRange& min, const FloatRange& reported)
221 template <> struct QueryTypeTraits<FloatRange> { enum { CLASS = CLASS_RANGE }; }
    [all...]
  /frameworks/base/core/java/android/text/style/
RelativeSizeSpan.java 19 import android.annotation.FloatRange;
46 public RelativeSizeSpan(@FloatRange(from = 0) float proportion) {
ScaleXSpan.java 19 import android.annotation.FloatRange;
49 public ScaleXSpan(@FloatRange(from = 0) float proportion) {
  /frameworks/support/compat/src/main/java/androidx/core/graphics/
PathUtils.java 22 import androidx.annotation.FloatRange;
59 @FloatRange(from = 0) final float error) {
  /frameworks/base/core/java/com/android/internal/graphics/
ColorUtils.java 20 import android.annotation.FloatRange;
76 @FloatRange(from = 0.0, to = 1.0)
453 public static void XYZToLAB(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x,
454 @FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_Y) double y,
455 @FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_Z) double z,
485 public static void LABToXYZ(@FloatRange(from = 0f, to = 100) final double l,
486 @FloatRange(from = -128, to = 127) final double a,
487 @FloatRange(from = -128, to = 127) final double b,
517 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x,
518 @FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_Y) double y
    [all...]
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.0/
support-annotations-22.2.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/22.2.1/
support-annotations-22.2.1-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.0/
support-annotations-23.0.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.0.1/
support-annotations-23.0.1-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.0/
support-annotations-23.1.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.1.1/
support-annotations-23.1.1-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.0/
support-annotations-23.2.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.2.1/
support-annotations-23.2.1-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.3.0/
support-annotations-23.3.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/23.4.0/
support-annotations-23.4.0-sources.jar 
  /prebuilts/maven_repo/android/com/android/support/support-annotations/24.0.0-alpha1/
support-annotations-24.0.0-alpha1-sources.jar 

Completed in 856 milliseconds

1 2 3 4 5 6 7 8 9