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

<<2122232425262728

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
AndroidTypeRenameParticipant.java 267 IType styleable = javaProject.findType(rFqcn + '.' + ResourceType.STYLEABLE.getName()); local
268 if (styleable != null) {
269 IField[] fields = styleable.getFields();
276 // Rename styleable fields
291 "Update custom view styleable fields");
476 // Look for styleable renames for custom views
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 281 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.LockPatternView,
284 final String aspect = a.getString(R.styleable.LockPatternView_aspect);
302 mRegularColor = a.getColor(R.styleable.LockPatternView_regularColor, 0);
303 mErrorColor = a.getColor(R.styleable.LockPatternView_errorColor, 0);
304 mSuccessColor = a.getColor(R.styleable.LockPatternView_successColor, 0);
306 int pathColor = a.getColor(R.styleable.LockPatternView_pathColor, mRegularColor);
    [all...]
SwipeDismissLayout.java 116 com.android.internal.R.styleable.Theme);
118 com.android.internal.R.styleable.Window_windowIsTranslucent, false);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 399 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BoxInsetLayout_Layout, 0, 0);
400 boxedEdges = a.getInt(R.styleable.BoxInsetLayout_Layout_ctsv_layout_box, BOX_NONE);
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 306 com.android.internal.R.styleable.DeviceAdmin);
309 com.android.internal.R.styleable.DeviceAdmin_visible, true);
  /frameworks/base/core/java/android/speech/tts/
TtsEngines.java 225 * {@link com.android.internal.R.styleable#TextToSpeechEngine}
251 com.android.internal.R.styleable.TextToSpeechEngine);
253 com.android.internal.R.styleable.TextToSpeechEngine_settingsActivity);
  /frameworks/base/core/java/android/transition/
TransitionSet.java 41 * attributes of {@link android.R.styleable#TransitionSet} and
42 * {@link android.R.styleable#Transition}. Child transitions of the
86 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.TransitionSet);
87 int ordering = a.getInt(R.styleable.TransitionSet_transitionOrdering,
Visibility.java 93 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.VisibilityTransition);
94 int mode = a.getInt(R.styleable.VisibilityTransition_transitionVisibilityMode, 0);
116 * @attr ref android.R.styleable#VisibilityTransition_transitionVisibilityMode
130 * @attr ref android.R.styleable#VisibilityTransition_transitionVisibilityMode
ChangeBounds.java 49 * {@link android.R.styleable#ChangeBounds} along with the other standard
50 * attributes of {@link android.R.styleable#Transition}.</p>
174 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.ChangeBounds);
175 boolean resizeClip = a.getBoolean(R.styleable.ChangeBounds_resizeClip, false);
197 * @attr ref android.R.styleable#ChangeBounds_resizeClip
209 * @attr ref android.R.styleable#ChangeBounds_resizeClip
  /frameworks/base/core/java/android/widget/
AbsSpinner.java 38 * @attr ref android.R.styleable#AbsSpinner_entries
84 attrs, R.styleable.AbsSpinner, defStyleAttr, defStyleRes);
86 final CharSequence[] entries = a.getTextArray(R.styleable.AbsSpinner_entries);
TabHost.java 91 attrs, com.android.internal.R.styleable.TabWidget, defStyleAttr, defStyleRes);
93 mTabLayoutId = a.getResourceId(R.styleable.TabWidget_tabLayout, 0);
SimpleMonthView.java 212 R.styleable.TextAppearance, 0, resId);
214 final String fontFamily = ta.getString(R.styleable.TextAppearance_fontFamily);
220 R.styleable.TextAppearance_textSize, (int) p.getTextSize()));
222 final ColorStateList textColor = ta.getColorStateList(R.styleable.TextAppearance_textColor);
    [all...]
