OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animResId
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
PipOnboardingActivity.java
77
private Animator loadAnimator(int viewResId, int
animResId
) {
78
Animator animator = AnimatorInflater.loadAnimator(this,
animResId
);
/frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java
399
final int
animResId
= a.getResourceId(
401
if (
animResId
!= 0) {
405
res, theme,
animResId
, pathErrorScale);
414
state.addPendingAnimator(
animResId
, pathErrorScale, target);
709
public final int
animResId
;
713
public PendingAnimator(int
animResId
, float pathErrorScale, String target) {
714
this.
animResId
=
animResId
;
720
return AnimatorInflater.loadAnimator(res, theme,
animResId
, pathErrorScale);
[
all
...]
Completed in 52 milliseconds