Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/app/
H A DSoundPreferenceControllerTest.java178 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testUpdateState_disabledByAdmin() local
192 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testUpdateState_notBlockable() local
208 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testUpdateState_configurable() local
224 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceChange() local
226 new NotificationSoundPreference(mContext, attributeSet); in testOnPreferenceChange()
246 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceTreeClick_correctPref() local
248 spy(new NotificationSoundPreference(mContext, attributeSet)); in testOnPreferenceTreeClick_correctPref()
264 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceTreeClick_alarmSound() local
266 spy(new NotificationSoundPreference(mContext, attributeSet)); in testOnPreferenceTreeClick_alarmSound()
285 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceTreeClick_ringtoneSound() local
[all …]
/aosp12/packages/apps/TV/src/com/android/tv/dialog/picker/
H A DTvPinPicker.java31 public TvPinPicker(Context context, AttributeSet attributeSet) { in TvPinPicker() argument
32 this(context, attributeSet, 0); in TvPinPicker()
35 public TvPinPicker(Context context, AttributeSet attributeSet, int defStyleAttr) { in TvPinPicker() argument
36 super(context, attributeSet, defStyleAttr); in TvPinPicker()
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/
H A DLockableViewPager.java29 public LockableViewPager(Context context, AttributeSet attributeSet) { in LockableViewPager() argument
30 super(context, attributeSet); in LockableViewPager()
H A DDialerFloatingActionButton.java46 public DialerFloatingActionButton(Context context, AttributeSet attributeSet) { in DialerFloatingActionButton() argument
47 super(context, attributeSet); in DialerFloatingActionButton()
H A DDialerToolbar.java34 public DialerToolbar(Context context, @Nullable AttributeSet attributeSet) { in DialerToolbar() argument
35 super(context, attributeSet); in DialerToolbar()
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DDialerViewPager.java29 public DialerViewPager(Context context, AttributeSet attributeSet) { in DialerViewPager() argument
30 super(context, attributeSet); in DialerViewPager()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DStorageAppDetailPreference.java37 public StorageAppDetailPreference(Context context, AttributeSet attributeSet) { in StorageAppDetailPreference() argument
38 super(context, attributeSet); in StorageAppDetailPreference()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DIgnorableChildLinearLayout.kt37 attributeSet: AttributeSet? = null,
40 ) : LinearLayout(context, attributeSet, defStyleAttr, defStyleRes) {
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
H A DWifiDetailsPreference.java37 public WifiDetailsPreference(Context context, AttributeSet attributeSet) { in WifiDetailsPreference() argument
38 super(context, attributeSet); in WifiDetailsPreference()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
H A DTimeoutListPreferenceTest.java54 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
56 mPreference = new TimeoutListPreference(application, attributeSet); in setUp()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DEdgeTypePreferenceTest.java60 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in init() local
61 mEdgeTypePreference = spy(new EdgeTypePreference(mContext, attributeSet)); in init()
H A DColorPreferenceTest.java72 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in init() local
73 mColorPreference = new ColorPreference(mContext, attributeSet); in init()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DRestrictedListPreferenceTest.java67 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
68 mPreference = new RestrictedListPreference(mActivity, attributeSet); in setUp()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugMmsConfigItemView.java53 public DebugMmsConfigItemView(Context context, AttributeSet attributeSet) { in DebugMmsConfigItemView() argument
54 super(context, attributeSet); in DebugMmsConfigItemView()
/aosp12/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/widget/
H A DIllustrationPreferenceTest.java83 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
84 mPreference = new IllustrationPreference(mContext, attributeSet); in setUp()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DCarUiRecyclerView.java177 static CarUiRecyclerView create(Context context, AttributeSet attributeSet) { in create() argument
179 .createRecyclerView(context, attributeSet); in create()
/aosp12/frameworks/base/tests/SilkFX/src/com/android/test/silkfx/materials/
H A DGlassView.kt43 class GlassView(context: Context, attributeSet: AttributeSet) : FrameLayout(context, attributeSet) {
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { in MyGLSurfaceView() argument
55 super(context, attributeSet); in MyGLSurfaceView()
/aosp12/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()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java257 mCustomInflater = (viewName, attributeSet) -> { in createViewFromCustomInflater()
261 attributeSet, in createViewFromCustomInflater()
281 mCustomInflater = (s, attributeSet) -> null; in createViewFromCustomInflater()
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadView.java76 private final AttributeSet attributeSet; field in DialpadView
103 attributeSet = attrs; in DialpadView()
221 .obtainStyledAttributes(attributeSet, R.styleable.Dialpad, 0, 0); in setupKeypad()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletCardCarousel.java103 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() argument
104 super(context, attributeSet); in WalletCardCarousel()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/wallet/ui/
H A DWalletCardCarousel.java109 public WalletCardCarousel(Context context, @Nullable AttributeSet attributeSet) { in WalletCardCarousel() argument
110 super(context, attributeSet); in WalletCardCarousel()
/aosp12/frameworks/base/core/java/android/animation/
H A 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()
/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreenView.java396 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView() argument
397 super(context, attributeSet); in SplashScreenView()