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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationLinearLayout.java 78 final int glowHeight = glow.getIntrinsicHeight();
88 child.getRight() - padding.right, childBottom + glowHeight);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeEffect.java 313 final int glowHeight = mGlow.getIntrinsicHeight();
319 glowHeight * mGlowScaleY * glowHeight/ glowWidth * 0.6f,
320 glowHeight * MAX_GLOW_HEIGHT);

Completed in 90 milliseconds