Searched defs:attrs (Results 1 - 25 of 515) sorted by relevance

1234567891011>>

/packages/apps/Calculator/src/com/android/calculator2/
H A DCalculatorViewPager.java28 public CalculatorViewPager(Context context, AttributeSet attrs) { argument
29 super(context, attrs);
/packages/apps/Settings/src/com/android/settings/
H A DBrightnessPreference.java27 public BrightnessPreference(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DBluetoothProgressCategory.java26 public BluetoothProgressCategory(Context context, AttributeSet attrs) { argument
27 super(context, attrs, R.string.bluetooth_no_devices_found);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPager.java30 public ConversationPager(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
/packages/apps/Browser/src/com/android/browser/
H A DBrowserYesNoPreference.java27 public BrowserYesNoPreference(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
/packages/apps/Browser/src/com/android/browser/search/
H A DSearchEnginePreference.java36 public SearchEnginePreference(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
/packages/apps/Calendar/src/com/android/calendar/selectcalendars/
H A DCalendarColorSquare.java33 public CalendarColorSquare(Context context, AttributeSet attrs) { argument
34 super(context, attrs);
37 public CalendarColorSquare(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
/packages/apps/Camera/src/com/android/camera/
H A DCountDownTimerPreference.java31 public CountDownTimerPreference(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
/packages/apps/Camera/src/com/android/camera/ui/
H A DExpandedGridView.java24 public ExpandedGridView(Context context, AttributeSet attrs) { argument
25 super(context, attrs);
/packages/apps/Camera2/src/com/android/camera/
H A DCountDownTimerPreference.java28 public CountDownTimerPreference(Context context, AttributeSet attrs) { argument
29 super(context, attrs);
/packages/apps/Camera2/src/com/android/camera/ui/
H A DExpandedGridView.java24 public ExpandedGridView(Context context, AttributeSet attrs) { argument
25 super(context, attrs);
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DTransformableImageView.java33 public TransformableImageView(Context context, AttributeSet attrs) { argument
34 super(context, attrs);
37 public TransformableImageView(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DContactTileFrequentView.java27 public ContactTileFrequentView(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
H A DContactTileStarredView.java27 public ContactTileStarredView(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DLayoutSuppressingImageView.java31 public LayoutSuppressingImageView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DLayoutSuppressingQuickContactBadge.java31 public LayoutSuppressingQuickContactBadge(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDontPressWithParentLayout.java31 public DontPressWithParentLayout(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DEllipsizeLayout.java41 public EllipsizeLayout(Context context, AttributeSet attrs) { argument
42 super(context, attrs);
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DCallLogListItemView.java31 public CallLogListItemView(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
35 public CallLogListItemView(Context context, AttributeSet attrs, int defStyle) { argument
36 super(context, attrs, defStyle);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewWidgetImageView.java27 public PagedViewWidgetImageView(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewWidgetImageView.java27 public PagedViewWidgetImageView(Context context, AttributeSet attrs) { argument
28 super(context, attrs);
H A DScrimView.java33 public ScrimView(Context context, AttributeSet attrs) { argument
34 this(context, attrs, 0);
37 public ScrimView(Context context, AttributeSet attrs, int defStyle) { argument
38 super(context, attrs, defStyle);
H A DWallpaperRootView.java26 public WallpaperRootView(Context context, AttributeSet attrs) { argument
27 super(context, attrs);
30 public WallpaperRootView(Context context, AttributeSet attrs, int defStyle) { argument
31 super(context, attrs, defStyle);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DExpandedGridView.java24 public ExpandedGridView(Context context, AttributeSet attrs) { argument
25 super(context, attrs);
H A DInLineSettingRestore.java29 public InLineSettingRestore(Context context, AttributeSet attrs) { argument
30 super(context, attrs);

Completed in 1133 milliseconds

1234567891011>>