HomeSort by relevance Sort by last modified time
    Searched refs:styleable (Results 476 - 500 of 686) sorted by null

<<11121314151617181920>>

  /frameworks/base/tools/aapt2/
Debug.cpp 101 void Visit(Styleable* styleable) override {
102 std::cout << "(styleable)";
103 for (const auto& attr : styleable->entries) {
  /frameworks/support/v17/leanback/api21/android/support/v17/leanback/transition/
FadeAndShortSlide.java 164 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.lbSlide);
165 int edge = a.getInt(R.styleable.lbSlide_lb_slideEdge, Gravity.START);
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBar.java 56 * {@link R.styleable#AppCompatTheme_windowActionBar windowActionBar} property.</p>
62 * {@link R.styleable#AppCompatTheme_windowActionBar windowActionBar} attribute to
    [all...]
  /frameworks/support/v7/preference/src/android/support/v7/preference/
PreferenceGroupAdapter.java 333 = parent.getContext().obtainStyledAttributes(null, R.styleable.BackgroundStyle);
335 = a.getDrawable(R.styleable.BackgroundStyle_android_selectableItemBackground);
  /packages/apps/Dialer/java/com/android/dialer/calllogutils/
CallTypeIconsView.java 61 context.getTheme().obtainStyledAttributes(attrs, R.styleable.CallTypeIconsView, 0, 0);
62 useLargeIcons = typedArray.getBoolean(R.styleable.CallTypeIconsView_useLargeIcons, false);
  /packages/apps/Launcher2/src/com/android/launcher2/
Cling.java 82 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.Cling, defStyle, 0);
83 mDrawIdentifier = a.getString(R.styleable.Cling_drawIdentifier);
PagedView.java 206 R.styleable.PagedView, defStyle, 0);
207 setPageSpacing(a.getDimensionPixelSize(R.styleable.PagedView_pageSpacing, 0));
209 R.styleable.PagedView_pageLayoutPaddingTop, 0);
211 R.styleable.PagedView_pageLayoutPaddingBottom, 0);
213 R.styleable.PagedView_pageLayoutPaddingLeft, 0);
215 R.styleable.PagedView_pageLayoutPaddingRight, 0);
217 R.styleable.PagedView_pageLayoutWidthGap, 0);
219 R.styleable.PagedView_pageLayoutHeightGap, 0);
221 a.getDimensionPixelSize(R.styleable.PagedView_scrollIndicatorPaddingLeft, 0);
223 a.getDimensionPixelSize(R.styleable.PagedView_scrollIndicatorPaddingRight, 0)
    [all...]
AppsCustomizePagedView.java 260 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.AppsCustomizePagedView, 0, 0);
261 mMaxAppCellCountX = a.getInt(R.styleable.AppsCustomizePagedView_maxAppCellCountX, -1);
262 mMaxAppCellCountY = a.getInt(R.styleable.AppsCustomizePagedView_maxAppCellCountY, -1);
264 a.getDimensionPixelSize(R.styleable.AppsCustomizePagedView_widgetCellWidthGap, 0);
266 a.getDimensionPixelSize(R.styleable.AppsCustomizePagedView_widgetCellHeightGap, 0);
267 mWidgetCountX = a.getInt(R.styleable.AppsCustomizePagedView_widgetCountX, 2);
268 mWidgetCountY = a.getInt(R.styleable.AppsCustomizePagedView_widgetCountY, 2);
269 mClingFocusedX = a.getInt(R.styleable.AppsCustomizePagedView_clingFocusedX, 0);
270 mClingFocusedY = a.getInt(R.styleable.AppsCustomizePagedView_clingFocusedY, 0);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ButtonDropTarget.java 92 R.styleable.ButtonDropTarget, defStyle, 0);
93 mHideParentOnDisable = a.getBoolean(R.styleable.ButtonDropTarget_hideParentOnDisable, false);
  /packages/apps/Launcher3/src/com/android/launcher3/views/
RecyclerViewFastScroller.java 137 context.obtainStyledAttributes(attrs, R.styleable.RecyclerViewFastScroller, defStyleAttr, 0);
138 mCanThumbDetach = ta.getBoolean(R.styleable.RecyclerViewFastScroller_canThumbDetach, false);
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 92 context.obtainStyledAttributes(attrs, R.styleable.AudioAttachmentView);
93 mMode = typedAttributes.getInt(R.styleable.AudioAttachmentView_layoutMode,
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysKeyboardView.java 63 R.styleable.MoreKeysKeyboardView, defStyle, R.style.MoreKeysKeyboardView);
64 mDivider = moreKeysKeyboardViewAttr.getDrawable(R.styleable.MoreKeysKeyboardView_divider);
  /developers/build/prebuilts/gradle/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/widget/
