Lines Matching refs:attr

57  * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidanceEntryAnimation
58 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepEntryAnimation
59 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepExitAnimation
60 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepReentryAnimation
61 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidedStepReturnAnimation
62 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidanceContainerStyle
63 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidanceTitleStyle
64 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidanceDescriptionStyle
65 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidanceBreadcrumbStyle
66 * @attr ref android.support.v17.leanback.R.styleable#LeanbackGuidedStepTheme_guidanceIconStyle
227 addAnimator(animators, mTitleView, R.attr.guidanceEntryAnimation);
228 addAnimator(animators, mBreadcrumbView, R.attr.guidanceEntryAnimation);
229 addAnimator(animators, mDescriptionView, R.attr.guidanceEntryAnimation);
230 addAnimator(animators, mIconView, R.attr.guidanceEntryAnimation);
244 addAnimator(animators, mTitleView, R.attr.guidedStepEntryAnimation);
245 addAnimator(animators, mBreadcrumbView, R.attr.guidedStepEntryAnimation);
246 addAnimator(animators, mDescriptionView, R.attr.guidedStepEntryAnimation);
247 addAnimator(animators, mIconView, R.attr.guidedStepEntryAnimation);
255 addAnimator(animators, mTitleView, R.attr.guidedStepExitAnimation);
256 addAnimator(animators, mBreadcrumbView, R.attr.guidedStepExitAnimation);
257 addAnimator(animators, mDescriptionView, R.attr.guidedStepExitAnimation);
258 addAnimator(animators, mIconView, R.attr.guidedStepExitAnimation);
266 addAnimator(animators, mTitleView, R.attr.guidedStepReentryAnimation);
267 addAnimator(animators, mBreadcrumbView, R.attr.guidedStepReentryAnimation);
268 addAnimator(animators, mDescriptionView, R.attr.guidedStepReentryAnimation);
269 addAnimator(animators, mIconView, R.attr.guidedStepReentryAnimation);
277 addAnimator(animators, mTitleView, R.attr.guidedStepReturnAnimation);
278 addAnimator(animators, mBreadcrumbView, R.attr.guidedStepReturnAnimation);
279 addAnimator(animators, mDescriptionView, R.attr.guidedStepReturnAnimation);
280 addAnimator(animators, mIconView, R.attr.guidedStepReturnAnimation);