Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DIllustrationPreferenceTest.java80 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/
DInjectionInflationController.java87 @BindsInstance AttributeSet attributeSet); in build()
/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.java109 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel()
/frameworks/base/core/java/android/window/
DSplashScreenView.java373 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java206 XmlPullParser parser, AttributeSet attributeSet) in createStateListAnimatorFromXml()