/frameworks/base/core/java/android/text/style/ |
D | TextAppearanceSpan.java | 44 public TextAppearanceSpan(Context context, int appearance) { in TextAppearanceSpan() argument 45 this(context, appearance, -1); in TextAppearanceSpan() 56 public TextAppearanceSpan(Context context, int appearance, int colorList) { in TextAppearanceSpan() argument 60 context.obtainStyledAttributes(appearance, in TextAppearanceSpan()
|
/frameworks/base/core/java/android/widget/ |
D | Switch.java | 152 int appearance = a.getResourceId( in Switch() local 154 if (appearance != 0) { in Switch() 155 setSwitchTextAppearance(context, appearance); in Switch() 173 TypedArray appearance = in setSwitchTextAppearance() local 180 colors = appearance.getColorStateList(com.android.internal.R.styleable. in setSwitchTextAppearance() 189 ts = appearance.getDimensionPixelSize(com.android.internal.R.styleable. in setSwitchTextAppearance() 200 typefaceIndex = appearance.getInt(com.android.internal.R.styleable. in setSwitchTextAppearance() 202 styleIndex = appearance.getInt(com.android.internal.R.styleable. in setSwitchTextAppearance() 207 appearance.recycle(); in setSwitchTextAppearance()
|
D | TextView.java | 483 TypedArray appearance = null; in TextView() local 488 appearance = theme.obtainStyledAttributes( in TextView() 491 if (appearance != null) { in TextView() 492 int n = appearance.getIndexCount(); in TextView() 494 int attr = appearance.getIndex(i); in TextView() 498 textColorHighlight = appearance.getColor(attr, textColorHighlight); in TextView() 502 textColor = appearance.getColorStateList(attr); in TextView() 506 textColorHint = appearance.getColorStateList(attr); in TextView() 510 textColorLink = appearance.getColorStateList(attr); in TextView() 514 textSize = appearance.getDimensionPixelSize(attr, textSize); in TextView() [all …]
|
/frameworks/base/core/tests/coretests/src/android/text/ |
D | SpannedTest.java | 93 TextAppearanceSpan[] appearance = s2.getSpans(7, 8, in testWrapParcel() local 95 assertEquals(1, appearance.length); in testWrapParcel() 96 assertEquals(7, s2.getSpanStart(appearance[0])); in testWrapParcel() 97 assertEquals(8, s2.getSpanEnd(appearance[0])); in testWrapParcel()
|
/frameworks/base/docs/html/resources/tutorials/views/ |
D | hello-spinner.jd | 87 to the initial appearance for the {@link android.widget.Spinner} (which is how each item will 91 appearance, defined by the platform. Then {@link 92 android.widget.ArrayAdapter#setDropDownViewResource(int)} is called to define the appearance for
|
/frameworks/base/docs/html/resources/articles/ |
D | ui-1.5.jd | 16 appearance. Even though these changes do not affect binary nor source
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | drag-drop.jd | 202 receive drag events. At this point, listeners can also change the appearance of their 220 alter its View object's appearance in response to the event. For example, if the event 492 you will get a drag shadow that has the same appearance as the View you pass as an 734 appearance of their View. 769 {@link android.view.DragEvent#ACTION_DRAG_LOCATION}, the listener can change the appearance 776 The listener may want to use this information to alter the appearance of that part of the 782 any appearance changes it applied in response to 842 If listener changed its View object's appearance during the operation, it should reset the 843 View to its default appearance. This is a visual indication to the user that the operation
|
D | ui-events.jd | 273 <li>Similarly, if in the course of processing the event the View's appearance
|
D | themes.jd | 127 inherit the Android platform's default text appearance and then modify it:</p>
|
D | custom-components.jd | 45 <p>Creating your own View subclasses gives you precise control over the appearance and function
|
D | menus.jd | 341 <p>To define the context menu's appearance and behavior, override your activity's context menu
|
/frameworks/base/docs/html/guide/developing/devices/ |
D | index.jd | 31 you control the screen dimensions, appearance, and so on. You can also specify the emulated SD
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | icon_design_action_bar.jd | 186 control over the appearance of your icons, even if the system's copy changes. Note that the grid
|
D | icon_design_status_bar.jd | 232 control over the appearance of your icons, even if the system's copy changes. Note that the grid 381 code. In that way, you can maintain control over the appearance of your icons,
|
D | icon_design_menu.jd | 235 code. In that way, you can maintain control over the appearance of your icons,
|
D | icon_design_tab.jd | 291 maintain control over the appearance of your icons, even if the system's
|
/frameworks/base/docs/html/guide/practices/design/ |
D | accessibility.jd | 92 and visually indicate focus by changing the widget visual appearance in some way.</p>
|
/frameworks/base/docs/html/guide/market/billing/ |
D | billing_admin.jd | 135 users during checkout. For optimum appearance, titles should be no longer than 25 characters;
|
/frameworks/base/docs/html/guide/practices/ |
D | optimizing-for-3.0.jd | 146 Android 3.0, the emulator is still best way to evaluate your application's appearance and 321 designs for the system widgets and overall appearance.</p>
|
/frameworks/base/tests/DumpRenderTree/assets/results/ |
D | layout_tests_nontext.txt | 2196 /sdcard/android/layout_tests/fast/forms/input-appearance-preventDefault.html 2203 /sdcard/android/layout_tests/fast/forms/input-appearance-visibility.html 2225 /sdcard/android/layout_tests/fast/forms/input-appearance-focus.html 2229 /sdcard/android/layout_tests/fast/forms/input-appearance-default-bkcolor.html 2258 /sdcard/android/layout_tests/fast/forms/input-appearance-disabled.html 2259 /sdcard/android/layout_tests/fast/forms/input-appearance-height.html 2290 /sdcard/android/layout_tests/fast/forms/select-disabled-appearance.html 2329 /sdcard/android/layout_tests/fast/forms/input-appearance-width.html 2333 /sdcard/android/layout_tests/fast/forms/input-appearance-readonly.html 2353 /sdcard/android/layout_tests/fast/forms/input-appearance-selection.html [all …]
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | emulator.jd | 42 when launching the emulator, to control its appearance or behavior.
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 289 size that matches the perceived appearance on a medium density screen. More specifically, the
|
/frameworks/base/docs/html/guide/topics/views/ |
D | custom-views.jd | 26 <p>Creating your own View subclasses gives you precise control over the appearance and function of …
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
D | activity_test.jd | 966 …You will see the emulator start. When the unlock option is displayed (its appearance depends on th… 981 At the conclusion of a successful test run, this is the view's appearance:<br/>
|
/frameworks/base/docs/html/guide/topics/fundamentals/ |
D | fragments.jd | 105 to modify the activity's appearance at runtime and preserve those changes in a back stack
|