GridView.java 58 * @attr ref android.R.styleable#GridView_horizontalSpacing
59 * @attr ref android.R.styleable#GridView_verticalSpacing
60 * @attr ref android.R.styleable#GridView_stretchMode
61 * @attr ref android.R.styleable#GridView_columnWidth
62 * @attr ref android.R.styleable#GridView_numColumns
63 * @attr ref android.R.styleable#GridView_gravity
137 attrs, R.styleable.GridView, defStyleAttr, defStyleRes);
140 R.styleable.GridView_horizontalSpacing, 0);
144 R.styleable.GridView_verticalSpacing, 0);
147 int index = a.getInt(R.styleable.GridView_stretchMode, STRETCH_COLUMN_WIDTH)
    [all...]
RadialTimePickerView.java 406 R.styleable.TimePicker, defStyleAttr, defStyleRes);
409 R.styleable.TimePicker_numbersTextColor);
411 R.styleable.TimePicker_numbersInnerTextColor);
420 R.styleable.TimePicker_numbersSelectorColor);
439 mPaintBackground.setColor(a.getColor(R.styleable.TimePicker_numbersBackgroundColor,
    [all...]
DateTimeView.java 82 com.android.internal.R.styleable.DateTimeView, 0,
89 case R.styleable.DateTimeView_showRelative:
  /frameworks/base/core/tests/coretests/src/android/widget/
SuggestionsPopupWindowTest.java 266 getActivity().obtainStyledAttributes(com.android.internal.R.styleable.Theme);
268 com.android.internal.R.styleable.Theme_textEditSuggestionHighlightStyle, 0);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/dream/
DreamBackend.java 319 TypedArray sa = res.obtainAttributes(attrs, com.android.internal.R.styleable.Dream);
320 cn = sa.getString(com.android.internal.R.styleable.Dream_settingsActivity);
  /frameworks/base/tools/aapt2/
Resources.proto 192 optional Styleable styleable = 3;
349 // A value that represents a <declare-styleable> XML resource. These are not real resources and
351 message Styleable {
352 // An attribute defined for this styleable.
354 // Where the attribute was defined within the <declare-styleable> block.
  /frameworks/base/tools/aapt2/proto/
TableProtoSerializer.cpp 127 void Visit(Styleable* styleable) override {
128 pb::Styleable* pb_styleable = pb_compound_value()->mutable_styleable();
129 for (Reference& entry : styleable->entries) {
  /frameworks/support/wear/src/android/support/wear/widget/
BoxInsetLayout.java 408 * See {@link R.styleable#BoxInsetLayout_Layout BoxInsetLayout Layout Attributes} for a list
411 * @attr ref R.styleable#BoxInsetLayout_Layout_boxedEdges
448 TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.BoxInsetLayout_Layout,
450 boxedEdges = a.getInt(R.styleable.BoxInsetLayout_Layout_boxedEdges, BOX_NONE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 176 R.styleable.Keyboard, defStyle, R.style.SuggestionStripView);
177 final Drawable iconVoice = keyboardAttr.getDrawable(R.styleable.Keyboard_iconShortcutKey);
  /frameworks/base/media/java/android/media/tv/
TvInputInfo.java     [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
AnimatedVectorDrawable.java 291 * @attr ref android.R.styleable#AnimatedVectorDrawable_drawable
292 * @attr ref android.R.styleable#AnimatedVectorDrawableTarget_name
293 * @attr ref android.R.styleable#AnimatedVectorDrawableTarget_animation
537 R.styleable.AnimatedVectorDrawable);
539 R.styleable.AnimatedVectorDrawable_drawable, 0);
554 R.styleable.AnimatedVectorDrawableTarget);
556 R.styleable.AnimatedVectorDrawableTarget_name);
558 R.styleable.AnimatedVectorDrawableTarget_animation, 0);
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 94 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.CustomVirtualView,
99 R.styleable.CustomVirtualView_internalTextSize, defaultHeight);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 94 TypedArray typedArray = context.obtainStyledAttributes(attrs, R.styleable.CustomVirtualView,
99 R.styleable.CustomVirtualView_internalTextSize, defaultHeight);

Completed in 876 milliseconds

<<2122232425262728