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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Interpolators.java 34 public static final Interpolator ALPHA_OUT = new PathInterpolator(0f, 0f, 0.8f, 1f);
  /external/opencv3/modules/cudaimgproc/include/opencv2/
cudaimgproc.hpp 159 enum AlphaCompTypes { ALPHA_OVER, ALPHA_IN, ALPHA_OUT, ALPHA_ATOP, ALPHA_XOR, ALPHA_PLUS, ALPHA_OVER_PREMUL, ALPHA_IN_PREMUL, ALPHA_OUT_PREMUL,
170 - **ALPHA_OUT**
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 498 public static final Interpolator ALPHA_OUT = Interpolators.ALPHA_OUT;
    [all...]

Completed in 74 milliseconds