Home
last modified time | relevance | path

Searched defs:attributeSet (Results 1 – 22 of 22) 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
246 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceTreeClick_correctPref() local
264 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceTreeClick_alarmSound() local
285 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceTreeClick_ringtoneSound() local
306 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in testOnPreferenceTreeClick_otherSound() local
/aosp12/packages/apps/TV/src/com/android/tv/dialog/picker/
H A DTvPinPicker.java31 public TvPinPicker(Context context, AttributeSet attributeSet) { in TvPinPicker()
35 public TvPinPicker(Context context, AttributeSet attributeSet, int defStyleAttr) { in TvPinPicker()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
H A DTimeoutListPreferenceTest.java54 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/app/list/
H A DDialerViewPager.java29 public DialerViewPager(Context context, AttributeSet attributeSet) { in DialerViewPager()
/aosp12/packages/apps/Dialer/java/com/android/dialer/widget/
H A DLockableViewPager.java29 public LockableViewPager(Context context, AttributeSet attributeSet) { in LockableViewPager()
H A DDialerFloatingActionButton.java46 public DialerFloatingActionButton(Context context, AttributeSet attributeSet) { in DialerFloatingActionButton()
H A DDialerToolbar.java34 public DialerToolbar(Context context, @Nullable AttributeSet attributeSet) { in DialerToolbar()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/storage/
H A DStorageAppDetailPreference.java37 public StorageAppDetailPreference(Context context, AttributeSet attributeSet) { in StorageAppDetailPreference()
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/wifi/details/
H A DWifiDetailsPreference.java37 public WifiDetailsPreference(Context context, AttributeSet attributeSet) { in WifiDetailsPreference()
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/
H A DEdgeTypePreferenceTest.java60 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in init() local
H A DColorPreferenceTest.java72 final AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in init() local
/aosp12/packages/apps/Settings/tests/robotests/src/com/android/settings/
H A DRestrictedListPreferenceTest.java67 AttributeSet attributeSet = Robolectric.buildAttributeSet().build(); in setUp() local
/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
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/debug/
H A DDebugMmsConfigItemView.java53 public DebugMmsConfigItemView(Context context, AttributeSet attributeSet) { in DebugMmsConfigItemView()
/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
/aosp12/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/
H A DMyGLSurfaceView.java54 public MyGLSurfaceView(Context context, AttributeSet attributeSet) { in MyGLSurfaceView()
/aosp12/packages/apps/QuickAccessWallet/src/com/android/systemui/plugin/globalactions/wallet/
H A DWalletCardCarousel.java103 public WalletCardCarousel(Context context, @Nullable AttributeSet 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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/dialpadview/
H A DDialpadView.java76 private final AttributeSet attributeSet; field in DialpadView
/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()
/aosp12/frameworks/base/core/java/android/window/
H A DSplashScreenView.java396 public SplashScreenView(Context context, AttributeSet attributeSet) { in SplashScreenView()
/aosp12/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java206 XmlPullParser parser, AttributeSet attributeSet) in createStateListAnimatorFromXml()