HomeSort by relevance Sort by last modified time
    Searched refs:attrs (Results 1851 - 1875 of 4096) sorted by null

<<71727374757677787980>>

  /frameworks/support/design/src/android/support/design/widget/
BottomNavigationView.java 113 public BottomNavigationView(Context context, AttributeSet attrs) {
114 this(context, attrs, 0);
117 public BottomNavigationView(Context context, AttributeSet attrs, int defStyleAttr) {
118 super(context, attrs, defStyleAttr);
138 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
FloatingActionButton.java 93 // These values must match those in the attrs declaration
150 public FloatingActionButton(Context context, AttributeSet attrs) {
151 this(context, attrs, 0);
154 public FloatingActionButton(Context context, AttributeSet attrs, int defStyleAttr) {
155 super(context, attrs, defStyleAttr);
159 TypedArray a = context.obtainStyledAttributes(attrs,
175 mImageHelper.loadFromAttributes(attrs, defStyleAttr);
561 public Behavior(Context context, AttributeSet attrs) {
562 super(context, attrs);
563 TypedArray a = context.obtainStyledAttributes(attrs,
    [all...]
AppBarLayout.java 155 public AppBarLayout(Context context, AttributeSet attrs) {
156 super(context, attrs);
168 ViewUtilsLollipop.setStateListAnimatorFromAttrs(this, attrs, 0,
172 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppBarLayout,
336 public LayoutParams generateLayoutParams(AttributeSet attrs) {
337 return new LayoutParams(getContext(), attrs);
681 public LayoutParams(Context c, AttributeSet attrs) {
682 super(c, attrs);
683 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.AppBarLayout_Layout);
820 public Behavior(Context context, AttributeSet attrs) {
    [all...]
  /frameworks/support/fragment/java/android/support/v4/app/
FragmentTabHost.java 139 public FragmentTabHost(Context context, AttributeSet attrs) {
140 super(context, attrs);
141 initFragmentTabHost(context, attrs);
144 private void initFragmentTabHost(Context context, AttributeSet attrs) {
145 final TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/v13/java/android/support/v13/app/
FragmentTabHost.java 127 public FragmentTabHost(Context context, AttributeSet attrs) {
128 super(context, attrs);
129 initFragmentTabHost(context, attrs);
132 private void initFragmentTabHost(Context context, AttributeSet attrs) {
133 TypedArray a = context.obtainStyledAttributes(attrs,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
SearchOrbView.java 158 public SearchOrbView(Context context, AttributeSet attrs) {
159 this(context, attrs, R.attr.searchOrbViewStyle);
162 public SearchOrbView(Context context, AttributeSet attrs, int defStyleAttr) {
163 super(context, attrs, defStyleAttr);
184 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbSearchOrbView,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/picker/
DatePicker.java 69 public DatePicker(Context context, AttributeSet attrs) {
70 this(context, attrs, 0);
73 public DatePicker(Context context, AttributeSet attrs, int defStyleAttr) {
74 super(context, attrs, defStyleAttr);
79 final TypedArray attributesArray = context.obtainStyledAttributes(attrs,
  /packages/apps/Dialer/java/com/android/contacts/common/list/
ViewPagerTabs.java 49 private static final int[] ATTRS =
92 public ViewPagerTabs(Context context, AttributeSet attrs) {
93 this(context, attrs, 0);
96 public ViewPagerTabs(Context context, AttributeSet attrs, int defStyle) {
97 super(context, attrs, defStyle);
102 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorFormula.java 66 this(context, null /* attrs */);
69 public CalculatorFormula(Context context, AttributeSet attrs) {
70 this(context, attrs, 0 /* defStyleAttr */);
73 public CalculatorFormula(Context context, AttributeSet attrs, int defStyleAttr) {
74 super(context, attrs, defStyleAttr);
79 attrs, R.styleable.CalculatorFormula, defStyleAttr, 0);
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 75 public Cling(Context context, AttributeSet attrs) {
76 this(context, attrs, 0);
79 public Cling(Context context, AttributeSet attrs, int defStyle) {
80 super(context, attrs, defStyle);
82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 78 public ButtonDropTarget(Context context, AttributeSet attrs) {
79 this(context, attrs, 0);
82 public ButtonDropTarget(Context context, AttributeSet attrs, int defStyle) {
83 super(context, attrs, defStyle);
89 TypedArray a = context.obtainStyledAttributes(attrs,
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 82 public ChartNetworkSeriesView(Context context, AttributeSet attrs) {
83 this(context, attrs, 0);
86 public ChartNetworkSeriesView(Context context, AttributeSet attrs, int defStyle) {
87 super(context, attrs, defStyle);
90 attrs, R.styleable.ChartNetworkSeriesView, defStyle, 0);
  /packages/apps/TV/src/com/android/exoplayer/text/
SubtitleView.java 91 public SubtitleView(Context context, AttributeSet attrs) {
92 this(context, attrs, 0);
95 public SubtitleView(Context context, AttributeSet attrs, int defStyleAttr) {
96 super(context, attrs, defStyleAttr);
100 TypedArray a = context.obtainStyledAttributes(attrs, viewAttr, defStyleAttr, 0);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 55 public MoreKeysKeyboardView(final Context context, final AttributeSet attrs) {
56 this(context, attrs, R.attr.moreKeysKeyboardViewStyle);
59 public MoreKeysKeyboardView(final Context context, final AttributeSet attrs,
61 super(context, attrs, defStyle);
62 final TypedArray moreKeysKeyboardViewAttr = context.obtainStyledAttributes(attrs,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 135 * @param searchableStyleMap The map style=>attributes for <searchable> from the attrs.xml file
136 * @param appWidgetStyleMap The map style=>attributes for <appwidget-provider> from the attrs.xml file
314 AttributeDescriptor[] attrs = topPreferences.getAttributes();
315 AttributeDescriptor[] newAttrs = new AttributeDescriptor[attrs.length + 1];
316 System.arraycopy(attrs, 0, newAttrs, 0, attrs.length);
317 newAttrs[attrs.length] = xmlns;
  /frameworks/base/core/java/android/content/res/
TypedArray.java 50 TypedArray attrs = res.mTypedArrayPool.acquire(); local
51 if (attrs == null) {
52 attrs = new TypedArray(res);
55 attrs.mRecycled = false;
58 attrs.mAssets = res.getAssets();
59 attrs.mMetrics = res.getDisplayMetrics();
60 attrs.resize(len);
61 return attrs;
1179 int[] attrs = null; local
    [all...]
  /frameworks/base/core/java/android/widget/
Spinner.java 140 * @param attrs The attributes of the XML tag that is inflating the view.
142 public Spinner(Context context, AttributeSet attrs) {
143 this(context, attrs, com.android.internal.R.attr.spinnerStyle);
152 * @param attrs The attributes of the XML tag that is inflating the view.
158 public Spinner(Context context, AttributeSet attrs, int defStyleAttr) {
159 this(context, attrs, defStyleAttr, 0, MODE_THEME);
170 * @param attrs The attributes of the XML tag that is inflating the view.
180 public Spinner(Context context, AttributeSet attrs, int defStyleAttr, int mode) {
181 this(context, attrs, defStyleAttr, 0, mode);
192 * @param attrs The attributes of the XML tag that is inflating the view
    [all...]
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
63 attrs._attrs[(xmlns_uri, aname)] = value
88 for aname,value in attrs.items():
118 def startElement(self, name, attrs):
124 for aname,value in attrs.items():
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)
303 def startElement(self, name, attrs):
304 PullDOM.startElement(self, name, attrs)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
63 attrs._attrs[(xmlns_uri, aname)] = value
88 for aname,value in attrs.items():
118 def startElement(self, name, attrs):
124 for aname,value in attrs.items():
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)
303 def startElement(self, name, attrs):
304 PullDOM.startElement(self, name, attrs)
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 98 public GalleryThumbnailView(Context context, AttributeSet attrs) {
99 this(context, attrs, 0);
102 public GalleryThumbnailView(Context context, AttributeSet attrs, int defStyle) {
103 super(context, attrs, defStyle);
693 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) {
694 return new LayoutParams(getContext(), attrs);
739 public LayoutParams(Context c, AttributeSet attrs) {
740 super(c, attrs);
753 TypedArray a = c.obtainStyledAttributes(attrs, LAYOUT_ATTRS);
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
63 attrs._attrs[(xmlns_uri, aname)] = value
88 for aname,value in attrs.items():
118 def startElement(self, name, attrs):
124 for aname,value in attrs.items():
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)
303 def startElement(self, name, attrs):
304 PullDOM.startElement(self, name, attrs)
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
63 attrs._attrs[(xmlns_uri, aname)] = value
88 for aname,value in attrs.items():
118 def startElement(self, name, attrs):
124 for aname,value in attrs.items():
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)
303 def startElement(self, name, attrs):
304 PullDOM.startElement(self, name, attrs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
63 attrs._attrs[(xmlns_uri, aname)] = value
88 for aname,value in attrs.items():
118 def startElement(self, name, attrs):
124 for aname,value in attrs.items():
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)
303 def startElement(self, name, attrs):
304 PullDOM.startElement(self, name, attrs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
pulldom.py 57 def startElementNS(self, name, tagName , attrs):
63 attrs._attrs[(xmlns_uri, aname)] = value
88 for aname,value in attrs.items():
118 def startElement(self, name, attrs):
124 for aname,value in attrs.items():
297 def startElementNS(self, name, tagName , attrs):
298 PullDOM.startElementNS(self, name, tagName, attrs)
303 def startElement(self, name, attrs):
304 PullDOM.startElement(self, name, attrs)

Completed in 1065 milliseconds

<<71727374757677787980>>