Home
last modified time | relevance | path

Searched refs:attributeSet (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
DIgnorableChildLinearLayout.kt37 attributeSet: AttributeSet? = null,
40 ) : LinearLayout(context, attributeSet, defStyleAttr, defStyleRes) {
/frameworks/base/services/core/java/com/android/server/app/
DGameServiceProviderSelectorImpl.java151 AttributeSet attributeSet = Xml.asAttributeSet(parser); in determineGameSessionServiceFromGameService() local
164 TypedArray array = resources.obtainAttributes(attributeSet, in determineGameSessionServiceFromGameService()
DGameManagerService.java605 final AttributeSet attributeSet = Xml.asAttributeSet(parser); in parseInterventionFromXml() local
619 final TypedArray array = resources.obtainAttributes(attributeSet, in parseInterventionFromXml()
/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/materials/
DGlassView.kt43 class GlassView(context: Context, attributeSet: AttributeSet) : FrameLayout(context, attributeSet) {
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
DIllustrationPreferenceTest.java85 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
86 mPreference = new IllustrationPreference(mContext, attributeSet); in setUp()
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
DMyGLSurfaceView.java54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { in MyGLSurfaceView() argument
55 super(context, attributeSet); in MyGLSurfaceView()
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/registry/
DBenchmarkRegistry.java123 AttributeSet attributeSet = Xml.asAttributeSet(parser); in parseBenchmarkGroup() local
124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup()
/frameworks/layoutlib/bridge/src/android/view/
DBridgeInflater.java257 mCustomInflater = (viewName, attributeSet) -> { in createViewFromCustomInflater()
261 attributeSet, in createViewFromCustomInflater()
281 mCustomInflater = (s, attributeSet) -> null; in createViewFromCustomInflater()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
DWalletCardCarousel.java115 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() argument
116 super(context, attributeSet); in WalletCardCarousel()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java206 XmlPullParser parser, AttributeSet attributeSet) in createStateListAnimatorFromXml() argument
226 int attrName = attributeSet.getAttributeNameResource(i); in createStateListAnimatorFromXml()
228 final int animId = attributeSet.getAttributeResourceValue(i, 0); in createStateListAnimatorFromXml()
232 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
/frameworks/base/core/java/android/window/
DSplashScreenView.java379 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView() argument
380 super(context, attributeSet); in SplashScreenView()