MovieView.kt 124 val a = context.obtainStyledAttributes(attrs, R.styleable.MovieView,
126 setVideoResourceId(a.getResourceId(R.styleable.MovieView_android_src, 0))
127 setAdjustViewBounds(a.getBoolean(R.styleable.MovieView_android_adjustViewBounds, false))
  /developers/samples/android/media/PictureInPicture/kotlinApp/app/src/main/java/com/example/android/pictureinpicture/widget/
MovieView.kt 124 val a = context.obtainStyledAttributes(attrs, R.styleable.MovieView,
126 setVideoResourceId(a.getResourceId(R.styleable.MovieView_android_src, 0))
127 setAdjustViewBounds(a.getBoolean(R.styleable.MovieView_android_adjustViewBounds, false))
  /frameworks/base/core/java/android/view/
LayoutInflater.java     [all...]
ViewGroup.java 106 * @attr ref android.R.styleable#ViewGroup_clipChildren
107 * @attr ref android.R.styleable#ViewGroup_clipToPadding
108 * @attr ref android.R.styleable#ViewGroup_layoutAnimation
109 * @attr ref android.R.styleable#ViewGroup_animationCache
110 * @attr ref android.R.styleable#ViewGroup_persistentDrawingCache
111 * @attr ref android.R.styleable#ViewGroup_alwaysDrawnWithCache
112 * @attr ref android.R.styleable#ViewGroup_addStatesFromChildren
113 * @attr ref android.R.styleable#ViewGroup_descendantFocusability
114 * @attr ref android.R.styleable#ViewGroup_animateLayoutChanges
115 * @attr ref android.R.styleable#ViewGroup_splitMotionEvent
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
DotsPageIndicator.java 131 attrs, R.styleable.DotsPageIndicator, defStyle, 0);
132 dotDiameter = typedArray.getDimensionPixelSize(R.styleable.DotsPageIndicator_dotDiameter,
136 gap = typedArray.getDimensionPixelSize(R.styleable.DotsPageIndicator_dotGap,
138 animDuration = (long) typedArray.getInteger(R.styleable.DotsPageIndicator_animationDuration,
141 unselectedColour = typedArray.getColor(R.styleable.DotsPageIndicator_pageIndicatorColor,
143 selectedColour = typedArray.getColor(R.styleable.DotsPageIndicator_currentPageIndicatorColor,
    [all...]
  /frameworks/base/core/java/android/widget/
PopupWindow.java 82 * XML via the {@link android.R.styleable#PopupWindow_popupAnimationStyle popupAnimationStyle}
91 * style XML via the {@link android.R.styleable#PopupWindow_popupEnterTransition popupEnterTransition}
92 * and {@link android.R.styleable#PopupWindow_popupExitTransition popupExitTransition}
96 * @attr ref android.R.styleable#PopupWindow_overlapAnchor
97 * @attr ref android.R.styleable#PopupWindow_popupAnimationStyle
98 * @attr ref android.R.styleable#PopupWindow_popupBackground
99 * @attr ref android.R.styleable#PopupWindow_popupElevation
100 * @attr ref android.R.styleable#PopupWindow_popupEnterTransition
101 * @attr ref android.R.styleable#PopupWindow_popupExitTransition
294 attrs, R.styleable.PopupWindow, defStyleAttr, defStyleRes)
    [all...]
Gallery.java 46 * {@link android.R.styleable#Theme_galleryItemBackground} as the background for
53 * @attr ref android.R.styleable#Gallery_animationDuration
54 * @attr ref android.R.styleable#Gallery_spacing
55 * @attr ref android.R.styleable#Gallery_gravity
207 attrs, com.android.internal.R.styleable.Gallery, defStyleAttr, defStyleRes);
209 int index = a.getInt(com.android.internal.R.styleable.Gallery_gravity, -1);
215 a.getInt(com.android.internal.R.styleable.Gallery_animationDuration, -1);
221 a.getDimensionPixelOffset(com.android.internal.R.styleable.Gallery_spacing, 0);
225 com.android.internal.R.styleable.Gallery_unselectedAlpha, 0.5f);
280 * @attr ref android.R.styleable#Gallery_animationDuratio
    [all...]
ActivityChooserView.java 233 R.styleable.ActivityChooserView, defStyleAttr, defStyleRes);
236 R.styleable.ActivityChooserView_initialActivityCount,
240 R.styleable.ActivityChooserView_expandActivityOverflowButtonDrawable);
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 68 * @attr ref android.R.styleable#KeyboardView_keyBackground
69 * @attr ref android.R.styleable#KeyboardView_keyPreviewLayout
70 * @attr ref android.R.styleable#KeyboardView_keyPreviewOffset
71 * @attr ref android.R.styleable#KeyboardView_labelTextSize
72 * @attr ref android.R.styleable#KeyboardView_keyTextSize
73 * @attr ref android.R.styleable#KeyboardView_keyTextColor
74 * @attr ref android.R.styleable#KeyboardView_verticalCorrection
75 * @attr ref android.R.styleable#KeyboardView_popupLayout
295 attrs, R.styleable.KeyboardView, defStyle, 0);
309 case R.styleable.KeyboardView_keyBackground
    [all...]
  /frameworks/base/core/java/android/transition/
ChangeTransform.java 103 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeTransform);
104 mUseOverlay = a.getBoolean(R.styleable.ChangeTransform_reparentWithOverlay, true);
105 mReparent = a.getBoolean(R.styleable.ChangeTransform_reparent, true);
125 * @attr ref android.R.styleable#ChangeTransform_reparentWithOverlay
148 * @attr ref android.R.styleable#ChangeTransform_reparentWithOverlay
161 * @attr ref android.R.styleable#ChangeTransform_reparent
175 * @attr ref android.R.styleable#ChangeTransform_reparent
  /frameworks/support/design/src/android/support/design/widget/
BaseTransientBottomBar.java 680 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SnackbarLayout);
681 if (a.hasValue(R.styleable.SnackbarLayout_elevation)) {
683 R.styleable.SnackbarLayout_elevation, 0));
CoordinatorLayout.java 208 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.CoordinatorLayout,
210 final int keylineArrayRes = a.getResourceId(R.styleable.CoordinatorLayout_keylines, 0);
220 mStatusBarBackground = a.getDrawable(R.styleable.CoordinatorLayout_statusBarBackground);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActivityChooserView.java 222 R.styleable.ActivityChooserView, defStyle, 0);
225 R.styleable.ActivityChooserView_initialActivityCount,
229 R.styleable.ActivityChooserView_expandActivityOverflowButtonDrawable);

Completed in 2233 milliseconds

<<11121314151617181920>>