Searched refs:getTheme (Results 1 – 12 of 12) sorted by relevance
114 theme = defaultThemeSupplier.getTheme(); in resolve()267 String getTheme(); in getTheme() method
177 .getTheme() in obtainStyledAttributes_shouldCheckXmlFirst_fromAttributeSetBuilder()206 .getTheme() in obtainStyledAttributesShouldCheckXmlFirst_andFollowReferences()
85 public int getTheme() { in getTheme() method in ButtonItem
114 TypedArray a = context.getTheme().obtainStyledAttributes(attrs, in AspectRatioFrameLayout()
100 .getTheme() in TrackSelectionView()
267 context.getTheme().obtainStyledAttributes(timebarAttrs, R.styleable.DefaultTimeBar, 0, 0); in DefaultTimeBar()
350 .getTheme() in PlayerControlView()
377 TypedArray a = context.getTheme().obtainStyledAttributes(attrs, R.styleable.PlayerView, 0, 0); in PlayerView()
116 this.partnerTheme = this.footerButton.getTheme(); in Builder()
124 public int getTheme() { in getTheme() method in FooterButton
426 int overrideTheme = footerButton.getTheme();429 if (footerButton.getTheme() == 0 || applyPartnerResources) {
84 public Resources.Theme getTheme() { in getTheme() method in MockContext.MockContext2