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

  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java 59 private int mForegroundAlpha = 0;
216 mGradientPaint.setAlpha(mForegroundAlpha);
487 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...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 93 private int mForegroundAlpha = 0;
348 mForegroundAlpha = (int) Math.round((r * 255));
349 mOverScrollForegroundDrawable.setAlpha(mForegroundAlpha);
519 if (mForegroundAlpha > 0) {
    [all...]

Completed in 310 milliseconds