Home
last modified time | relevance | path

Searched refs:appearance (Results 1 – 25 of 31) sorted by relevance

12

/frameworks/base/core/java/android/text/style/
DTextAppearanceSpan.java44 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/
DSwitch.java152 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()
DTextView.java483 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/
DSpannedTest.java93 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/
Dhello-spinner.jd87 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/
Dui-1.5.jd16 appearance. Even though these changes do not affect binary nor source
/frameworks/base/docs/html/guide/topics/ui/
Ddrag-drop.jd202 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
Dui-events.jd273 <li>Similarly, if in the course of processing the event the View's appearance
Dthemes.jd127 inherit the Android platform's default text appearance and then modify it:</p>
Dcustom-components.jd45 <p>Creating your own View subclasses gives you precise control over the appearance and function
Dmenus.jd341 <p>To define the context menu's appearance and behavior, override your activity's context menu
/frameworks/base/docs/html/guide/developing/devices/
Dindex.jd31 you control the screen dimensions, appearance, and so on. You can also specify the emulated SD
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_action_bar.jd186 control over the appearance of your icons, even if the system's copy changes. Note that the grid
Dicon_design_status_bar.jd232 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,
Dicon_design_menu.jd235 code. In that way, you can maintain control over the appearance of your icons,
Dicon_design_tab.jd291 maintain control over the appearance of your icons, even if the system's
/frameworks/base/docs/html/guide/practices/design/
Daccessibility.jd92 and visually indicate focus by changing the widget visual appearance in some way.</p>
/frameworks/base/docs/html/guide/market/billing/
Dbilling_admin.jd135 users during checkout. For optimum appearance, titles should be no longer than 25 characters;
/frameworks/base/docs/html/guide/practices/
Doptimizing-for-3.0.jd146 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/
Dlayout_tests_nontext.txt2196 /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/
Demulator.jd42 when launching the emulator, to control its appearance or behavior.
/frameworks/base/docs/html/guide/webapps/
Dtargeting.jd289 size that matches the perceived appearance on a medium density screen. More specifically, the
/frameworks/base/docs/html/guide/topics/views/
Dcustom-views.jd26 <p>Creating your own View subclasses gives you precise control over the appearance and function of …
/frameworks/base/docs/html/resources/tutorials/testing/
Dactivity_test.jd966 …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/
Dfragments.jd105 to modify the activity's appearance at runtime and preserve those changes in a back stack

12