Searched refs:attr (Results 351 - 375 of 423) sorted by relevance

<<11121314151617

/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1382 const audio_attributes_t* attr)
1401 if (attr != NULL) {
1404 memcpy(mAttributes, attr, sizeof(audio_attributes_t));
1405 mStreamType = audio_attributes_to_stream_type(attr);
1381 AudioOutput(audio_session_t sessionId, int uid, int pid, const audio_attributes_t* attr) argument
/frameworks/base/core/java/android/app/
H A DDialog.java174 context.getTheme().resolveAttribute(R.attr.dialogTheme, outValue, true);
H A DSearchDialog.java114 context.getTheme().resolveAttribute(com.android.internal.R.attr.searchDialogTheme,
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java42 * @attr ref android.R.styleable#GestureOverlayView_eventsInterceptionEnabled
43 * @attr ref android.R.styleable#GestureOverlayView_fadeDuration
44 * @attr ref android.R.styleable#GestureOverlayView_fadeOffset
45 * @attr ref android.R.styleable#GestureOverlayView_fadeEnabled
46 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeWidth
47 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeAngleThreshold
48 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeLengthThreshold
49 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeSquarenessThreshold
50 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeType
51 * @attr re
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java753 com.android.internal.R.attr.candidatesTextStyleSpans
/frameworks/base/core/java/android/widget/
H A DAutoCompleteTextView.java84 * @attr ref android.R.styleable#AutoCompleteTextView_completionHint
85 * @attr ref android.R.styleable#AutoCompleteTextView_completionThreshold
86 * @attr ref android.R.styleable#AutoCompleteTextView_completionHintView
87 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownSelector
88 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownAnchor
89 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownWidth
90 * @attr ref android.R.styleable#AutoCompleteTextView_dropDownHeight
91 * @attr ref android.R.styleable#ListPopupWindow_dropDownVerticalOffset
92 * @attr ref android.R.styleable#ListPopupWindow_dropDownHorizontalOffset
154 this(context, attrs, R.attr
[all...]
H A DSuggestionsAdapter.java380 context.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
H A DPopupWindow.java91 * @attr ref android.R.styleable#PopupWindow_overlapAnchor
92 * @attr ref android.R.styleable#PopupWindow_popupAnimationStyle
93 * @attr ref android.R.styleable#PopupWindow_popupBackground
94 * @attr ref android.R.styleable#PopupWindow_popupElevation
95 * @attr ref android.R.styleable#PopupWindow_popupEnterTransition
96 * @attr ref android.R.styleable#PopupWindow_popupExitTransition
199 com.android.internal.R.attr.state_above_anchor
254 this(context, attrs, com.android.internal.R.attr.popupWindowStyle);
394 * @attr ref android.R.styleable#PopupWindow_popupEnterTransition
405 * @attr re
[all...]
H A DRadialTimePickerView.java319 this(context, attrs, R.attr.timePickerStyle);
334 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java1601 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true);
1617 R.attr.actionModePopupWindowStyle);
1624 R.attr.actionBarSize, outValue, true);
1903 context.getTheme().resolveAttribute(R.attr.colorPrimary, value, true);
H A DPhoneWindow.java1294 baseTheme.resolveAttribute(R.attr.actionBarTheme, outValue, true);
1302 R.attr.actionBarWidgetTheme, outValue, true);
1305 R.attr.actionBarWidgetTheme, outValue, true);
2502 R.attr.dialogTitleIconsDecorLayout, res, true);
2522 R.attr.dialogCustomTitleDecorLayout, res, true);
2535 R.attr.dialogTitleDecorLayout, res, true);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java600 getTheme().resolveAttribute(android.R.attr.disabledAlpha, value, true);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java473 context.obtainStyledAttributes(new int[]{android.R.attr.colorSecondary});
/frameworks/support/design/src/android/support/design/widget/
H A DCollapsingTextHelper.java261 new int[]{android.R.attr.fontFamily});
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DOnboardingFragment.java138 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingTheme
139 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingHeaderStyle
140 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingTitleStyle
141 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingDescriptionStyle
142 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingNavigatorContainerStyle
143 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingPageIndicatorStyle
144 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingStartButtonStyle
145 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingLogoStyle
320 int resId = R.attr.onboardingTheme;
H A DOnboardingSupportFragment.java140 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingTheme
141 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingHeaderStyle
142 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingTitleStyle
143 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingDescriptionStyle
144 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingNavigatorContainerStyle
145 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingPageIndicatorStyle
146 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingStartButtonStyle
147 * @attr ref R.styleable#LeanbackOnboardingTheme_onboardingLogoStyle
322 int resId = R.attr.onboardingTheme;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DDetailsOverviewRowPresenter.java399 if (context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserView.java852 android.R.attr.background
H A DSuggestionsAdapter.java338 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
H A DSearchView.java292 this(context, attrs, R.attr.searchViewStyle);
475 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_android_imeOptions
486 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_android_imeOptions
498 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_android_inputType
508 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_android_inputType
632 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_queryHint
655 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_queryHint
680 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_iconifiedByDefault
693 * @attr ref android.support.v7.appcompat.R.styleable#SearchView_iconifiedByDefault
802 * @attr re
[all...]
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java173 android.R.attr.fillViewport
435 * @attr name android:fillViewport
447 * @attr name android:fillViewport
930 android.R.attr.listPreferredItemHeight, outValue, true)) {
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java1448 final String attr = attrs.getAttributeName(i);
1449 if (attr.equals("installLocation")) {
1452 } else if (attr.equals("versionCode")) {
1454 } else if (attr.equals("revisionCode")) {
1456 } else if (attr.equals("coreApp")) {
1481 final String attr = attrs.getAttributeName(i);
1482 if ("multiArch".equals(attr)) {
1485 if ("use32bitAbi".equals(attr)) {
1488 if ("extractNativeLibs".equals(attr)) {
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java1632 private void setPenAttr(Cea708CCParser.CaptionPenAttr attr) { argument
1634 mCurrentWindowLayout.setPenAttr(attr);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteControllerDialog.java1007 mContext, R.attr.mediaRoutePauseDrawable));
1013 mContext, R.attr.mediaRoutePlayDrawable));
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java112 com.android.internal.R.attr.theme };
925 // Attempt to resolve the "?attr/name" string to an identifier.

Completed in 1212 milliseconds

<<11121314151617