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

1 2 3 4 5 6 7 8 91011

  /development/samples/browseable/Notifications/
_index.jd 11 notifications are displayed, both in a phone\'s notification shade and on the wearable.
  /external/okhttp/samples/static-server/
pom.xml 28 <artifactId>maven-shade-plugin</artifactId>
34 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
54 <goals><goal>shade</goal></goals>
  /frameworks/base/core/res/res/values/
colors_holo.xml 53 <!-- A light Holo shade of blue -->
55 <!-- A light Holo shade of gray -->
57 <!-- A light Holo shade of green -->
59 <!-- A light Holo shade of red -->
61 <!-- A dark Holo shade of blue -->
63 <!-- A dark Holo shade of green -->
65 <!-- A dark Holo shade of red -->
67 <!-- A Holo shade of purple -->
69 <!-- A light Holo shade of orange -->
71 <!-- A dark Holo shade of orange --
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
StatusBarState.java 25 * The status bar is in the "normal" shade mode.
27 public static final int SHADE = 0;
36 * dismissing the shade will still show the bouncer.
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Vignette.java 36 private float shade = 0.5f; field in class:Vignette
51 t.setText("Shade");
80 shade = progress / 100.0f;
102 center_y, scale, shade, slope); local
107 center_y, scale, shade, slope); local
112 scale, shade, slope); local
117 scale, shade, slope); local
vignette.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
vignette_approx.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Vignette.java 32 private float shade = 0.5f; field in class:Vignette
47 t.setText("Shade");
77 shade = progress / 100.0f;
104 center_y, scale, shade, slope); local
109 center_y, scale, shade, slope); local
114 scale, shade, slope); local
119 scale, shade, slope); local
vignette.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
vignette_approx.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Vignette.java 32 private float shade = 0.5f; field in class:Vignette
47 t.setText("Shade");
77 shade = progress / 100.0f;
104 center_y, scale, shade, slope); local
109 center_y, scale, shade, slope); local
114 scale, shade, slope); local
119 scale, shade, slope); local
vignette.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
vignette_approx.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
53 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
  /external/okhttp/okio/benchmarks/
pom.xml 43 <artifactId>maven-shade-plugin</artifactId>
49 <goal>shade</goal>
54 <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer">
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
EventLogConstants.java 25 /** The user swiped down on the lockscreen, going to the full shade. */
39 /** The user swiped down to open quick settings, from shade. */
41 /** The user tapped on the status bar to open quick settings, from shade. */
  /system/core/libpixelflinger/
scanline.cpp 656 r = (xs * c->shade.drdx) + ci.ydrdy;
657 g = (xs * c->shade.dgdx) + ci.ydgdy;
658 b = (xs * c->shade.dbdx) + ci.ydbdy;
659 a = (xs * c->shade.dadx) + ci.ydady;
660 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
661 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
662 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
663 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);
672 GGLfixed z = (xs * c->shade.dzdx) + ci.ydzdy;
673 GGLfixed f = (xs * c->shade.dfdx) + ci.ydfdy
    [all...]
pixelflinger.cpp 221 c->shade.r0 = gglFixedToIteratedColor(color[0]);
222 c->shade.g0 = gglFixedToIteratedColor(color[1]);
223 c->shade.b0 = gglFixedToIteratedColor(color[2]);
224 c->shade.a0 = gglFixedToIteratedColor(color[3]);
235 c->shade.r0 = grad[ 0] + round;
236 c->shade.drdx = grad[ 1];
237 c->shade.drdy = grad[ 2];
238 c->shade.g0 = grad[ 3] + round;
239 c->shade.dgdx = grad[ 4];
240 c->shade.dgdy = grad[ 5]
    [all...]
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeTransitionView.java 117 * Updates the size and shape of the shade
310 * Snaps the shade to position at the end of a gesture.
333 * Snaps the shade to a given scroll distance and sets the icon alpha. If the shade
338 * @param snapToFullScreen whether this snap animation snaps the shade to full screen
382 * Set the states for the animation that pulls up a shade with given shade color.
384 * @param shadeColorId color id of the shade that will be pulled up
385 * @param iconId id of the icon that will appear on top the shade
395 * Set the states for the animation that pulls down a shade with given shade color
    [all...]
  /frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
vignette_approx_f.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
52 const float lumen = opp_shade + shade * half_recip(1.f + sloped_neg_range * native_exp(sloped_dist_ratio));
vignette_f.rsh 18 static float sloped_neg_range, sloped_inv_max_dist, shade, opp_shade;
43 shade = desired_shade;
52 const float lumen = opp_shade + shade / ( 1.0f + sloped_neg_range * exp(sloped_dist_ratio) );
  /packages/services/Telecomm/src/com/android/server/telecom/
TelecomBroadcastIntentProcessor.java 53 // Close the notification shade and the notification itself.
63 // Close the notification shade and the notification itself.
79 * Closes open system dialogs and the notification shade.
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.1.201405082137/
org.jacoco.ant-0.7.1.201405082137.pom 53 <artifactId>maven-shade-plugin</artifactId>
58 <goal>shade</goal>
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.3.201501221555/
org.jacoco.ant-0.7.3.201501221555.pom 53 <artifactId>maven-shade-plugin</artifactId>
58 <goal>shade</goal>
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.ant/0.7.4.201502262128/
org.jacoco.ant-0.7.4.201502262128.pom 53 <artifactId>maven-shade-plugin</artifactId>
58 <goal>shade</goal>
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.5/
plexus-utils-1.5.5.pom 67 <artifactId>maven-shade-plugin</artifactId>
71 <id>shade</id>
73 <goal>shade</goal>

Completed in 456 milliseconds

1 2 3 4 5 6 7 8 91011