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

<<81828384858687888990>>

  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlotZoomPan.java 45 public XYPlotZoomPan(final Context context, final AttributeSet attrs) {
46 super(context, attrs);
58 public XYPlotZoomPan(final Context context, final AttributeSet attrs, final int defStyle) {
59 super(context, attrs, defStyle);
  /external/clang/lib/Parse/
ParseStmt.cpp 108 ParsedAttributesWithRange Attrs(AttrFactory);
109 MaybeParseCXX11Attributes(Attrs, nullptr, /*MightBeObjCMessageSend*/ true);
110 if (!MaybeParseOpenCLUnrollHintAttribute(Attrs))
114 Stmts, Allowed, TrailingElseLoc, Attrs);
116 assert((Attrs.empty() || Res.isInvalid() || Res.isUsable()) &&
119 if (Attrs.empty() || Res.isInvalid())
122 return Actions.ProcessStmtAttributes(Res.get(), Attrs.getList(), Attrs.Range);
157 ParsedAttributesWithRange &Attrs) {
170 ProhibitAttributes(Attrs); // TODO: is it correct
    [all...]
  /external/fonttools/Lib/fontTools/
afmLib.py 205 attrs = self._attrs
207 if attr in attrs:
208 value = attrs[attr]
214 items = sorted(attrs.items())
288 # all attrs *not* starting with "_" are consider to be AFM keywords
295 # all attrs *not* starting with "_" are consider to be AFM keywords
  /external/libxml2/python/tests/
indexes.py 35 def startElement(self, tag, attrs):
  /external/skia/tools/viewer/sk_app/unix/
Window_unix.cpp 344 XWindowAttributes attrs; local
345 if (XGetWindowAttributes(fDisplay, fWindow, &attrs)) {
346 winInfo.fWidth = attrs.width;
347 winInfo.fHeight = attrs.height;
  /external/swiftshader/third_party/LLVM/tools/gold/
gold-plugin.cpp 290 lto_symbol_attributes attrs = lto_module_get_symbol_attribute(M, i); local
291 if ((attrs & LTO_SYMBOL_SCOPE_MASK) == LTO_SYMBOL_SCOPE_INTERNAL)
300 int scope = attrs & LTO_SYMBOL_SCOPE_MASK;
317 int definition = attrs & LTO_SYMBOL_DEFINITION_MASK;
  /external/vboot_reference/firmware/include/
gpt.h 112 } attrs; member in struct:__anon36452
  /frameworks/base/core/java/android/app/
ActivityView.java 135 public ActivityView(Context context, AttributeSet attrs) {
136 this(context, attrs, 0);
139 public ActivityView(Context context, AttributeSet attrs, int defStyle) {
140 super(context, attrs, defStyle);
  /frameworks/base/core/java/com/android/internal/widget/
SwipeDismissLayout.java 101 public SwipeDismissLayout(Context context, AttributeSet attrs) {
102 super(context, attrs);
106 public SwipeDismissLayout(Context context, AttributeSet attrs, int defStyle) {
107 super(context, attrs, defStyle);
  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 582 final AttributeSet attrs = Xml.asAttributeSet(parser); local
593 drawable.inflate(resources, parser, attrs);
606 @NonNull AttributeSet attrs, @Nullable Theme theme)
628 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.VectorDrawable);
635 inflateChildElements(r, parser, attrs, theme);
712 private void inflateChildElements(Resources res, XmlPullParser parser, AttributeSet attrs,
734 path.inflate(res, attrs, theme);
743 path.inflate(res, attrs, theme);
751 newChildGroup.inflate(res, attrs, theme);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 86 public PrintContentView(Context context, AttributeSet attrs) {
87 super(context, attrs);
307 public LayoutParams generateLayoutParams(AttributeSet attrs) {
308 return new ViewGroup.MarginLayoutParams(getContext(), attrs);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityContainer.java 69 public KeyguardSecurityContainer(Context context, AttributeSet attrs) {
70 this(context, attrs, 0);
77 public KeyguardSecurityContainer(Context context, AttributeSet attrs, int defStyle) {
78 super(new ContextThemeWrapper(context, android.R.style.Theme_DeviceDefault), attrs,
  /frameworks/support/transition/src/android/support/transition/
TransitionSet.java 90 public TransitionSet(Context context, AttributeSet attrs) {
91 super(context, attrs);
92 TypedArray a = context.obtainStyledAttributes(attrs, Styleable.TRANSITION_SET);
93 int ordering = TypedArrayUtils.getNamedInt(a, (XmlResourceParser) attrs,
Visibility.java 97 public Visibility(Context context, AttributeSet attrs) {
98 super(context, attrs);
99 TypedArray a = context.obtainStyledAttributes(attrs, Styleable.VISIBILITY_TRANSITION);
101 int mode = TypedArrayUtils.getNamedInt(a, (XmlResourceParser) attrs,
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseGridView.java 215 BaseGridView(Context context, AttributeSet attrs, int defStyle) {
216 super(context, attrs, defStyle);
241 void initBaseGridViewAttributes(Context context, AttributeSet attrs) {
242 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbBaseGridView);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AppCompatTextHelper.java 65 void loadFromAttributes(AttributeSet attrs, int defStyleAttr) {
70 TintTypedArray a = TintTypedArray.obtainStyledAttributes(context, attrs,
131 a = TintTypedArray.obtainStyledAttributes(context, attrs, R.styleable.TextAppearance,
172 mAutoSizeTextHelper.loadFromAttributes(attrs, defStyleAttr);
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/mp2/parser/
viddec_mpeg2_workload.c 297 viddec_frame_attributes_t *attrs = &wl->attrs; local
300 unsupported_feature_found |= (attrs->cont_size.height > MPEG2_MAX_CONTENT_HEIGHT);
301 unsupported_feature_found |= (attrs->cont_size.width > MPEG2_MAX_CONTENT_WIDTH);
  /kernel/tests/net/test/
neighbour_test.py 108 def ExpectNeighbourNotification(self, addr, state, attrs=None):
113 if attrs:
114 for name in attrs:
115 self.assertEquals(attrs[name], actual_attrs[name])
  /packages/apps/Camera2/src/com/android/camera/widget/
FilmstripLayout.java 120 public FilmstripLayout(Context context, AttributeSet attrs) {
121 super(context, attrs);
125 public FilmstripLayout(Context context, AttributeSet attrs, int defStyle) {
126 super(context, attrs, defStyle);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
TemperatureBarOverlay.java 98 public TemperatureBarOverlay(Context context, AttributeSet attrs) {
99 super(context, attrs);
102 public TemperatureBarOverlay(Context context, AttributeSet attrs, int defStyleAttr) {
103 super(context, attrs, defStyleAttr);
  /packages/apps/Contacts/src/com/android/contacts/editor/
TextFieldsEditorView.java 77 public TextFieldsEditorView(Context context, AttributeSet attrs) {
78 super(context, attrs);
81 public TextFieldsEditorView(Context context, AttributeSet attrs, int defStyle) {
82 super(context, attrs, defStyle);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropView.java 87 public CropView(Context context, AttributeSet attrs) {
88 super(context, attrs);
92 public CropView(Context context, AttributeSet attrs, int defStyle) {
93 super(context, attrs, defStyle);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
ImageCrop.java 70 public ImageCrop(Context context, AttributeSet attrs) {
71 super(context, attrs);
75 public ImageCrop(Context context, AttributeSet attrs, int defStyle) {
76 super(context, attrs, defStyle);
  /packages/apps/Launcher2/src/com/android/launcher2/
DeleteDropTarget.java 54 public DeleteDropTarget(Context context, AttributeSet attrs) {
55 this(context, attrs, 0);
58 public DeleteDropTarget(Context context, AttributeSet attrs, int defStyle) {
59 super(context, attrs, defStyle);
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsContainerView.java 95 public AllAppsContainerView(Context context, AttributeSet attrs) {
96 this(context, attrs, 0);
99 public AllAppsContainerView(Context context, AttributeSet attrs, int defStyleAttr) {
100 super(context, attrs, defStyleAttr);

Completed in 617 milliseconds

<<81828384858687888990>>