Searched refs:getResourceId (Results 76 - 100 of 135) sorted by relevance

123456

/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DSlideKitkat.java156 final int resID = a.getResourceId(R.styleable.lbSlide_android_interpolator, 0);
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentTabHost.java142 mContainerId = a.getResourceId(0, 0);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java239 mLayoutResId = a.getResourceId(R.styleable.PreferenceFragmentCompat_layout,
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java3817 params.windowAnimations = a.getResourceId(
3826 mBackgroundResource = a.getResourceId(
3830 mFrameResource = a.getResourceId(R.styleable.Window_windowFrame, 0);
3832 mBackgroundFallbackResource = a.getResourceId(
3892 layoutResource = a.getResourceId(
4057 final int transitionRes = getWindowStyle().getResourceId(
4112 int transitionId = getWindowStyle().getResourceId(id, -1);
4749 background = a.getResourceId(
4751 fullBackground = a.getResourceId(
4753 windowAnimations = a.getResourceId(
[all...]
/frameworks/base/core/java/android/content/
H A DContentResolver.java650 OpenResourceIdResult r = getResourceId(uri);
930 OpenResourceIdResult r = getResourceId(uri);
1175 public OpenResourceIdResult getResourceId(Uri uri) throws FileNotFoundException { method in class:ContentResolver
/frameworks/base/core/java/android/widget/
H A DFastScroller.java346 mPreviewResId[PREVIEW_LEFT] = ta.getResourceId(index, 0);
349 mPreviewResId[PREVIEW_RIGHT] = ta.getResourceId(index, 0);
358 mTextAppearance = ta.getResourceId(index, 0);
H A DPopupWindow.java232 final int animStyle = a.getResourceId(R.styleable.PopupWindow_popupAnimationStyle, 0);
242 final Transition enterTransition = getTransition(a.getResourceId(
246 exitTransition = getTransition(a.getResourceId(
H A DSearchView.java269 final int layoutResId = a.getResourceId(
303 mSuggestionRowLayout = a.getResourceId(R.styleable.SearchView_suggestionRowLayout,
305 mSuggestionCommitIconResId = a.getResourceId(R.styleable.SearchView_commitIcon, 0);
H A DTabHost.java90 mTabLayoutId = a.getResourceId(R.styleable.TabWidget_tabLayout, 0);
H A DToolbar.java200 mTitleTextAppearance = a.getResourceId(R.styleable.Toolbar_titleTextAppearance, 0);
201 mSubtitleTextAppearance = a.getResourceId(R.styleable.Toolbar_subtitleTextAppearance, 0);
202 mNavButtonStyle = a.getResourceId(R.styleable.Toolbar_navigationButtonStyle, 0);
264 setPopupTheme(a.getResourceId(R.styleable.Toolbar_popupTheme, 0));
H A DCalendarViewLegacyDelegate.java293 mDateTextAppearanceResId = a.getResourceId(
297 mWeekDayTextAppearanceResId = a.getResourceId(
H A DSuggestionsAdapter.java596 mProviderContext.getContentResolver().getResourceId(uri);
H A DTimePickerSpinnerDelegate.java83 final int layoutResourceId = a.getResourceId(
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DSearchView.java287 final int layoutResId = a.getResourceId(
315 mSuggestionRowLayout = a.getResourceId(R.styleable.SearchView_suggestionRowLayout,
317 mSuggestionCommitIconResId = a.getResourceId(R.styleable.SearchView_commitIcon, 0);
H A DToolbar.java217 mTitleTextAppearance = a.getResourceId(R.styleable.Toolbar_titleTextAppearance, 0);
218 mSubtitleTextAppearance = a.getResourceId(R.styleable.Toolbar_subtitleTextAppearance, 0);
279 setPopupTheme(a.getResourceId(R.styleable.Toolbar_popupTheme, 0));
H A DAppCompatSpinner.java208 final int popupThemeResId = a.getResourceId(R.styleable.Spinner_popupTheme, 0);
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java252 final int resID = a.getResourceId(com.android.internal.R.styleable.Animation_interpolator, 0);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DIconMenuView.java146 mAnimations = a.getResourceId(com.android.internal.R.styleable.MenuView_windowAnimationStyle, 0);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayout.java301 return Bridge.getResourceId(ResourceType.ID, ID_PREFIX + name);
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
H A DSetupWizardLayout.java94 template = a.getResourceId(R.styleable.SuwSetupWizardLayout_android_layout, 0);
/frameworks/support/v4/java/android/support/v4/view/
H A DPagerTitleStrip.java125 final int textAppearance = a.getResourceId(0, 0);
/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboard.java208 mode = a.getResourceId(com.android.internal.R.styleable.Keyboard_Row_keyboardMode,
370 popupResId = a.getResourceId(
/frameworks/base/core/java/android/content/res/
H A DTypedArray.java804 public int getResourceId(int index, int defValue) { method in class:TypedArray
/frameworks/base/graphics/java/android/graphics/drawable/
H A DNinePatchDrawable.java431 final int srcResId = a.getResourceId(R.styleable.NinePatchDrawable_src, 0);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java606 public static Integer getResourceId(ResourceType type, String name) { method in class:Bridge

Completed in 548 milliseconds

123456