Constructor and Description |
---|
PrivateAccess() |
Modifier and Type | Method and Description |
---|---|
void |
awakenScrollBars(int duration) |
void |
awakenScrollBars(int duration,
boolean invalidate) |
int |
getHorizontalScrollbarHeight() |
float |
getHorizontalScrollFactor() |
float |
getVerticalScrollFactor() |
void |
onScrollChanged(int l,
int t,
int oldl,
int oldt) |
void |
overScrollBy(int deltaX,
int deltaY,
int scrollX,
int scrollY,
int scrollRangeX,
int scrollRangeY,
int maxOverScrollX,
int maxOverScrollY,
boolean isTouchEvent) |
void |
setMeasuredDimension(int measuredWidth,
int measuredHeight) |
void |
setScrollXRaw(int scrollX)
Raw setter for the scroll X value, without invoking onScrollChanged handlers etc.
|
void |
setScrollYRaw(int scrollY)
Raw setter for the scroll Y value, without invoking onScrollChanged handlers etc.
|
void |
super_computeScroll() |
boolean |
super_dispatchKeyEvent(KeyEvent event) |
int |
super_getScrollBarStyle() |
void |
super_onDrawVerticalScrollBar(Canvas canvas,
Drawable scrollBar,
int l,
int t,
int r,
int b) |
boolean |
super_onGenericMotionEvent(MotionEvent event) |
boolean |
super_onHoverEvent(MotionEvent event) |
boolean |
super_performAccessibilityAction(int action,
Bundle arguments) |
boolean |
super_performLongClick() |
boolean |
super_requestFocus(int direction,
Rect previouslyFocusedRect) |
void |
super_scrollTo(int scrollX,
int scrollY) |
boolean |
super_setFrame(int left,
int top,
int right,
int bottom) |
void |
super_setLayoutParams(ViewGroup.LayoutParams params) |
void |
super_startActivityForResult(Intent intent,
int requestCode) |
public int super_getScrollBarStyle()
public void super_scrollTo(int scrollX, int scrollY)
public void super_computeScroll()
public boolean super_onHoverEvent(MotionEvent event)
public boolean super_performAccessibilityAction(int action, Bundle arguments)
public boolean super_performLongClick()
public boolean super_setFrame(int left, int top, int right, int bottom)
public boolean super_dispatchKeyEvent(KeyEvent event)
public boolean super_onGenericMotionEvent(MotionEvent event)
public boolean super_requestFocus(int direction, Rect previouslyFocusedRect)
public void super_setLayoutParams(ViewGroup.LayoutParams params)
public void super_startActivityForResult(Intent intent, int requestCode)
public void overScrollBy(int deltaX, int deltaY, int scrollX, int scrollY, int scrollRangeX, int scrollRangeY, int maxOverScrollX, int maxOverScrollY, boolean isTouchEvent)
public void awakenScrollBars(int duration)
public void awakenScrollBars(int duration, boolean invalidate)
public float getVerticalScrollFactor()
public float getHorizontalScrollFactor()
public void setMeasuredDimension(int measuredWidth, int measuredHeight)
public void onScrollChanged(int l, int t, int oldl, int oldt)
public int getHorizontalScrollbarHeight()
public void super_onDrawVerticalScrollBar(Canvas canvas, Drawable scrollBar, int l, int t, int r, int b)
public void setScrollXRaw(int scrollX)
public void setScrollYRaw(int scrollY)