/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
D | Resources_Theme_Delegate.java | 54 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) { in obtainStyledAttributes() argument 56 set, attrs, defStyleAttr, defStyleRes); in obtainStyledAttributes()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeContext.java | 508 int defStyleAttr, int defStyleRes) { in obtainStyledAttributes() argument 598 } else if (defStyleRes != 0) { in obtainStyledAttributes() 600 Pair<ResourceType, String> value = Bridge.resolveResourceId(defStyleRes); in obtainStyledAttributes() 602 value = mProjectCallback.resolveResourceId(defStyleRes); in obtainStyledAttributes() 623 defStyleRes, value.getSecond()), in obtainStyledAttributes() 630 defStyleRes, value.getFirst().toString()), in obtainStyledAttributes() 637 defStyleRes), in obtainStyledAttributes()
|
/frameworks/base/core/java/android/content/ |
D | Context.java | 424 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) { in obtainStyledAttributes() argument 426 set, attrs, defStyleAttr, defStyleRes); in obtainStyledAttributes()
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
D | SpinnerICS.java | 698 public DropdownPopup(Context context, AttributeSet attrs, int defStyleRes) { in DropdownPopup() argument 699 super(context, attrs, defStyleRes); in DropdownPopup()
|
/frameworks/base/core/jni/ |
D | android_util_AssetManager.cpp | 882 jint defStyleRes, in android_content_AssetManager_applyStyle() argument 902 themeToken, defStyleAttr, defStyleRes, xmlParserToken)); in android_content_AssetManager_applyStyle() 943 defStyleRes = value.data; in android_content_AssetManager_applyStyle() 971 ssize_t bagOff = defStyleRes != 0 in android_content_AssetManager_applyStyle() 972 ? res.getBagLocked(defStyleRes, &defStyleEnt, &defStyleTypeSetFlags) : -1; in android_content_AssetManager_applyStyle()
|
/frameworks/base/core/java/android/widget/ |
D | Spinner.java | 1034 public DropdownPopup(Context context, AttributeSet attrs, int defStyleRes) { in DropdownPopup() argument 1035 super(context, attrs, 0, defStyleRes); in DropdownPopup()
|
D | PopupWindow.java | 182 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in PopupWindow() argument 188 attrs, com.android.internal.R.styleable.PopupWindow, defStyleAttr, defStyleRes); in PopupWindow()
|
D | ListPopupWindow.java | 209 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { in ListPopupWindow() argument 211 mPopup = new PopupWindow(context, attrs, defStyleAttr, defStyleRes); in ListPopupWindow()
|
/frameworks/base/core/java/android/content/res/ |
D | AssetManager.java | 706 int defStyleAttr, int defStyleRes, int xmlParser, in applyStyle() argument
|
D | Resources.java | 1363 int[] attrs, int defStyleAttr, int defStyleRes) { in obtainStyledAttributes() argument 1373 mTheme, defStyleAttr, defStyleRes, in obtainStyledAttributes()
|