Searched refs:contentAlpha (Results 1 – 4 of 4) sorted by relevance
110 protected void applyContentTransformation(float contentAlpha, float translationY) { in applyContentTransformation() argument111 super.applyContentTransformation(contentAlpha, translationY); in applyContentTransformation()112 mLabelView.setAlpha(contentAlpha); in applyContentTransformation()114 mClearAllButton.setAlpha(contentAlpha); in applyContentTransformation()
777 float contentAlpha = 1.0f - mContentTransformationAmount; in updateContentTransformation() local778 contentAlpha = Math.min(contentAlpha / 0.5f, 1.0f); in updateContentTransformation()779 contentAlpha = Interpolators.ALPHA_OUT.getInterpolation(contentAlpha); in updateContentTransformation()784 applyContentTransformation(contentAlpha, translationY); in updateContentTransformation()800 protected void applyContentTransformation(float contentAlpha, float translationY) { in applyContentTransformation() argument
544 private void setContentAlpha(float contentAlpha) { in setContentAlpha() argument547 int layerType = contentAlpha == 0.0f || contentAlpha == 1.0f ? LAYER_TYPE_NONE in setContentAlpha()551 contentView.setAlpha(contentAlpha); in setContentAlpha()553 if (contentAlpha == 1f) { in setContentAlpha()
1562 protected void applyContentTransformation(float contentAlpha, float translationY) {1563 super.applyContentTransformation(contentAlpha, translationY);1566 contentAlpha = 1.0f;1569 l.setAlpha(contentAlpha);1573 mChildrenContainer.setAlpha(contentAlpha);