HomeSort by relevance Sort by last modified time
    Searched refs:DrawableContainerState (Results 1 - 25 of 30) sorted by null

1 2

  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedStateListDrawableTest.java 33 import android.graphics.drawable.DrawableContainer.DrawableContainerState;
69 DrawableContainerState cs = (DrawableContainerState) asld.getConstantState();
90 DrawableContainerState cs = (DrawableContainerState) asld.getConstantState();
172 final DrawableContainerState cs = (DrawableContainerState) asld.getConstantState();
228 DrawableContainerState asldState = (DrawableContainerState) asld.getConstantState();
LevelListDrawableTest.java 30 import android.graphics.drawable.DrawableContainer.DrawableContainerState;
42 private DrawableContainerState mDrawableContainerState;
48 mDrawableContainerState = (DrawableContainerState) mLevelListDrawable.getConstantState();
177 assertEquals(3, ((DrawableContainerState) d1.getConstantState()).getChildCount());
178 assertEquals(2, ((DrawableContainerState) d2.getConstantState()).getChildCount());
179 assertEquals(2, ((DrawableContainerState) d3.getConstantState()).getChildCount());
DrawableContainerStateTest.java 27 import android.graphics.drawable.DrawableContainer.DrawableContainerState;
32 private DrawableContainerState mDrawableContainerState;
39 // DrawableContainerState has no public constructor. Obtain an instance through
41 // DrawableContainerState.
43 mDrawableContainerState = (DrawableContainerState) mDrawableContainer.getConstantState();
257 DrawableContainerState cs = (DrawableContainerState) dr.getConstantState();
266 DrawableContainerState cs = (DrawableContainerState) dr.getConstantState();
StateListDrawableTest.java 34 import android.graphics.drawable.DrawableContainer.DrawableContainerState;
49 private DrawableContainerState mDrawableContainerState;
55 mDrawableContainerState = (DrawableContainerState) mMockDrawable.getConstantState();
252 mDrawableContainerState = (DrawableContainerState) mMockDrawable.getConstantState();
DrawableContainerTest.java 31 import android.graphics.drawable.DrawableContainer.DrawableContainerState;
35 private DrawableContainerState mDrawableContainerState;
44 // DrawableContainerState has no public constructor. Obtain an instance through
46 // DrawableContainerState.
48 (DrawableContainerState) new LevelListDrawable().getConstantState();
82 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState());
94 DrawableContainerState cs = ((DrawableContainerState) container.getConstantState());
866 protected void setConstantState(DrawableContainerState state)
    [all...]
AnimationDrawableTest.java 31 import android.graphics.drawable.DrawableContainer.DrawableContainerState;
320 DrawableContainerState state =
321 (DrawableContainerState) dr.getConstantState();
  /frameworks/support/design/src/android/support/design/widget/
DrawableUtils.java 50 "setConstantState", DrawableContainer.DrawableContainerState.class);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
DrawableUtils.java 137 if (state instanceof DrawableContainer.DrawableContainerState) {
138 final DrawableContainer.DrawableContainerState containerState =
139 (DrawableContainer.DrawableContainerState) state;
  /frameworks/support/compat/api21/android/support/v4/graphics/drawable/
DrawableCompatLollipop.java 91 final DrawableContainer.DrawableContainerState state =
92 (DrawableContainer.DrawableContainerState) container.getConstantState();
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimationDrawable.java 381 private final static class AnimationState extends DrawableContainerState {
428 protected void setConstantState(@NonNull DrawableContainerState state) {
LevelListDrawable.java 175 private final static class LevelListState extends DrawableContainerState {
238 protected void setConstantState(@NonNull DrawableContainerState state) {
DrawableContainer.java 60 private DrawableContainerState mDrawableContainerState;
631 final DrawableContainerState clone = cloneConstantState();
645 DrawableContainerState cloneConstantState() {
664 public abstract static class DrawableContainerState extends ConstantState {
714 DrawableContainerState(DrawableContainerState orig, DrawableContainer owner,
    [all...]
StateListDrawable.java 301 static class StateListState extends DrawableContainerState {
376 protected void setConstantState(@NonNull DrawableContainerState state) {
AnimatedStateListDrawable.java 656 protected void setConstantState(@NonNull DrawableContainerState state) {
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/libgdx/backends/gdx-backend-android/libs/
android-4.4.jar 
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 

Completed in 1965 milliseconds

1 2