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

  /frameworks/base/graphics/java/android/graphics/drawable/
RippleBackground.java 90 // Linear enter based on current opacity.
94 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 1); local
95 opacity.setAutoCancel(true);
96 opacity.setDuration(duration);
97 opacity.setInterpolator(LINEAR_INTERPOLATOR);
99 return opacity;
107 final ObjectAnimator exit = ObjectAnimator.ofFloat(this, RippleBackground.OPACITY, 0);
114 // Linear "fast" enter based on current opacity.
118 final ObjectAnimator enter = ObjectAnimator.ofFloat(this, RippleBackground.OPACITY, 1)
    [all...]
RippleForeground.java 185 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 1); local
186 opacity.setAutoCancel(true);
187 opacity.setDuration(OPACITY_ENTER_DURATION_FAST);
188 opacity.setInterpolator(LINEAR_INTERPOLATOR);
191 set.play(tweenOrigin).with(tweenRadius).with(opacity);
254 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 0); local
255 opacity.setAutoCancel(true);
256 opacity.setDuration(opacityDuration)
306 final RenderNodeAnimator opacity = new RenderNodeAnimator(mPropPaint, local
    [all...]
  /external/opencv3/modules/viz/include/opencv2/viz/
widgets.hpp 64 OPACITY,
111 - **OPACITY**
136 - **OPACITY**
    [all...]
  /packages/apps/Settings/src/com/android/settings/sim/
SimDialogActivity.java 279 private final float OPACITY = 0.54f;
317 holder.icon.setAlpha(OPACITY);
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 

Completed in 82 milliseconds