Searched defs:defStyleAttr (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/content/res/
H A DResources_Theme_Delegate.java54 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
56 set, attrs, defStyleAttr, defStyleRes);
52 obtainStyledAttributes( Resources thisResources, Theme thisTheme, AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java66 public MediaRouteButton(Context context, AttributeSet attrs, int defStyleAttr) { argument
67 super(context, attrs, defStyleAttr);
72 com.android.internal.R.styleable.MediaRouteButton, defStyleAttr, 0);
/frameworks/base/core/java/android/content/res/
H A DResources.java1221 * <li> The default style specified by <var>defStyleAttr</var> and
1235 * @param defStyleAttr An attribute in the current theme that contains a
1241 * used only if defStyleAttr is 0 or can not be found
1253 int[] attrs, int defStyleAttr, int defStyleRes) {
1263 mTheme, defStyleAttr, defStyleRes,
1252 obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
H A DAssetManager.java700 int defStyleAttr, int defStyleRes, int xmlParser,
699 applyStyle(int theme, int defStyleAttr, int defStyleRes, int xmlParser, int[] inAttrs, int[] outValues, int[] outIndices) argument
/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java174 public AdapterViewAnimator(Context context, AttributeSet attrs, int defStyleAttr) { argument
175 super(context, attrs, defStyleAttr);
178 com.android.internal.R.styleable.AdapterViewAnimator, defStyleAttr, 0);
H A DListPopupWindow.java177 * @param defStyleAttr Default style attribute to use for popup content.
179 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr) { argument
180 this(context, attrs, defStyleAttr, 0);
189 * @param defStyleAttr Style attribute to read for default styling of popup content.
192 public ListPopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
194 mPopup = new PopupWindow(context, attrs, defStyleAttr, defStyleRes);
H A DPopupWindow.java177 public PopupWindow(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) { argument
183 attrs, com.android.internal.R.styleable.PopupWindow, defStyleAttr, defStyleRes);
H A DStackView.java170 public StackView(Context context, AttributeSet attrs, int defStyleAttr) { argument
171 super(context, attrs, defStyleAttr);
173 com.android.internal.R.styleable.StackView, defStyleAttr, 0);
/frameworks/base/core/java/android/content/
H A DContext.java373 AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) {
375 set, attrs, defStyleAttr, defStyleRes);
372 obtainStyledAttributes( AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument
/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp868 jint defStyleAttr,
888 DEBUG_STYLES(LOGI("APPLY STYLE: theme=0x%x defStyleAttr=0x%x defStyleRes=0x%x xml=0x%x",
889 themeToken, defStyleAttr, defStyleRes, xmlParserToken));
926 if (defStyleAttr != 0) {
928 if (theme->getAttribute(defStyleAttr, &value, &defStyleBagTypeSetFlags) >= 0) {
866 android_content_AssetManager_applyStyle(JNIEnv* env, jobject clazz, jint themeToken, jint defStyleAttr, jint defStyleRes, jint xmlParserToken, jintArray attrs, jintArray outValues, jintArray outIndices) argument
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java502 int defStyleAttr, int defStyleRes) {
558 // resolve the defStyleAttr value into a IStyleResourceValue
561 if (defStyleAttr != 0) {
563 Pair<String, Boolean> defStyleAttribute = searchAttr(defStyleAttr);
501 obtainStyledAttributes(AttributeSet set, int[] attrs, int defStyleAttr, int defStyleRes) argument

Completed in 330 milliseconds