Home
last modified time | relevance | path

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

12345678

/packages/apps/Launcher3/src/com/android/launcher3/views/
DDoubleShadowBubbleTextView.java46 public DoubleShadowBubbleTextView(Context context, AttributeSet attrs, int defStyle) { in DoubleShadowBubbleTextView() argument
47 super(context, attrs, defStyle); in DoubleShadowBubbleTextView()
48 mShadowInfo = new ShadowInfo(context, attrs, defStyle); in DoubleShadowBubbleTextView()
87 public ShadowInfo(Context c, AttributeSet attrs, int defStyle) { in ShadowInfo() argument
90 attrs, R.styleable.ShadowInfo, defStyle, 0); in ShadowInfo()
/packages/apps/Launcher2/src/com/android/launcher2/
DDrawableStateProxyView.java42 public DrawableStateProxyView(Context context, AttributeSet attrs, int defStyle) { in DrawableStateProxyView() argument
43 super(context, attrs, defStyle); in DrawableStateProxyView()
46 defStyle, 0); in DrawableStateProxyView()
DHandleView.java43 public HandleView(Context context, AttributeSet attrs, int defStyle) { in HandleView() argument
44 super(context, attrs, defStyle); in HandleView()
46 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.HandleView, defStyle, 0); in HandleView()
DHolographicLinearLayout.java44 public HolographicLinearLayout(Context context, AttributeSet attrs, int defStyle) { in HolographicLinearLayout() argument
45 super(context, attrs, defStyle); in HolographicLinearLayout()
48 defStyle, 0); in HolographicLinearLayout()
DHotseat.java53 public Hotseat(Context context, AttributeSet attrs, int defStyle) { in Hotseat() argument
54 super(context, attrs, defStyle); in Hotseat()
57 R.styleable.Hotseat, defStyle, 0); in Hotseat()
DCling.java79 public Cling(Context context, AttributeSet attrs, int defStyle) { in Cling() argument
80 super(context, attrs, defStyle); in Cling()
82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0); in Cling()
DHolographicImageView.java36 public HolographicImageView(Context context, AttributeSet attrs, int defStyle) { in HolographicImageView() argument
37 super(context, attrs, defStyle); in HolographicImageView()
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DSoundLevels.java78 public SoundLevels(final Context context, final AttributeSet attrs, final int defStyle) { in SoundLevels() argument
79 super(context, attrs, defStyle); in SoundLevels()
86 defStyle, 0); in SoundLevels()
/packages/apps/Settings/src/com/android/settings/widget/
DChartView.java59 public ChartView(Context context, AttributeSet attrs, int defStyle) { in ChartView() argument
60 super(context, attrs, defStyle); in ChartView()
63 attrs, R.styleable.ChartView, defStyle, 0); in ChartView()
DChartGridView.java65 public ChartGridView(Context context, AttributeSet attrs, int defStyle) { in ChartGridView() argument
66 super(context, attrs, defStyle); in ChartGridView()
71 attrs, R.styleable.ChartGridView, defStyle, 0); in ChartGridView()
DChartNetworkSeriesView.java86 public ChartNetworkSeriesView(Context context, AttributeSet attrs, int defStyle) { in ChartNetworkSeriesView() argument
87 super(context, attrs, defStyle); in ChartNetworkSeriesView()
90 attrs, R.styleable.ChartNetworkSeriesView, defStyle, 0); in ChartNetworkSeriesView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java135 final int defStyle) { in SuggestionStripView() argument
136 super(context, attrs, defStyle); in SuggestionStripView()
162 context, attrs, defStyle, mWordViews, mDividerViews, mDebugInfoViews); in SuggestionStripView()
176 R.styleable.Keyboard, defStyle, R.style.SuggestionStripView); in SuggestionStripView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java98 public EmojiPalettesView(final Context context, final AttributeSet attrs, final int defStyle) { in EmojiPalettesView() argument
99 super(context, attrs, defStyle); in EmojiPalettesView()
101 R.styleable.KeyboardView, defStyle, R.style.KeyboardView); in EmojiPalettesView()
118 R.styleable.EmojiPalettesView, defStyle, R.style.EmojiPalettesView); in EmojiPalettesView()
/packages/apps/TV/src/com/android/tv/menu/
DSimpleCardView.java35 public SimpleCardView(Context context, AttributeSet attrs, int defStyle) { in SimpleCardView() argument
36 super(context, attrs, defStyle); in SimpleCardView()
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAnimatedListView.java33 public AnimatedListView(Context context, AttributeSet attrs, int defStyle) { in AnimatedListView() argument
34 super(context, attrs, defStyle); in AnimatedListView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DNonOverlappingRelativeLayout.java30 public NonOverlappingRelativeLayout(Context context, AttributeSet attrs, int defStyle) { in NonOverlappingRelativeLayout() argument
31 super(context, attrs, defStyle); in NonOverlappingRelativeLayout()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DGridItemThumbnail.java35 public GridItemThumbnail(Context context, AttributeSet attrs, int defStyle) { in GridItemThumbnail() argument
36 super(context, attrs, defStyle); in GridItemThumbnail()
/packages/apps/Launcher3/src/com/android/launcher3/
DButtonDropTarget.java84 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) { in ButtonDropTarget() argument
85 super(context, attrs, defStyle); in ButtonDropTarget()
92 R.styleable.ButtonDropTarget, defStyle, 0); in ButtonDropTarget()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DMoreKeysKeyboardView.java60 final int defStyle) { in MoreKeysKeyboardView() argument
61 super(context, attrs, defStyle); in MoreKeysKeyboardView()
63 R.styleable.MoreKeysKeyboardView, defStyle, R.style.MoreKeysKeyboardView); in MoreKeysKeyboardView()
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
DCheckboxWrapperView.java41 public CheckboxWrapperView(Context context, AttributeSet attrs, int defStyle) { in CheckboxWrapperView() argument
42 super(context, attrs, defStyle); in CheckboxWrapperView()
/packages/apps/Calendar/src/com/android/calendar/recurrencepicker/
DLinearLayoutWithMaxWidth.java34 public LinearLayoutWithMaxWidth(Context context, AttributeSet attrs, int defStyle) { in LinearLayoutWithMaxWidth() argument
35 super(context, attrs, defStyle); in LinearLayoutWithMaxWidth()
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
DIngestGridView.java45 public IngestGridView(Context context, AttributeSet attrs, int defStyle) { in IngestGridView() argument
46 super(context, attrs, defStyle); in IngestGridView()
/packages/apps/Email/src/com/android/email/activity/setup/
DPolicyListPreference.java32 public PolicyListPreference(Context ctx, AttributeSet attrs, int defStyle) { in PolicyListPreference() argument
33 super(ctx, attrs, defStyle); in PolicyListPreference()
/packages/apps/Contacts/src/com/android/contacts/widget/
DFullHeightLinearLayout.java39 public FullHeightLinearLayout(Context context, AttributeSet attrs, int defStyle) { in FullHeightLinearLayout() argument
40 super(context, attrs, defStyle); in FullHeightLinearLayout()
/packages/apps/Contacts/src/com/android/contacts/detail/
DActionsViewContainer.java42 public ActionsViewContainer(Context context, AttributeSet attrs, int defStyle) { in ActionsViewContainer() argument
43 super(context, attrs, defStyle); in ActionsViewContainer()

12345678