/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/ |
RecentsPanelView.java | 267 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.RecentsPanelView, [all...] |
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 652 TypedArray a = mContext.obtainStyledAttributes(mAttrs, [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GridViewSpecial.java | 150 initializeScrollbars(context.obtainStyledAttributes( [all...] |
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/ |
ProgressBar.java | 251 context.obtainStyledAttributes(attrs, R.styleable.ProgressBar, defStyle, styleRes); [all...] |
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiSettings.java | 451 TypedArray ta = getActivity().getTheme().obtainStyledAttributes( [all...] |
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HorizontalScrollView.java | 142 TypedArray a = context.obtainStyledAttributes(attrs, [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
KeyboardBuilder.java | 234 final TypedArray keyboardAttr = mContext.obtainStyledAttributes( [all...] |
/frameworks/base/core/java/android/widget/ |
TextView.java | 660 TypedArray a = theme.obtainStyledAttributes( 667 appearance = theme.obtainStyledAttributes( 753 a = theme.obtainStyledAttributes( [all...] |
FastScroller.java | 260 final TypedArray ta = context.getTheme().obtainStyledAttributes(ATTRS); [all...] |
HorizontalScrollView.java | 153 TypedArray a = context.obtainStyledAttributes(attrs, [all...] |
ScrollView.java | 170 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ScrollView, defStyle, 0); [all...] |
StackView.java | 172 TypedArray a = context.obtainStyledAttributes(attrs, [all...] |
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 687 mThemeAttrs = obtainStyledAttributes(android.R.styleable.InputMethodService); [all...] |
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/ |
GlowPadView.java | 215 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GlowPadView); [all...] |
/frameworks/ex/widget/java/com/android/ex/widget/ |
StaggeredGridView.java | [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
DrawerLayout.java | [all...] |
SlidingPaneLayout.java | [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 169 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.ScrollView, defStyle, 0); [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
GlowPadView.java | 214 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GlowPadView); 265 //a = context.obtainStyledAttributes(attrs, R.styleable.LinearLayout); [all...] |
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
GlowPadView.java | 216 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.GlowPadView); 268 //a = context.obtainStyledAttributes(attrs, R.styleable.LinearLayout); [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Utils.java | [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MainKeyboardView.java | 439 final TypedArray mainKeyboardViewAttr = context.obtainStyledAttributes( [all...] |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | 503 TypedArray a = context.obtainStyledAttributes(attrs, [all...] |
/cts/tests/tests/content/src/android/content/res/cts/ |
ConfigTest.java | 73 final TypedArray sa = theme.obtainStyledAttributes(resId, styleable); [all...] |
/frameworks/base/core/java/android/app/ |
FragmentManager.java | 765 TypedArray attrs = mActivity.obtainStyledAttributes(transitionStyle, [all...] |