OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DrawableContainerState
(Results
1 - 7
of
7
) sorted by null
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
AnimatedStateListDrawableTest.java
38
import android.graphics.drawable.DrawableContainer.
DrawableContainerState
;
83
DrawableContainerState
cs = (
DrawableContainerState
) asld.getConstantState();
105
DrawableContainerState
cs = (
DrawableContainerState
) asld.getConstantState();
191
final
DrawableContainerState
cs = (
DrawableContainerState
) asld.getConstantState();
251
DrawableContainerState
asldState = (
DrawableContainerState
) asld.getConstantState();
262
DrawableContainerState
asldState = (DrawableContainerState) asld.getConstantState()
[
all
...]
LevelListDrawableTest.java
31
import android.graphics.drawable.DrawableContainer.
DrawableContainerState
;
54
private
DrawableContainerState
mDrawableContainerState;
60
mDrawableContainerState = (
DrawableContainerState
) mLevelListDrawable.getConstantState();
201
assertEquals(3, ((
DrawableContainerState
) d1.getConstantState()).getChildCount());
202
assertEquals(2, ((
DrawableContainerState
) d2.getConstantState()).getChildCount());
203
assertEquals(2, ((
DrawableContainerState
) d3.getConstantState()).getChildCount());
DrawableContainerStateTest.java
34
import android.graphics.drawable.DrawableContainer.
DrawableContainerState
;
47
private
DrawableContainerState
mDrawableContainerState;
53
//
DrawableContainerState
has no public constructor. Obtain an instance through
55
//
DrawableContainerState
.
57
mDrawableContainerState = (
DrawableContainerState
) mDrawableContainer.getConstantState();
279
DrawableContainerState
cs = (
DrawableContainerState
) dr.getConstantState();
291
DrawableContainerState
cs = (
DrawableContainerState
) dr.getConstantState();
DefaultFocusHighlightTest.java
37
import android.graphics.drawable.DrawableContainer.
DrawableContainerState
;
242
DrawableContainerState
containerState;
246
containerState = (
DrawableContainerState
) new LevelListDrawable().getConstantState();
254
containerState = (
DrawableContainerState
) new LevelListDrawable().getConstantState();
272
containerState = (
DrawableContainerState
) new LevelListDrawable().getConstantState();
354
protected void setConstantState(
DrawableContainerState
state) {
DrawableContainerTest.java
53
import android.graphics.drawable.DrawableContainer.
DrawableContainerState
;
70
private
DrawableContainerState
mDrawableContainerState;
77
//
DrawableContainerState
has no public constructor. Obtain an instance through
79
//
DrawableContainerState
.
81
(
DrawableContainerState
) new LevelListDrawable().getConstantState();
128
DrawableContainerState
cs = ((
DrawableContainerState
) container.getConstantState());
141
DrawableContainerState
cs = ((
DrawableContainerState
) container.getConstantState());
[
all
...]
AnimationDrawableTest.java
34
import android.graphics.drawable.DrawableContainer.
DrawableContainerState
;
289
DrawableContainerState
state =
290
(
DrawableContainerState
) dr.getConstantState();
StateListDrawableTest.java
35
import android.graphics.drawable.DrawableContainer.
DrawableContainerState
;
61
private
DrawableContainerState
mDrawableContainerState;
69
mDrawableContainerState = (
DrawableContainerState
) mMockDrawable.getConstantState();
285
mDrawableContainerState = (
DrawableContainerState
) mMockDrawable.getConstantState();
Completed in 88 milliseconds