Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/app/
DGameServiceProviderSelectorImpl.java151 AttributeSet attributeSet = Xml.asAttributeSet(parser); in determineGameSessionServiceFromGameService() local
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DIllustrationPreferenceTest.java99 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java123 AttributeSet attributeSet = Xml.asAttributeSet(parser); in parseBenchmarkGroup() local
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { in MyGLSurfaceView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java115 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel()
/frameworks/base/core/java/android/window/
DSplashScreenView.java393 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java209 XmlPullParser parser, AttributeSet attributeSet) in createStateListAnimatorFromXml()