/frameworks/base/core/java/android/widget/ |
EdgeEffect.java | 121 com.android.internal.R.styleable.EdgeEffect); 123 com.android.internal.R.styleable.EdgeEffect_colorEdgeEffect, 0xff666666);
|
TimePicker.java | 44 * @attr ref android.R.styleable#TimePicker_timePickerMode 82 attrs, R.styleable.TimePicker, defStyleAttr, defStyleRes); 83 final int mode = a.getInt(R.styleable.TimePicker_timePickerMode, MODE_SPINNER);
|
AdapterViewAnimator.java | 41 * @attr ref android.R.styleable#AdapterViewAnimator_inAnimation 42 * @attr ref android.R.styleable#AdapterViewAnimator_outAnimation 43 * @attr ref android.R.styleable#AdapterViewAnimator_animateFirstView 44 * @attr ref android.R.styleable#AdapterViewAnimator_loopViews 182 com.android.internal.R.styleable.AdapterViewAnimator, defStyleAttr, defStyleRes); 184 com.android.internal.R.styleable.AdapterViewAnimator_inAnimation, 0); 191 resource = a.getResourceId(com.android.internal.R.styleable.AdapterViewAnimator_outAnimation, 0); 199 com.android.internal.R.styleable.AdapterViewAnimator_animateFirstView, true); 203 com.android.internal.R.styleable.AdapterViewAnimator_loopViews, false); [all...] |
LinearLayout.java | 57 * @attr ref android.R.styleable#LinearLayout_baselineAligned 58 * @attr ref android.R.styleable#LinearLayout_baselineAlignedChildIndex 59 * @attr ref android.R.styleable#LinearLayout_gravity 60 * @attr ref android.R.styleable#LinearLayout_measureWithLargestChild 61 * @attr ref android.R.styleable#LinearLayout_orientation 62 * @attr ref android.R.styleable#LinearLayout_weightSum 214 attrs, com.android.internal.R.styleable.LinearLayout, defStyleAttr, defStyleRes); 216 int index = a.getInt(com.android.internal.R.styleable.LinearLayout_orientation, -1); 221 index = a.getInt(com.android.internal.R.styleable.LinearLayout_gravity, -1); 226 boolean baselineAligned = a.getBoolean(R.styleable.LinearLayout_baselineAligned, true) [all...] |
PopupWindow.java | 77 * XML via the {@link android.R.styleable#PopupWindow_popupAnimationStyle popupAnimationStyle} 86 * style XML via the {@link android.R.styleable#PopupWindow_popupEnterTransition popupEnterTransition} 87 * and {@link android.R.styleable#PopupWindow_popupExitTransition popupExitTransition} 91 * @attr ref android.R.styleable#PopupWindow_overlapAnchor 92 * @attr ref android.R.styleable#PopupWindow_popupAnimationStyle 93 * @attr ref android.R.styleable#PopupWindow_popupBackground 94 * @attr ref android.R.styleable#PopupWindow_popupElevation 95 * @attr ref android.R.styleable#PopupWindow_popupEnterTransition 96 * @attr ref android.R.styleable#PopupWindow_popupExitTransition 274 attrs, R.styleable.PopupWindow, defStyleAttr, defStyleRes) [all...] |
/frameworks/base/core/java/com/android/internal/widget/ |
ResolverDrawerLayout.java | 127 final TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ResolverDrawerLayout, 129 mMaxWidth = a.getDimensionPixelSize(R.styleable.ResolverDrawerLayout_maxWidth, -1); 131 R.styleable.ResolverDrawerLayout_maxCollapsedHeight, 0); 133 R.styleable.ResolverDrawerLayout_maxCollapsedHeightSmall, [all...] |
/frameworks/base/core/tests/coretests/src/android/util/ |
InternalSelectionView.java | 76 attrs, R.styleable.SelectableRowView); 77 mNumRows = a.getInt(R.styleable.SelectableRowView_numRows, 5);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
Clock.java | 87 R.styleable.Clock, 90 mAmPmStyle = a.getInt(R.styleable.Clock_amPmStyle, AM_PM_STYLE_GONE);
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
FrameworkActionBar.java | 161 R.styleable.PopupWindow, R.attr.popupMenuStyle, 0); 162 listView.setBackground(a.getDrawable(R.styleable.PopupWindow_popupBackground));
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/ |
Illustration.java | 76 R.styleable.SuwIllustration, defStyleAttr, 0); 77 mAspectRatio = a.getFloat(R.styleable.SuwIllustration_suwAspectRatio, 0.0f);
|
/frameworks/support/v7/appcompat/src/android/support/v7/app/ |
ActionBar.java | 54 * {@link R.styleable#AppCompatTheme_windowActionBar windowActionBar} property.</p> 60 * {@link R.styleable#AppCompatTheme_windowActionBar windowActionBar} attribute to [all...] |
AlertController.java | 172 final TypedArray a = context.obtainStyledAttributes(null, R.styleable.AlertDialog, 175 mAlertDialogLayout = a.getResourceId(R.styleable.AlertDialog_android_layout, 0); 176 mButtonPanelSideLayout = a.getResourceId(R.styleable.AlertDialog_buttonPanelSideLayout, 0); 178 mListLayout = a.getResourceId(R.styleable.AlertDialog_listLayout, 0); 179 mMultiChoiceItemLayout = a.getResourceId(R.styleable.AlertDialog_multiChoiceItemLayout, 0); 181 .getResourceId(R.styleable.AlertDialog_singleChoiceItemLayout, 0); 182 mListItemLayout = a.getResourceId(R.styleable.AlertDialog_listItemLayout, 0); [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
AbsActionBarView.java | 80 TypedArray a = getContext().obtainStyledAttributes(null, R.styleable.ActionBar, 82 setContentHeight(a.getLayoutDimension(R.styleable.ActionBar_height, 0));
|
/frameworks/support/v7/preference/src/android/support/v7/preference/ |
PreferenceGroupAdapter.java | 275 = parent.getContext().obtainStyledAttributes(null, R.styleable.BackgroundStyle); 277 = a.getDrawable(R.styleable.BackgroundStyle_android_selectableItemBackground);
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PageIndicator.java | 67 R.styleable.PageIndicator, defStyle, 0); 68 mMaxWindowSize = a.getInteger(R.styleable.PageIndicator_windowSize, 15);
|
/packages/apps/Settings/src/com/android/settings/notification/ |
ImportanceSeekBarPreference.java | 64 context.obtainStyledAttributes(attrs, com.android.internal.R.styleable.Theme, 0, 0); 66 ta.getFloat(com.android.internal.R.styleable.Theme_disabledAlpha, 0.5f);
|
/packages/apps/Settings/src/com/android/settings/voice/ |
VoiceInputHelper.java | 192 com.android.internal.R.styleable.RecognitionService); 194 com.android.internal.R.styleable.RecognitionService_settingsActivity);
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
PaneLayout.java | 108 context.getTheme().obtainStyledAttributes(attrs, R.styleable.PaneLayout, 0, 0); 111 title.setText(a.getString(R.styleable.PaneLayout_headerTitle));
|
/frameworks/base/core/java/android/inputmethodservice/ |
KeyboardView.java | 61 * @attr ref android.R.styleable#KeyboardView_keyBackground 62 * @attr ref android.R.styleable#KeyboardView_keyPreviewLayout 63 * @attr ref android.R.styleable#KeyboardView_keyPreviewOffset 64 * @attr ref android.R.styleable#KeyboardView_labelTextSize 65 * @attr ref android.R.styleable#KeyboardView_keyTextSize 66 * @attr ref android.R.styleable#KeyboardView_keyTextColor 67 * @attr ref android.R.styleable#KeyboardView_verticalCorrection 68 * @attr ref android.R.styleable#KeyboardView_popupLayout 270 attrs, android.R.styleable.KeyboardView, defStyleAttr, defStyleRes); 285 case com.android.internal.R.styleable.KeyboardView_keyBackground [all...] |
/packages/apps/Settings/src/com/android/settings/search/ |
Index.java | [all...] |
/frameworks/base/graphics/java/android/graphics/drawable/ |
RippleDrawable.java | 94 * @attr ref android.R.styleable#RippleDrawable_color 385 * @attr ref android.R.styleable#RippleDrawable_color 397 * @attr ref android.R.styleable#RippleDrawable_radius 408 * @attr ref android.R.styleable#RippleDrawable_radius 418 final TypedArray a = obtainAttributes(r, theme, attrs, R.styleable.RippleDrawable); 478 final ColorStateList color = a.getColorStateList(R.styleable.RippleDrawable_color); 484 R.styleable.RippleDrawable_radius, mState.mMaxRadius); 489 || mState.mTouchThemeAttrs[R.styleable.RippleDrawable_color] == 0)) { 506 R.styleable.RippleDrawable); [all...] |
/frameworks/base/packages/Keyguard/src/com/android/keyguard/ |
PasswordTextView.java | 120 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.PasswordTextView); 122 mTextHeightRaw = a.getInt(R.styleable.PasswordTextView_scaledTextSize, 0); 123 mGravity = a.getInt(R.styleable.PasswordTextView_android_gravity, Gravity.CENTER); 124 mDotSize = a.getDimensionPixelSize(R.styleable.PasswordTextView_dotSize, 126 mCharPadding = a.getDimensionPixelSize(R.styleable.PasswordTextView_charPadding,
|
/frameworks/support/design/src/android/support/design/widget/ |
Snackbar.java | 671 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.SnackbarLayout); 672 mMaxWidth = a.getDimensionPixelSize(R.styleable.SnackbarLayout_android_maxWidth, -1); 674 R.styleable.SnackbarLayout_maxActionInlineWidth, -1); 675 if (a.hasValue(R.styleable.SnackbarLayout_elevation)) { 677 R.styleable.SnackbarLayout_elevation, 0));
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
PointerTracker.java | 68 R.styleable.MainKeyboardView_keySelectionByDraggingFinger, false); 70 R.styleable.MainKeyboardView_touchNoiseThresholdTime, 0); 72 R.styleable.MainKeyboardView_touchNoiseThresholdDistance, 0); 74 R.styleable.MainKeyboardView_suppressKeyPreviewAfterBatchInputDuration, 0); 76 R.styleable.MainKeyboardView_keyRepeatStartTimeout, 0); 78 R.styleable.MainKeyboardView_keyRepeatInterval, 0); 80 R.styleable.MainKeyboardView_longPressShiftLockTimeout, 0); [all...] |
/frameworks/base/core/java/android/app/ |
Fragment.java | [all...] |