Searched refs:attrs (Results 276 - 300 of 373) sorted by relevance

<<1112131415

/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java201 public StaggeredGridView(Context context, AttributeSet attrs) { argument
202 this(context, attrs, 0);
205 public StaggeredGridView(Context context, AttributeSet attrs, int defStyle) { argument
206 super(context, attrs, defStyle);
1354 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
1355 return new LayoutParams(getContext(), attrs);
1425 public LayoutParams(Context c, AttributeSet attrs) { argument
1426 super(c, attrs);
1439 TypedArray a = c.obtainStyledAttributes(attrs, LAYOUT_ATTRS);
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java220 public DrawerLayout(Context context, AttributeSet attrs) { argument
221 this(context, attrs, 0);
224 public DrawerLayout(Context context, AttributeSet attrs, int defStyle) { argument
225 super(context, attrs, defStyle);
1188 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
1189 return new LayoutParams(getContext(), attrs);
1496 public LayoutParams(Context c, AttributeSet attrs) { argument
1497 super(c, attrs);
1499 final TypedArray a = c.obtainStyledAttributes(attrs, LAYOUT_ATTRS);
H A DSlidingPaneLayout.java247 public SlidingPaneLayout(Context context, AttributeSet attrs) { argument
248 this(context, attrs, 0);
251 public SlidingPaneLayout(Context context, AttributeSet attrs, int defStyle) { argument
252 super(context, attrs, defStyle);
1151 public ViewGroup.LayoutParams generateLayoutParams(AttributeSet attrs) { argument
1152 return new LayoutParams(getContext(), attrs);
1293 public LayoutParams(Context c, AttributeSet attrs) { argument
1294 super(c, attrs);
1296 final TypedArray a = c.obtainStyledAttributes(attrs, ATTRS);
/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java78 * @param attrs Attribute set from which to read values
80 public AnimationSet(Context context, AttributeSet attrs) { argument
81 super(context, attrs);
84 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AnimationSet);
/frameworks/base/core/java/android/view/inputmethod/
H A DInputMethodInfo.java150 AttributeSet attrs = Xml.asAttributeSet(parser);
163 TypedArray sa = res.obtainAttributes(attrs,
185 attrs, com.android.internal.R.styleable.InputMethod_Subtype);
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp884 jintArray attrs,
892 if (attrs == NULL) {
893 jniThrowNullPointerException(env, "attrs");
910 const jsize NI = env->GetArrayLength(attrs);
917 jint* src = (jint*)env->GetPrimitiveArrayCritical(attrs, 0);
925 env->ReleasePrimitiveArrayCritical(attrs, src, 0);
1119 env->ReleasePrimitiveArrayCritical(attrs, src, 0);
1126 jintArray attrs,
1134 if (attrs == NULL) {
1135 jniThrowNullPointerException(env, "attrs");
879 android_content_AssetManager_applyStyle(JNIEnv* env, jobject clazz, jint themeToken, jint defStyleAttr, jint defStyleRes, jint xmlParserToken, jintArray attrs, jintArray outValues, jintArray outIndices) argument
1124 android_content_AssetManager_retrieveAttributes(JNIEnv* env, jobject clazz, jint xmlParserToken, jintArray attrs, jintArray outValues, jintArray outIndices) argument
[all...]
/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java558 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) argument
560 super.inflate(r, parser, attrs);
562 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.BitmapDrawable);
H A DNinePatchDrawable.java324 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) argument
326 super.inflate(r, parser, attrs);
328 TypedArray a = r.obtainAttributes(attrs, com.android.internal.R.styleable.NinePatchDrawable);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsVerticalScrollView.java57 public RecentsVerticalScrollView(Context context, AttributeSet attrs) { argument
58 super(context, attrs, 0);
63 mFadedEdgeDrawHelper = FadedEdgeDrawHelper.create(context, attrs, this, true);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java115 public PagerTitleStrip(Context context, AttributeSet attrs) { argument
116 super(context, attrs);
122 final TypedArray a = context.obtainStyledAttributes(attrs, ATTRS);
/frameworks/base/core/java/android/view/
H A DSurfaceView.java186 public SurfaceView(Context context, AttributeSet attrs) { argument
187 super(context, attrs);
191 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { argument
192 super(context, attrs, defStyle);
/frameworks/base/core/java/android/widget/
H A DAdapterView.java229 public AdapterView(Context context, AttributeSet attrs) { argument
230 super(context, attrs);
233 public AdapterView(Context context, AttributeSet attrs, int defStyle) { argument
234 super(context, attrs, defStyle);
H A DVideoView.java125 public VideoView(Context context, AttributeSet attrs) { argument
126 this(context, attrs, 0);
130 public VideoView(Context context, AttributeSet attrs, int defStyle) { argument
131 super(context, attrs, defStyle);
H A DDialerFilter.java44 public DialerFilter(Context context, AttributeSet attrs) { argument
45 super(context, attrs);
H A DSearchView.java244 public SearchView(Context context, AttributeSet attrs) { argument
245 super(context, attrs);
284 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SearchView, 0, 0);
307 a = context.obtainStyledAttributes(attrs, R.styleable.View, 0, 0);
1659 public SearchAutoComplete(Context context, AttributeSet attrs) { argument
1660 super(context, attrs);
1664 public SearchAutoComplete(Context context, AttributeSet attrs, int defStyle) { argument
1665 super(context, attrs, defStyle);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java154 public DessertCaseView(Context context, AttributeSet attrs) { argument
155 this(context, attrs, 0);
158 public DessertCaseView(Context context, AttributeSet attrs, int defStyle) { argument
159 super(context, attrs, defStyle);
/frameworks/base/test-runner/src/android/test/mock/
H A DMockResources.java184 public TypedArray obtainAttributes(AttributeSet set, int[] attrs) { argument
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardPatternView.java101 public KeyguardPatternView(Context context, AttributeSet attrs) { argument
102 super(context, attrs);
H A DKeyguardSimPukView.java126 public KeyguardSimPukView(Context context, AttributeSet attrs) { argument
127 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarIconView.java76 public StatusBarIconView(Context context, AttributeSet attrs) { argument
77 super(context, attrs);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageView.java90 public TiledImageView(Context context, AttributeSet attrs) { argument
91 super(context, attrs);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DCropView.java64 public CropView(Context context, AttributeSet attrs) { argument
65 super(context, attrs);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DDayPickerView.java95 public DayPickerView(Context context, AttributeSet attrs) { argument
96 super(context, attrs);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateICS.java304 public void onWindowAttributesChanged(WindowManager.LayoutParams attrs) { argument
305 mWrapped.onWindowAttributesChanged(attrs);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java257 public SearchView(Context context, AttributeSet attrs) { argument
258 super(context, attrs);
297 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SearchView, 0, 0);
320 a = context.obtainStyledAttributes(attrs, R.styleable.View, 0, 0);
1599 public SearchAutoComplete(Context context, AttributeSet attrs) { argument
1600 super(context, attrs);
1604 public SearchAutoComplete(Context context, AttributeSet attrs, int defStyle) { argument
1605 super(context, attrs, defStyle);

Completed in 620 milliseconds

<<1112131415