Home
last modified time | relevance | path

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

12345678

/packages/apps/Browser/src/com/android/browser/view/
DStopProgressView.java26 public StopProgressView(Context context, AttributeSet attrs, int defStyle, int styleRes) { in StopProgressView() argument
27 super(context, attrs, defStyle, styleRes); in StopProgressView()
36 public StopProgressView(Context context, AttributeSet attrs, int defStyle) { in StopProgressView() argument
37 super(context, attrs, defStyle); in StopProgressView()
/packages/apps/Browser/src/com/android/browser/
DBrowserWebView.java51 public BrowserWebView(Context context, AttributeSet attrs, int defStyle, in BrowserWebView() argument
53 super(context, attrs, defStyle, javascriptInterfaces, privateBrowsing); in BrowserWebView()
62 Context context, AttributeSet attrs, int defStyle, boolean privateBrowsing) { in BrowserWebView() argument
63 super(context, attrs, defStyle, privateBrowsing); in BrowserWebView()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
DCaptionPreviewFragment.java247 final CaptionStyle defStyle = CaptionStyle.DEFAULT; in livePreviewWindowColorNone() local
248 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in livePreviewWindowColorNone()
296 final CaptionStyle defStyle = CaptionStyle.DEFAULT; in refreshPreviewText() local
297 mPreviewWindow.setBackgroundColor(defStyle.windowColor); in refreshPreviewText()
/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()
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()
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()
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()
/packages/apps/Settings/src/com/android/settings/
DIconPreferenceScreen.java39 public IconPreferenceScreen(Context context, AttributeSet attrs, int defStyle) { in IconPreferenceScreen() argument
40 super(context, attrs, defStyle); in IconPreferenceScreen()
43 R.styleable.IconPreferenceScreen, defStyle, 0); in IconPreferenceScreen()
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java238 public ProgressBar(Context context, AttributeSet attrs, int defStyle) { in ProgressBar() argument
239 this(context, attrs, defStyle, 0); in ProgressBar()
245 public ProgressBar(Context context, AttributeSet attrs, int defStyle, int styleRes) { in ProgressBar() argument
246 super(context, attrs, defStyle); in ProgressBar()
251 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes); in ProgressBar()
DAbsSeekBar.java67 public AbsSeekBar(Context context, AttributeSet attrs, int defStyle) { in AbsSeekBar() argument
68 super(context, attrs, defStyle); in AbsSeekBar()
71 com.android.internal.R.styleable.SeekBar, defStyle, 0); in AbsSeekBar()
/packages/apps/InCallUI/src/com/android/incallui/
DDialpadFragment.java71 public DialpadSlidingLinearLayout(Context context, AttributeSet attrs, int defStyle) { in DialpadSlidingLinearLayout() argument
72 super(context, attrs, defStyle); in DialpadSlidingLinearLayout()
100 public HoverIgnoringLinearLayout(Context context, AttributeSet attrs, int defStyle) { in HoverIgnoringLinearLayout() argument
101 super(context, attrs, defStyle); in HoverIgnoringLinearLayout()
/packages/apps/Calculator/src/com/android/calculator2/
DCalculatorPadLayout.java42 public CalculatorPadLayout(Context context, AttributeSet attrs, int defStyle) { in CalculatorPadLayout() argument
43 super(context, attrs, defStyle); in CalculatorPadLayout()
46 new int[] { android.R.attr.rowCount, android.R.attr.columnCount }, defStyle, 0); in CalculatorPadLayout()
DCalculatorEditText.java80 public CalculatorEditText(Context context, AttributeSet attrs, int defStyle) { in CalculatorEditText() argument
81 super(context, attrs, defStyle); in CalculatorEditText()
84 attrs, R.styleable.CalculatorEditText, defStyle, 0); in CalculatorEditText()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DTextTime.java64 public TextTime(Context context, AttributeSet attrs, int defStyle) { in TextTime() argument
65 super(context, attrs, defStyle); in TextTime()
68 attrs, R.styleable.TextTime, defStyle, 0); in TextTime()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java149 final int defStyle) { in SuggestionStripView() argument
150 super(context, attrs, defStyle); in SuggestionStripView()
176 context, attrs, defStyle, mWordViews, mDividerViews, mDebugInfoViews); in SuggestionStripView()
190 R.styleable.Keyboard, defStyle, R.style.SuggestionStripView); in SuggestionStripView()
/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.java69 public ChartGridView(Context context, AttributeSet attrs, int defStyle) { in ChartGridView() argument
70 super(context, attrs, defStyle); in ChartGridView()
75 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/keyboard/emoji/
DEmojiPalettesView.java101 public EmojiPalettesView(final Context context, final AttributeSet attrs, final int defStyle) { in EmojiPalettesView() argument
102 super(context, attrs, defStyle); in EmojiPalettesView()
104 R.styleable.KeyboardView, defStyle, R.style.KeyboardView); in EmojiPalettesView()
121 R.styleable.EmojiPalettesView, defStyle, R.style.EmojiPalettesView); in EmojiPalettesView()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java123 public KeyboardView(final Context context, final AttributeSet attrs, final int defStyle) { in KeyboardView() argument
124 super(context, attrs, defStyle); in KeyboardView()
127 R.styleable.KeyboardView, defStyle, R.style.KeyboardView); in KeyboardView()
154 R.styleable.Keyboard_Key, defStyle, R.style.KeyboardView); in KeyboardView()
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/Launcher3/src/com/android/launcher3/
DPageIndicator.java64 public PageIndicator(Context context, AttributeSet attrs, int defStyle) { in PageIndicator() argument
65 super(context, attrs, defStyle); in PageIndicator()
67 R.styleable.PageIndicator, defStyle, 0); in PageIndicator()
DBubbleTextView.java78 public BubbleTextView(Context context, AttributeSet attrs, int defStyle) { in BubbleTextView() argument
79 super(context, attrs, defStyle); in BubbleTextView()
82 R.styleable.BubbleTextView, defStyle, 0); in BubbleTextView()
/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()

12345678