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

  /frameworks/base/core/java/android/animation/
Animator.java 391 public ConstantState<Animator> createConstantState() {
StateListAnimator.java 269 public ConstantState<StateListAnimator> createConstantState() {
AnimatorInflater.java 129 final ConstantState<Animator> constantState = animator.createConstantState();
174 .createConstantState();
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 101 LayerState createConstantState(LayerState state, Resources res) {
AdaptiveIconDrawable.java 153 mLayerState = createConstantState(state, res);
175 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
857 mLayerState = createConstantState(mLayerState, null);
    [all...]
LayerDrawable.java 160 mLayerState = createConstantState(state, res);
167 LayerState createConstantState(@Nullable LayerState state, @Nullable Resources res) {
    [all...]
RippleDrawable.java 958 // LayerDrawable creates a new state using createConstantState, so
969 RippleState createConstantState(LayerState state, Resources res) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 222 milliseconds