HomeSort by relevance Sort by last modified time
    Searched refs:defStyle (Results 451 - 475 of 556) sorted by null

<<11121314151617181920>>

  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 115 public ProgramGrid(Context context, AttributeSet attrs, int defStyle) {
116 super(context, attrs, defStyle);
ProgramItemView.java 184 public ProgramItemView(Context context, AttributeSet attrs, int defStyle) {
185 super(context, attrs, defStyle);
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 83 public AppLinkCardView(Context context, AttributeSet attrs, int defStyle) {
84 super(context, attrs, defStyle);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
FrameLayoutWithShadows.java 148 public FrameLayoutWithShadows(Context context, AttributeSet attrs, int defStyle) {
149 super(context, attrs, defStyle);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
SwipeableListView.java 89 public SwipeableListView(Context context, AttributeSet attrs, int defStyle) {
90 super(context, attrs, defStyle);
NestedFolderTeaserView.java 181 final Context context, final AttributeSet attrs, final int defStyle) {
182 super(context, attrs, defStyle);
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
InteractiveLineGraphView.java 192 public InteractiveLineGraphView(Context context, AttributeSet attrs, int defStyle) {
193 super(context, attrs, defStyle);
196 attrs, R.styleable.InteractiveLineGraphView, defStyle, defStyle);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 728 protected MockAutoCompleteTextView(Context context, AttributeSet attrs, int defStyle) {
729 super(context, attrs, defStyle);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/
Plot.java 266 * @param defStyle
268 public Plot(Context context, AttributeSet attrs, int defStyle) {
269 super(context, attrs, defStyle);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
DessertCaseView.java 165 public DessertCaseView(Context context, AttributeSet attrs, int defStyle) {
166 super(context, attrs, defStyle);
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchBar.java 166 public SearchBar(Context context, AttributeSet attrs, int defStyle) {
167 super(context, attrs, defStyle);
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
BaseRecyclerViewAnimationsTest.java 346 public TestRecyclerView(Context context, AttributeSet attrs, int defStyle) {
347 super(context, attrs, defStyle);
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 118 public LabeledEditorView(Context context, AttributeSet attrs, int defStyle) {
119 super(context, attrs, defStyle);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
PinnedHeaderListView.java 122 public PinnedHeaderListView(Context context, AttributeSet attrs, int defStyle) {
123 super(context, attrs, defStyle);
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 102 public GalleryThumbnailView(Context context, AttributeSet attrs, int defStyle) {
103 super(context, attrs, defStyle);
  /packages/apps/PhoneCommon/src/com/android/phone/common/dialpad/
DialpadView.java 97 public DialpadView(Context context, AttributeSet attrs, int defStyle) {
98 super(context, attrs, defStyle);
  /packages/apps/Settings/src/com/android/settings/accessibility/
CaptionPropertiesFragment.java 202 final CaptionStyle defStyle = CaptionStyle.DEFAULT;
203 mPreviewWindow.setBackgroundColor(defStyle.windowColor);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 90 public ChartDataUsageView(Context context, AttributeSet attrs, int defStyle) {
91 super(context, attrs, defStyle);
DotsPageIndicator.java 125 public DotsPageIndicator(Context context, AttributeSet attrs, int defStyle) {
126 super(context, attrs, defStyle);
131 attrs, R.styleable.DotsPageIndicator, defStyle, 0);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/
ContactHeaderWidget.java 165 public ContactHeaderWidget(Context context, AttributeSet attrs, int defStyle) {
166 super(context, attrs, defStyle);
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/widget/
NumberPicker.java 102 public NumberPicker(Context context, AttributeSet attrs, int defStyle) {
  /frameworks/base/media/java/android/media/
ClosedCaptionRenderer.java 146 public ClosedCaptionWidget(Context context, AttributeSet attrs, int defStyle) {
147 this(context, attrs, defStyle, 0);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
QuotedTextView.java 78 public QuotedTextView(Context context, AttributeSet attrs, int defStyle) {
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MainKeyboardView.java 178 public MainKeyboardView(final Context context, final AttributeSet attrs, final int defStyle) {
179 super(context, attrs, defStyle);
185 attrs, R.styleable.MainKeyboardView, defStyle, R.style.MainKeyboardView);
    [all...]

Completed in 1224 milliseconds

<<11121314151617181920>>