Searched refs:attributeSet (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/ |
D | IgnorableChildLinearLayout.kt | 37 attributeSet: AttributeSet? = null, 40 ) : LinearLayout(context, attributeSet, defStyleAttr, defStyleRes) {
|
/frameworks/base/services/core/java/com/android/server/app/ |
D | GameServiceProviderSelectorImpl.java | 151 AttributeSet attributeSet = Xml.asAttributeSet(parser); in determineGameSessionServiceFromGameService() local 164 TypedArray array = resources.obtainAttributes(attributeSet, in determineGameSessionServiceFromGameService()
|
D | GameManagerService.java | 605 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/ |
D | GlassView.kt | 43 class GlassView(context: Context, attributeSet: AttributeSet) : FrameLayout(context, attributeSet) {
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/ |
D | IllustrationPreferenceTest.java | 85 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/ |
D | MyGLSurfaceView.java | 54 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/ |
D | BenchmarkRegistry.java | 123 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/ |
D | BridgeInflater.java | 257 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/ |
D | WalletCardCarousel.java | 115 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() argument 116 super(context, attributeSet); in WalletCardCarousel()
|
/frameworks/base/core/java/android/animation/ |
D | AnimatorInflater.java | 206 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/ |
D | SplashScreenView.java | 379 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView() argument 380 super(context, attributeSet); in SplashScreenView()
|