Class android.view.View
Added Methods | |
---|---|
void cancelDragAndDrop ()
|
|
void dispatchFinishTemporaryDetach ()
|
|
void dispatchStartTemporaryDetach ()
|
|
void forceHasOverlappingRendering (boolean )
|
|
boolean getHasOverlappingRendering ()
|
|
PointerIcon getPointerIcon ()
|
|
boolean isTemporarilyDetached ()
|
|
PointerIcon onResolvePointerIcon (MotionEvent, int )
|
|
void onVisibilityAggregated (boolean )
|
|
boolean performContextClick (float, float )
|
|
boolean performLongClick (float, float )
|
|
void setPointerIcon (PointerIcon )
|
|
boolean showContextMenu (float, float )
|
|
boolean startDragAndDrop (ClipData, DragShadowBuilder, Object, int )
|
|
void updateDragShadow (DragShadowBuilder )
|
Changed Methods | ||
---|---|---|
boolean startDrag (ClipData, DragShadowBuilder, Object, int )
|
Now deprecated. |
Added Fields | |
---|---|
int DRAG_FLAG_GLOBAL
|
|
int DRAG_FLAG_GLOBAL_PERSISTABLE_URI_PERMISSION
|
|
int DRAG_FLAG_GLOBAL_PREFIX_URI_PERMISSION
|
|
int DRAG_FLAG_GLOBAL_URI_READ
|
|
int DRAG_FLAG_GLOBAL_URI_WRITE
|
|
int DRAG_FLAG_OPAQUE
|