Searched defs:attrs (Results 101 - 125 of 518) sorted by relevance

1234567891011>>

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlContainer.java29 public IndicatorControlContainer(Context context, AttributeSet attrs) { argument
30 super(context, attrs);
H A DOneRowGridView.java25 public OneRowGridView(Context context, AttributeSet attrs) { argument
26 super(context, attrs);
H A DRightAlignedHorizontalScrollView.java30 public RightAlignedHorizontalScrollView(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
H A DTwoStateImageView.java32 public TwoStateImageView(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
/packages/apps/Mms/src/com/android/mms/ui/
H A DDeliveryReportListItem.java55 public DeliveryReportListItem(Context context, AttributeSet attrs) { argument
56 super(context, attrs);
/packages/apps/Music/src/com/android/music/
H A DCheckableRelativeLayout.java36 public CheckableRelativeLayout(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
H A DClusteredSuggestionsView.java32 public ClusteredSuggestionsView(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
H A DContactBadge.java36 public ContactBadge(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
40 public ContactBadge(Context context, AttributeSet attrs, int defStyle) { argument
41 super(context, attrs, defStyle);
H A DSearchActivityViewSinglePane.java37 public SearchActivityViewSinglePane(Context context, AttributeSet attrs) { argument
38 super(context, attrs);
41 public SearchActivityViewSinglePane(Context context, AttributeSet attrs, int defStyle) { argument
42 super(context, attrs, defStyle);
H A DSuggestionsView.java36 public SuggestionsView(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
/packages/apps/Settings/src/com/android/settings/
H A DDefaultRingtonePreference.java31 public DefaultRingtonePreference(Context context, AttributeSet attrs) { argument
32 super(context, attrs);
H A DIconPreferenceScreen.java35 public IconPreferenceScreen(Context context, AttributeSet attrs) { argument
36 this(context, attrs, 0);
39 public IconPreferenceScreen(Context context, AttributeSet attrs, int defStyle) { argument
40 super(context, attrs, defStyle);
42 TypedArray a = context.obtainStyledAttributes(attrs,
H A DProgressCategory.java31 public ProgressCategory(Context context, AttributeSet attrs, argument
33 super(context, attrs);
H A DSelectableEditTextPreference.java35 public SelectableEditTextPreference(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
/packages/apps/Settings/src/com/android/settings/accessibility/
H A DEdgeTypePreference.java39 public EdgeTypePreference(Context context, AttributeSet attrs) { argument
40 super(context, attrs);
H A DPresetPreference.java34 public PresetPreference(Context context, AttributeSet attrs) { argument
35 super(context, attrs);
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DComposeAttachmentTile.java19 public ComposeAttachmentTile(Context context, AttributeSet attrs) { argument
20 super(context, attrs);
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationListCopy.java45 public ConversationListCopy(Context c, AttributeSet attrs) { argument
46 super(c, attrs);
H A DEllipsizedMultilineTextView.java43 public EllipsizedMultilineTextView(Context context, AttributeSet attrs) { argument
44 super(context, attrs);
H A DFolderListLayout.java36 public FolderListLayout(Context c, AttributeSet attrs) { argument
37 super(c, attrs);
H A DSearchMailActionBarView.java41 public SearchMailActionBarView(Context context, AttributeSet attrs) { argument
42 this(context, attrs, 0);
45 public SearchMailActionBarView(Context context, AttributeSet attrs, int defStyle) { argument
46 super(context, attrs, defStyle);
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DPreviewSurfaceView.java31 public PreviewSurfaceView(Context context, AttributeSet attrs, int defStyle) { argument
32 super(context, attrs, defStyle);
35 public PreviewSurfaceView(Context context, AttributeSet attrs) { argument
36 this(context, attrs, 0);
/packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
H A DCameraPreviewView.java24 * @param attrs
26 public CameraPreviewView(Context context, AttributeSet attrs) { argument
27 super(context, attrs);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStepIndicatorView.java34 public SetupStepIndicatorView(final Context context, final AttributeSet attrs) { argument
35 super(context, attrs);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DFeedbackLayout.java32 public FeedbackLayout(Context context, AttributeSet attrs) { argument
33 super(context, attrs);
36 public FeedbackLayout(Context context, AttributeSet attrs, int defstyle) { argument
37 super(context, attrs, defstyle);

Completed in 387 milliseconds

1234567891011>>