HomeSort by relevance Sort by last modified time
    Searched refs:obtainStyledAttributes (Results 276 - 300 of 461) sorted by null

<<111213141516171819

  /packages/apps/DeskClock/src/com/android/deskclock/
AnalogClock.java 87 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AnalogClock);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StatePanelTrack.java 78 TypedArray a = getContext().obtainStyledAttributes(attrs, R.styleable.StatePanelTrack);
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
LauncherProvider.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 92 context.obtainStyledAttributes(attrs, R.styleable.AudioAttachmentView);
VideoThumbnailView.java 74 context.obtainStyledAttributes(attrs, R.styleable.VideoThumbnailView);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 89 final TypedArray a = context.obtainStyledAttributes(
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 62 final TypedArray moreKeysKeyboardViewAttr = context.obtainStyledAttributes(attrs,
  /packages/services/Telephony/src/com/android/phone/
CallForwardEditPreference.java 51 TypedArray a = context.obtainStyledAttributes(attrs,
  /cts/tests/tests/app/src/android/app/cts/
DialogTest.java 100 d.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
104 ta = w.getContext().getTheme().obtainStyledAttributes(R.styleable.TextAppearance);
128 TypedArray expectedTa = expected.obtainStyledAttributes(R.styleable.TextAppearance);
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
AppBarLayout.java 145 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppBarLayout,
536 TypedArray a = c.obtainStyledAttributes(attrs, R.styleable.AppBarLayout_LayoutParams);
    [all...]
  /frameworks/base/core/java/android/widget/
TimePickerClockDelegate.java 125 final TypedArray a = mContext.obtainStyledAttributes(attrs,
181 final TypedArray textAppearance = mContext.obtainStyledAttributes(null,
259 final TypedArray ta = mContext.obtainStyledAttributes(ATTRS_DISABLED_ALPHA);
    [all...]
TabHost.java 87 final TypedArray a = context.obtainStyledAttributes(
TableLayout.java 104 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TableLayout);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 283 context.obtainStyledAttributes(
336 a = context.obtainStyledAttributes(attrs, R.styleable.WnnKeyboardView, 0, 0);
341 a = mContext.obtainStyledAttributes(
    [all...]
  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 401 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BoxInsetLayout_Layout, 0, 0);
  /developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 400 TypedArray a = getContext().obtainStyledAttributes(attrs,
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java 400 TypedArray a = getContext().obtainStyledAttributes(attrs,
  /frameworks/base/core/java/android/content/res/
Resources.java 751 * {@link android.content.Context#obtainStyledAttributes(int[])
752 * Context.obtainStyledAttributes} with
    [all...]
  /frameworks/base/core/java/android/transition/
TransitionSet.java 86 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TransitionSet);
Visibility.java 86 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.VisibilityTransition);
  /frameworks/base/core/java/android/view/
ThreadedRenderer.java 112 final TypedArray a = context.obtainStyledAttributes(null, R.styleable.Lighting, 0, 0);
  /frameworks/base/core/java/android/view/animation/
Animation.java 234 TypedArray a = context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Animation);
    [all...]
AnimationSet.java 84 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.AnimationSet);
  /frameworks/base/core/java/com/android/internal/transition/
EpicenterTranslateClipReveal.java 63 final TypedArray a = context.obtainStyledAttributes(attrs,

Completed in 1785 milliseconds

<<111213141516171819