Searched defs:attrs (Results 101 - 125 of 512) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/transition/
H A DPatternPathMotion.java57 public PatternPathMotion(Context context, AttributeSet attrs) { argument
58 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PatternPathMotion);
/frameworks/base/core/java/android/view/animation/
H A DAnticipateOvershootInterpolator.java67 public AnticipateOvershootInterpolator(Context context, AttributeSet attrs) { argument
68 this(context.getResources(), context.getTheme(), attrs);
72 public AnticipateOvershootInterpolator(Resources res, Theme theme, AttributeSet attrs) { argument
75 a = theme.obtainStyledAttributes(attrs, AnticipateOvershootInterpolator, 0, 0);
77 a = res.obtainAttributes(attrs, AnticipateOvershootInterpolator);
/frameworks/base/core/java/android/widget/
H A DTextViewWithCircularIndicator.java43 public TextViewWithCircularIndicator(Context context, AttributeSet attrs) { argument
44 this(context, attrs, 0);
47 public TextViewWithCircularIndicator(Context context, AttributeSet attrs, int defStyleAttr) { argument
48 this(context, attrs, defStyleAttr, 0);
51 public TextViewWithCircularIndicator(Context context, AttributeSet attrs, argument
53 super(context, attrs);
57 final TypedArray a = mContext.obtainStyledAttributes(attrs,
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DExceptionTextView.java40 public ExceptionTextView(Context context, AttributeSet attrs) { argument
41 super(context, attrs);
44 public ExceptionTextView(Context context, AttributeSet attrs, int defStyle) { argument
45 super(context, attrs, defStyle);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimpleHostView.java26 public KeyguardSimpleHostView(Context context, AttributeSet attrs) { argument
27 super(context, attrs);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DEmbeddedContentContainer.java30 public EmbeddedContentContainer(Context context, AttributeSet attrs) { argument
31 super(context, attrs);
H A DPreviewPageFrame.java38 public PreviewPageFrame(Context context, AttributeSet attrs) { argument
39 super(context, attrs);
H A DPrintOptionsLayout.java36 public PrintOptionsLayout(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
39 TypedArray typedArray = context.obtainStyledAttributes(attrs,
170 public LayoutParams generateLayoutParams(AttributeSet attrs) { argument
171 return new ViewGroup.MarginLayoutParams(getContext(), attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainer.java33 public QSContainer(Context context, AttributeSet attrs) { argument
34 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataUsageDetailView.java45 public DataUsageDetailView(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAnimatedImageView.java36 public AnimatedImageView(Context context, AttributeSet attrs) { argument
37 super(context, attrs);
H A DExpandableOutlineView.java35 public ExpandableOutlineView(Context context, AttributeSet attrs) { argument
36 super(context, attrs);
H A DNotificationOverflowIconsView.java41 public NotificationOverflowIconsView(Context context, AttributeSet attrs) { argument
42 super(context, attrs);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DDateView.java61 public DateView(Context context, AttributeSet attrs) { argument
62 super(context, attrs);
64 attrs,
H A DSplitClockView.java55 public SplitClockView(Context context, AttributeSet attrs) { argument
56 super(context, attrs);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountAuthenticatorCache.java57 String packageName, AttributeSet attrs) {
58 TypedArray sa = res.obtainAttributes(attrs,
56 parseServiceAttributes(Resources res, String packageName, AttributeSet attrs) argument
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DProjectionActivity.java31 public ProjectedView(Context context, AttributeSet attrs) { argument
32 this(context, attrs, 0);
35 public ProjectedView(Context context, AttributeSet attrs, int defStyleAttr) { argument
36 super(context, attrs, defStyleAttr);
/frameworks/native/opengl/tests/gl_jni/src/com/android/gljni/
H A DGLJNIView.java60 public GLJNIView(Context context, AttributeSet attrs) { argument
61 super(context, attrs);
/frameworks/native/opengl/tests/include/
H A DEGLUtils.h41 EGLint const* attrs,
47 EGLint const* attrs,
78 EGLint const* attrs,
84 if (!attrs)
95 if (eglChooseConfig(dpy, attrs, configs, numConfigs, &n) == EGL_FALSE) {
123 EGLint const* attrs,
137 return selectConfigForPixelFormat(dpy, attrs, format, outConfig);
76 selectConfigForPixelFormat( EGLDisplay dpy, EGLint const* attrs, int32_t format, EGLConfig* outConfig) argument
121 selectConfigForNativeWindow( EGLDisplay dpy, EGLint const* attrs, EGLNativeWindowType window, EGLConfig* outConfig) argument
/frameworks/opt/bitmap/sample/src/com/example/bitmapsample/
H A DBitmapView.java36 public BitmapView(Context c, AttributeSet attrs) { argument
37 super(c, attrs);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DCircularImageView.java35 public CircularImageView(Context context, AttributeSet attrs) { argument
36 this(context, attrs, 0);
39 public CircularImageView(Context context, AttributeSet attrs, int defStyle) { argument
40 super(context, attrs, defStyle);
/frameworks/opt/datetimepicker/src/com/android/datetimepicker/date/
H A DTextViewWithCircularIndicator.java45 public TextViewWithCircularIndicator(Context context, AttributeSet attrs) { argument
46 super(context, attrs);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DSearchEditText.java40 public SearchEditText(Context context, AttributeSet attrs) { argument
41 this(context, attrs, R.style.TextAppearance_Leanback_SearchTextEdit);
44 public SearchEditText(Context context, AttributeSet attrs, int defStyle) { argument
45 super(context, attrs, defStyle);
H A DSpeechOrbView.java21 public SpeechOrbView(Context context, AttributeSet attrs) { argument
22 this(context, attrs, 0);
25 public SpeechOrbView(Context context, AttributeSet attrs, int defStyle) { argument
26 super(context, attrs, defStyle);
/frameworks/support/v4/java/android/support/v4/widget/
H A DContentLoadingProgressBar.java68 public ContentLoadingProgressBar(Context context, AttributeSet attrs) { argument
69 super(context, attrs, 0);

Completed in 396 milliseconds

1234567891011>>