HomeSort by relevance Sort by last modified time
    Searched refs:glow (Results 1 - 3 of 3) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationLinearLayout.java 76 final Drawable glow = mItemGlow; local
77 glow.getPadding(padding);
78 final int glowHeight = glow.getIntrinsicHeight();
87 glow.setBounds(child.getLeft() - padding.left + insetLeft, childBottom,
89 glow.draw(canvas);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 58 // level of glow for a touch, without overstretch
222 // glow if overscale
248 public void setGlow(float glow) {
249 if (!mGlowAnimationSet.isRunning() || glow == 0f) {
254 if (glow == 0f || mCurrViewTopGlow.getAlpha() == 0f) {
255 // animate glow in and out
258 mGlowTopAnimation.setFloatValues(glow);
259 mGlowBottomAnimation.setFloatValues(glow);
264 mCurrViewTopGlow.setAlpha(glow);
265 mCurrViewBottomGlow.setAlpha(glow);
    [all...]
  /packages/wallpapers/Basic/src/com/android/wallpaper/nexus/
NexusRS.java 86 mScript.set_gTGlow(loadTextureARGB(R.drawable.glow));

Completed in 455 milliseconds