Class android.view.
View
Added Methods | |
---|---|
void
addOnLayoutChangeListener
(
OnLayoutChangeListener
)
|
|
int
combineMeasuredStates
(
int,
|
|
boolean
dispatchDragEvent
(
DragEvent
)
|
|
void
dispatchSetActivated
(
boolean
)
|
|
void
dispatchSystemUiVisibilityChanged
(
int
)
|
|
float
getAlpha
()
|
|
int
getLayerType
()
|
|
Matrix
getMatrix
()
|
|
int
getMeasuredHeightAndState
()
|
|
int
getMeasuredState
()
|
|
int
getMeasuredWidthAndState
()
|
|
int
getNextFocusForwardId
()
|
|
float
getPivotX
()
|
|
float
getPivotY
()
|
|
float
getRotation
()
|
|
float
getRotationX
()
|
|
float
getRotationY
()
|
|
float
getScaleX
()
|
|
float
getScaleY
()
|
|
int
getSystemUiVisibility
()
|
|
float
getTranslationX
()
|
|
float
getTranslationY
()
|
|
int
getVerticalScrollbarPosition
()
|
|
float
getX
()
|
|
float
getY
()
|
|
boolean
isActivated
()
|
|
boolean
isDirty
()
|
|
boolean
isHardwareAccelerated
()
|
|
boolean
isSaveFromParentEnabled
()
|
|
void
jumpDrawablesToCurrentState
()
|
|
boolean
onDragEvent
(
DragEvent
)
|
|
void
removeOnLayoutChangeListener
(
OnLayoutChangeListener
)
|
|
int
resolveSizeAndState
(
int,
|
|
void
setActivated
(
boolean
)
|
|
void
setAlpha
(
float
)
|
|
void
setBottom
(
int
)
|
|
void
setLayerType
(
int,
|
|
void
setLeft
(
int
)
|
|
void
setNextFocusForwardId
(
int
)
|
|
void
setOnDragListener
(
OnDragListener
)
|
|
void
setOnSystemUiVisibilityChangeListener
(
OnSystemUiVisibilityChangeListener
)
|
|
void
setPivotX
(
float
)
|
|
void
setPivotY
(
float
)
|
|
void
setRight
(
int
)
|
|
void
setRotation
(
float
)
|
|
void
setRotationX
(
float
)
|
|
void
setRotationY
(
float
)
|
|
void
setSaveFromParentEnabled
(
boolean
)
|
|
void
setScaleX
(
float
)
|
|
void
setScaleY
(
float
)
|
|
void
setSystemUiVisibility
(
int
)
|
|
void
setTop
(
int
)
|
|
void
setTranslationX
(
float
)
|
|
void
setTranslationY
(
float
)
|
|
void
setVerticalScrollbarPosition
(
int
)
|
|
void
setX
(
float
)
|
|
void
setY
(
float
)
|
|
ActionMode
startActionMode
(
Callback
)
|
|
boolean
startDrag
(
ClipData,
|
Changed Methods | ||
---|---|---|
void
layout
(
int,
|
Change from final to non-final.
|
Added Fields | |
---|---|
int
LAYER_TYPE_HARDWARE
|
|
int
LAYER_TYPE_NONE
|
|
int
LAYER_TYPE_SOFTWARE
|
|
int
MEASURED_HEIGHT_STATE_SHIFT
|
|
int
MEASURED_SIZE_MASK
|
|
int
MEASURED_STATE_MASK
|
|
int
MEASURED_STATE_TOO_SMALL
|
|
int
SCROLLBAR_POSITION_DEFAULT
|
|
int
SCROLLBAR_POSITION_LEFT
|
|
int
SCROLLBAR_POSITION_RIGHT
|
|
int
STATUS_BAR_HIDDEN
|
|
int
STATUS_BAR_VISIBLE
|