Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DIgnorableChildLinearLayout.kt37 attributeSet: AttributeSet? = null,
40 ) : LinearLayout(context, attributeSet, defStyleAttr, defStyleRes) {
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceProviderSelectorImpl.java151 AttributeSet attributeSet = Xml.asAttributeSet(parser); in determineGameSessionServiceFromGameService() local
164 TypedArray array = resources.obtainAttributes(attributeSet, in determineGameSessionServiceFromGameService()
H A DGameManagerService.java550 final AttributeSet attributeSet = Xml.asAttributeSet(parser); in parseInterventionFromXml() local
564 final TypedArray array = resources.obtainAttributes(attributeSet, in parseInterventionFromXml()
/aosp14/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/materials/
H A DGlassView.kt43 class GlassView(context: Context, attributeSet: AttributeSet) : FrameLayout(context, attributeSet) {
/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
86 mPreference = new IllustrationPreference(mContext, attributeSet); in setUp()
/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
124 … TypedArray groupAttribs = res.obtainAttributes(attributeSet, R.styleable.BenchmarkGroup); in parseBenchmarkGroup()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java115 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() argument
116 super(context, attributeSet); in WalletCardCarousel()
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java209 XmlPullParser parser, AttributeSet attributeSet) in createStateListAnimatorFromXml() argument
229 int attrName = attributeSet.getAttributeNameResource(i); in createStateListAnimatorFromXml()
231 final int animId = attributeSet.getAttributeResourceValue(i, 0); in createStateListAnimatorFromXml()
235 attributeSet.getAttributeBooleanValue(i, false) ? in createStateListAnimatorFromXml()
/aosp14/frameworks/base/core/java/android/window/
H A DSplashScreenView.java380 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView() argument
381 super(context, attributeSet); in SplashScreenView()