| Added Methods
|
boolean getClipToPadding()
|
|
int getNestedScrollAxes()
|
|
boolean getTouchscreenBlocksFocus()
|
|
boolean isTransitionGroup()
|
|
boolean onNestedFling(View, float, float, boolean)
|
|
boolean onNestedPreFling(View, float, float)
|
|
void onNestedPreScroll(View, int, int, int[])
|
|
void onNestedScroll(View, int, int, int, int)
|
|
void onNestedScrollAccepted(View, View, int)
|
|
boolean onStartNestedScroll(View, View, int)
|
|
void onStopNestedScroll(View)
|
|
void setTouchscreenBlocksFocus(boolean)
|
|
void setTransitionGroup(boolean)
|
|