Class android.view.
View
Added Methods | |
---|---|
int
generateViewId
()
|
|
Display
getDisplay
()
|
|
int
getLabelFor
()
|
|
int
getLayoutDirection
()
|
|
int
getPaddingEnd
()
|
|
int
getPaddingStart
()
|
|
int
getTextAlignment
()
|
|
int
getTextDirection
()
|
|
boolean
isPaddingRelative
()
|
|
void
onRtlPropertiesChanged
(
int
)
|
|
void
setLabelFor
(
int
)
|
|
void
setLayerPaint
(
Paint
)
|
|
void
setLayoutDirection
(
int
)
|
|
void
setPaddingRelative
(
int,
|
|
void
setTextAlignment
(
int
)
|
|
void
setTextDirection
(
int
)
|
Removed Fields | |
---|---|
int
TEXT_ALIGNMENT_RESOLVED_DEFAULT
|
Added Fields | |
---|---|
int
LAYOUT_DIRECTION_INHERIT
|
|
int
LAYOUT_DIRECTION_LOCALE
|
|
int
LAYOUT_DIRECTION_LTR
|
|
int
LAYOUT_DIRECTION_RTL
|
|
int
TEXT_ALIGNMENT_CENTER
|
|
int
TEXT_ALIGNMENT_GRAVITY
|
|
int
TEXT_ALIGNMENT_TEXT_END
|
|
int
TEXT_ALIGNMENT_TEXT_START
|
|
int
TEXT_ALIGNMENT_VIEW_END
|
|
int
TEXT_ALIGNMENT_VIEW_START
|
|
int
TEXT_DIRECTION_ANY_RTL
|
|
int
TEXT_DIRECTION_FIRST_STRONG
|
|
int
TEXT_DIRECTION_INHERIT
|
|
int
TEXT_DIRECTION_LOCALE
|
|
int
TEXT_DIRECTION_LTR
|
|
int
TEXT_DIRECTION_RTL
|