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

  /frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
KeyguardWidgetFrame.java 61 private int mForegroundAlpha = 0;
214 mGradientPaint.setAlpha(mForegroundAlpha);
497 mForegroundAlpha = (int) Math.round((0.5f * r * 255));
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 96 private int mForegroundAlpha = 0;
361 mForegroundAlpha = (int) Math.round((r * 255));
362 mOverScrollForegroundDrawable.setAlpha(mForegroundAlpha);
546 if (mForegroundAlpha > 0) {
    [all...]

Completed in 133 milliseconds