Home
last modified time | relevance | path

Searched defs:attributeSet (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceProviderSelectorImpl.java151 AttributeSet attributeSet = Xml.asAttributeSet(parser); in determineGameSessionServiceFromGameService() local
H A DGameManagerService.java550 final AttributeSet attributeSet = Xml.asAttributeSet(parser); in parseInterventionFromXml() local
/aosp14/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DIllustrationPreferenceTest.java85 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
/aosp14/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
H A DBenchmarkRegistry.java123 AttributeSet attributeSet = Xml.asAttributeSet(parser); in parseBenchmarkGroup() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java115 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel()
/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java380 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView()
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java209 XmlPullParser parser, AttributeSet attributeSet) in createStateListAnimatorFromXml()