Searched refs:attr (Results 101 - 125 of 150) sorted by relevance

123456

/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java106 mPopup = new ListPopupWindow(mContext, null, com.android.internal.R.attr.popupMenuStyle);
H A DActionMenuPresenter.java556 super(context, null, com.android.internal.R.attr.actionOverflowButtonStyle);
H A DActionMenuView.java63 R.attr.actionBarStyle, 0);
/frameworks/support/v13/java/android/support/v13/app/
H A DFragmentTabHost.java133 new int[] { android.R.attr.inflatedId }, 0, 0);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java141 new int[] { android.R.attr.inflatedId }, 0, 0);
/frameworks/base/core/java/android/view/
H A DViewGroup.java72 * @attr ref android.R.styleable#ViewGroup_clipChildren
73 * @attr ref android.R.styleable#ViewGroup_clipToPadding
74 * @attr ref android.R.styleable#ViewGroup_layoutAnimation
75 * @attr ref android.R.styleable#ViewGroup_animationCache
76 * @attr ref android.R.styleable#ViewGroup_persistentDrawingCache
77 * @attr ref android.R.styleable#ViewGroup_alwaysDrawnWithCache
78 * @attr ref android.R.styleable#ViewGroup_addStatesFromChildren
79 * @attr ref android.R.styleable#ViewGroup_descendantFocusability
80 * @attr ref android.R.styleable#ViewGroup_animateLayoutChanges
469 int attr
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java177 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogCenterButtons,
190 com.android.internal.R.attr.alertDialogStyle, 0);
400 null, com.android.internal.R.styleable.AlertDialog, com.android.internal.R.attr.alertDialogStyle, 0);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java790 * @param attr An attribute reference given to obtainStyledAttributes such as defStyle.
794 public Pair<String, Boolean> searchAttr(int attr) { argument
795 Pair<ResourceType, String> info = Bridge.resolveResourceId(attr);
800 info = mProjectCallback.resolveResourceId(attr);
/frameworks/native/opengl/libagl/
H A Degl.cpp1128 static int isAttributeMatching(int i, EGLint attr, EGLint val) argument
1135 attr);
1141 attr);
1148 attr);
1483 EGLint attr = *attrib_list++; local
1488 if (isAttributeMatching(i, attr, val) == 0) {
/frameworks/base/core/java/android/app/
H A DAlertDialog.java105 * to get the dialog's style (such as {@link android.R.attr#alertDialogTheme}
143 context.getTheme().resolveAttribute(com.android.internal.R.attr.alertDialogTheme,
320 * Set an icon as supplied by a theme attribute. e.g. android.R.attr.alertDialogIcon
368 * to get the dialog's style (such as {@link android.R.attr#alertDialogTheme}
469 * Set an icon as supplied by a theme attribute. e.g. android.R.attr.alertDialogIcon
H A DDialog.java154 context.getTheme().resolveAttribute(com.android.internal.R.attr.dialogTheme,
H A DSearchDialog.java114 context.getTheme().resolveAttribute(com.android.internal.R.attr.searchDialogTheme,
/frameworks/base/core/java/android/widget/
H A DTimePicker.java126 this(context, attrs, R.attr.timePickerStyle);
H A DPopupWindow.java126 com.android.internal.R.attr.state_above_anchor
162 this(context, attrs, com.android.internal.R.attr.popupWindowStyle);
H A DDatePicker.java63 * @attr ref android.R.styleable#DatePicker_startYear
64 * @attr ref android.R.styleable#DatePicker_endYear
65 * @attr ref android.R.styleable#DatePicker_maxDate
66 * @attr ref android.R.styleable#DatePicker_minDate
67 * @attr ref android.R.styleable#DatePicker_spinnersShown
68 * @attr ref android.R.styleable#DatePicker_calendarViewShown
145 this(context, attrs, R.attr.datePickerStyle);
H A DSuggestionsAdapter.java372 mContext.getTheme().resolveAttribute(R.attr.textColorSearchUrl, colorValue, true);
H A DTabHost.java84 com.android.internal.R.attr.tabWidgetStyle, 0);
/frameworks/base/include/androidfw/
H A DResourceTypes.h693 ssize_t indexOfAttribute(const char* ns, const char* attr) const;
695 const char16_t* attr, size_t attrLen) const;
/frameworks/base/core/java/com/android/internal/widget/
H A DActionBarView.java178 com.android.internal.R.attr.actionBarStyle, 0);
721 com.android.internal.R.attr.actionDropDownStyle);
723 com.android.internal.R.attr.actionBarTabBarStyle);
H A DActionBarContextView.java74 this(context, attrs, com.android.internal.R.attr.actionModeStyle);
/frameworks/base/core/java/android/gesture/
H A DGestureOverlayView.java41 * @attr ref android.R.styleable#GestureOverlayView_eventsInterceptionEnabled
42 * @attr ref android.R.styleable#GestureOverlayView_fadeDuration
43 * @attr ref android.R.styleable#GestureOverlayView_fadeOffset
44 * @attr ref android.R.styleable#GestureOverlayView_fadeEnabled
45 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeWidth
46 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeAngleThreshold
47 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeLengthThreshold
48 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeSquarenessThreshold
49 * @attr ref android.R.styleable#GestureOverlayView_gestureStrokeType
50 * @attr re
[all...]
/frameworks/base/core/java/android/view/inputmethod/
H A DBaseInputConnection.java581 com.android.internal.R.attr.candidatesTextStyleSpans
/frameworks/base/tools/aapt/
H A DCommand.cpp242 const char* attr, String8* outError)
244 ssize_t idx = tree.indexOfAttribute(ns, attr);
344 // in android.R.attr
241 getAttribute(const ResXMLTree& tree, const char* ns, const char* attr, String8* outError) argument
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp454 GLint attr = *attrib_list++; local
456 if (attr == EGL_CONTEXT_CLIENT_VERSION) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java1046 currentTheme.resolveAttribute(com.android.internal.R.attr.actionBarWidgetTheme,
2268 com.android.internal.R.attr.actionModePopupWindowStyle);
2278 com.android.internal.R.attr.actionBarSize, heightValue, true);
2757 com.android.internal.R.attr.dialogTitleIconsDecorLayout, res, true);
2777 com.android.internal.R.attr.dialogCustomTitleDecorLayout, res, true);
2790 com.android.internal.R.attr.dialogTitleDecorLayout, res, true);

Completed in 485 milliseconds

123456