Searched refs:reveal (Results 1 – 6 of 6) sorted by relevance
30 * while the reveal > per85, it shows the luminance image (B&W image)36 // 'lower' value represents the capped 'reveal' value to the range [0, per85]42 * - from reveal=1 to reveal=per85 => lower=per85, diffuse=luminance47 * - from reveal=per85 to reveal=0 => lower=reveal, 'diffuse' changes from luminance to color52 * - if reveal=0 => lower=0, diffuse=color image57 // Interpolate between diffuse and remaps using reveal to avoid over saturation.62 * - if reveal=1 => fadeInOpacity=063 * - from reveal=1 to reveal=per85 => 0<=fadeInOpacity<=164 * - if reveal>per85 => fadeInOpacity=1
128 float reveal = mImageRevealHelper.getReveal(); in onDrawFrame() local132 glUniform1f(mWallpaper.getHandle(ImageGLWallpaper.U_REVEAL), reveal); in onDrawFrame() local137 scaleViewport(reveal); in onDrawFrame()169 private void scaleViewport(float reveal) { in scaleViewport() argument175 float vpScaled = MathUtils.lerp(SCALE_VIEWPORT_MIN, SCALE_VIEWPORT_MAX, reveal); in scaleViewport()
227 Animator reveal = ViewAnimationUtils.createCircularReveal( in onDefocus() local229 reveal.setInterpolator(Interpolators.FAST_OUT_LINEAR_IN); in onDefocus()230 reveal.setDuration(StackStateAnimator.ANIMATION_DURATION_CLOSE_REMOTE_INPUT); in onDefocus()231 reveal.addListener(new AnimatorListenerAdapter() { in onDefocus()240 reveal.start(); in onDefocus()
124 case R.id.reveal: in changeTransitionType()
4 …test the end state of animations. Manual testing should be sufficient to reveal flaws in the en-ro…
110842 Ljava/lang/invoke/MethodHandleImpl;->reveal()Ljava/lang/invoke/MethodHandleInfo;