Searched refs:AndroidResources (Results 1 - 10 of 10) sorted by relevance

/frameworks/support/v7/preference/constants/android/support/v7/preference/
H A DAndroidResources.java27 public class AndroidResources { class
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceViewHolder.java42 mCachedViews.put(AndroidResources.ANDROID_R_ICON_FRAME,
43 itemView.findViewById(AndroidResources.ANDROID_R_ICON_FRAME));
H A DEditTextPreference.java51 AndroidResources.ANDROID_R_EDITTEXT_PREFERENCE_STYLE));
H A DPreferenceFragmentCompat.java267 final View rawListContainer = view.findViewById(AndroidResources.ANDROID_R_LIST_CONTAINER);
H A DPreference.java525 imageFrame = holder.findViewById(AndroidResources.ANDROID_R_ICON_FRAME);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java652 AndroidResources.styleable_VectorDrawableTypeArray);
696 AndroidResources.styleable_VectorDrawable_tintMode, -1);
700 a.getColorStateList(AndroidResources.styleable_VectorDrawable_tint);
706 AndroidResources.styleable_VectorDrawable_autoMirrored, state.mAutoMirrored);
709 AndroidResources.styleable_VectorDrawable_viewportWidth,
713 AndroidResources.styleable_VectorDrawable_viewportHeight,
725 AndroidResources.styleable_VectorDrawable_width, pathRenderer.mBaseWidth);
727 AndroidResources.styleable_VectorDrawable_height, pathRenderer.mBaseHeight);
738 AndroidResources.styleable_VectorDrawable_alpha, pathRenderer.getAlpha());
741 final String name = a.getString(AndroidResources
[all...]
H A DAndroidResources.java17 class AndroidResources { class
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DSwitchPreference.java23 import android.support.v7.preference.AndroidResources;
145 View switchView = holder.findViewById(AndroidResources.ANDROID_R_SWITCH_WIDGET);
224 View switchView = view.findViewById(AndroidResources.ANDROID_R_SWITCH_WIDGET);
H A DPreferenceFragment.java34 import android.support.v7.preference.AndroidResources;
257 AndroidResources.ANDROID_R_PREFERENCE_FRAGMENT_STYLE),
279 final View rawListContainer = view.findViewById(AndroidResources.ANDROID_R_LIST_CONTAINER);
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java375 AndroidResources.styleable_AnimatedVectorDrawable);
378 AndroidResources.styleable_AnimatedVectorDrawable_drawable, 0);
396 AndroidResources.styleable_AnimatedVectorDrawableTarget);
398 AndroidResources.styleable_AnimatedVectorDrawableTarget_name);
401 AndroidResources.styleable_AnimatedVectorDrawableTarget_animation, 0);

Completed in 1871 milliseconds