Searched refs:getContentAlphaProperty (Results 1 – 2 of 2) sorted by relevance
68 getContentAlphaProperty().set(mRecentsView, state.overviewUi ? 1f : 0); in setState()100 setter.setFloat(mRecentsView, getContentAlphaProperty(), toState.overviewUi ? 1 : 0, in setStateWithAnimationInternal()119 abstract FloatProperty getContentAlphaProperty(); in getContentAlphaProperty() method in BaseRecentsViewStateController
169 FloatProperty<RecentsView> getContentAlphaProperty() { in getContentAlphaProperty() method in RecentsViewStateController