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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
Interpolators.java 33 public static final Interpolator ALPHA_IN = new PathInterpolator(0.4f, 0f, 1f, 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,
169 - **ALPHA_IN**
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java 497 public static final Interpolator ALPHA_IN = Interpolators.ALPHA_IN;
    [all...]

Completed in 448 milliseconds