OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sSetConstantStateMethod
(Results
1 - 2
of
2
) sorted by null
/frameworks/support/design/src/android/support/design/widget/
DrawableUtils.java
34
private static Method
sSetConstantStateMethod
;
49
sSetConstantStateMethod
= DrawableContainer.class.getDeclaredMethod(
51
sSetConstantStateMethod
.setAccessible(true);
57
if (
sSetConstantStateMethod
!= null) {
59
sSetConstantStateMethod
.invoke(drawable, constantState);
/prebuilts/sdk/current/support/design/libs/
android-support-design.jar
Completed in 43 milliseconds