|
|
|
|
|
void |
addFocusables(ArrayList<View> views, int direction) |
|
|
|
|
|
void |
addTouchables(ArrayList<View> views) |
|
|
|
|
|
void |
bringToFront() |
|
|
|
|
|
void |
buildDrawingCache() |
|
|
|
|
|
void |
cancelLongPress() |
|
|
|
|
|
void |
clearAnimation() |
|
|
|
|
|
void |
clearFocus() |
|
|
|
|
|
int |
computeHorizontalScrollExtent() |
|
|
|
|
|
int |
computeHorizontalScrollOffset() |
|
|
|
|
|
int |
computeHorizontalScrollRange() |
|
|
|
|
|
void |
computeScroll() |
|
|
|
|
|
int |
computeVerticalScrollExtent() |
|
|
|
|
|
int |
computeVerticalScrollOffset() |
|
|
|
|
|
int |
computeVerticalScrollRange() |
|
|
|
|
|
void |
createContextMenu(ContextMenu menu) |
|
|
|
|
|
void |
destroyDrawingCache() |
|
|
|
|
|
void |
dispatchDraw(Canvas canvas) |
|
|
|
|
|
boolean |
dispatchKeyEvent(KeyEvent event) |
|
|
|
|
|
boolean |
dispatchKeyShortcutEvent(KeyEvent event) |
|
|
|
|
|
void |
dispatchRestoreInstanceState(SparseArray<Parcelable> container) |
|
|
|
|
|
void |
dispatchSaveInstanceState(SparseArray<Parcelable> container) |
|
|
|
|
|
void |
dispatchSetPressed(boolean pressed) |
|
|
|
|
|
void |
dispatchSetSelected(boolean selected) |
|
|
|
|
|
boolean |
dispatchTouchEvent(MotionEvent event) |
|
|
|
|
|
boolean |
dispatchTrackballEvent(MotionEvent event) |
|
|
|
|
|
boolean |
dispatchUnhandledMove(View focused, int direction) |
|
|
|
|
|
void |
dispatchWindowFocusChanged(boolean hasFocus) |
|
|
|
|
|
void |
dispatchWindowVisibilityChanged(int visibility) |
|
|
|
|
|
void |
draw(Canvas canvas) |
|
|
|
|
|
void |
drawableStateChanged() |
|
|
|
|
|
void |
finalize() |
|
|
|
|
|
View |
findFocus() |
|
|
final |
|
|
View |
findViewById(int id) |
|
|
final |
|
|
View |
findViewWithTag(Object tag) |
|
|
|
|
|
boolean |
fitSystemWindows(Rect insets) |
|
|
|
|
|
View |
focusSearch(int direction) |
|
|
|
|
|
void |
forceLayout() |
|
|
|
|
|
Animation |
getAnimation() |
|
|
|
|
|
Drawable |
getBackground() |
|
|
|
|
|
int |
getBaseline() |
|
|
final |
|
|
int |
getBottom() |
|
|
|
|
|
float |
getBottomFadingEdgeStrength() |
|
|
final |
|
|
Context |
getContext() |
|
|
|
|
|
ContextMenu.ContextMenuInfo |
getContextMenuInfo() |
|
|
|
static |
|
int |
getDefaultSize(int size, int measureSpec) |
|
|
final |
|
|
int[] |
getDrawableState() |
|
|
|
|
|
Bitmap |
getDrawingCache() |
|
|
|
|
|
int |
getDrawingCacheBackgroundColor() |
|
|
|
|
|
int |
getDrawingCacheQuality() |
|
|
|
|
|
void |
getDrawingRect(Rect outRect) |
|
|
|
|
|
long |
getDrawingTime() |
|
|
|
|
|
ArrayList<View> |
getFocusables(int direction) |
|
|
|
|
|
void |
getFocusedRect(Rect r) |
|
|
|
|
|
boolean |
getGlobalVisibleRect(Rect r, Point globalOffset) |
|
|
final |
|
|
boolean |
getGlobalVisibleRect(Rect r) |
|
|
|
|
|
Handler |
getHandler() |
|
|
final |
|
|
int |
getHeight() |
|
|
|
|
|
void |
getHitRect(Rect outRect) |
|
|
|
|
|
int |
getHorizontalFadingEdgeLength() |
|
|
|
|
|
int |
getHorizontalScrollbarHeight() |
|
|
|
|
|
int |
getId() |
|
|
|
|
|
boolean |
getKeepScreenOn() |
|
|
|
|
|
ViewGroup.LayoutParams |
getLayoutParams() |
|
|
final |
|
|
int |
getLeft() |
|
|
|
|
|
float |
getLeftFadingEdgeStrength() |
|
|
final |
|
|
boolean |
getLocalVisibleRect(Rect r) |
|
|
|
|
|
void |
getLocationInWindow(int[] location) |
|
|
|
|
|
void |
getLocationOnScreen(int[] location) |
|
|
final |
|
|
int |
getMeasuredHeight() |
|
|
final |
|
|
int |
getMeasuredWidth() |
|
|
|
|
|
int |
getNextFocusDownId() |
|
|
|
|
|
int |
getNextFocusLeftId() |
|
|
|
|
|
int |
getNextFocusRightId() |
|
|
|
|
|
int |
getNextFocusUpId() |
|
|
|
|
|
View.OnFocusChangeListener |
getOnFocusChangeListener() |
|
|
|
|
|
int |
getPaddingBottom() |
|
|
|
|
|
int |
getPaddingLeft() |
|
|
|
|
|
int |
getPaddingRight() |
|
|
|
|
|
int |
getPaddingTop() |
|
|
final |
|
|
ViewParent |
getParent() |
|
|
|
|
|
Resources |
getResources() |
|
|
final |
|
|
int |
getRight() |
|
|
|
|
|
float |
getRightFadingEdgeStrength() |
|
|
|
|
|
View |
getRootView() |
|
|
|
|
|
int |
getScrollBarStyle() |
|
|
final |
|
|
int |
getScrollX() |
|
|
final |
|
|
int |
getScrollY() |
|
|
|
|
|
int |
getSolidColor() |
|
|
|
|
|
int |
getSuggestedMinimumHeight() |
|
|
|
|
|
int |
getSuggestedMinimumWidth() |
|
|
|
|
|
Object |
getTag() |
|
|
final |
|
|
int |
getTop() |
|
|
|
|
|
float |
getTopFadingEdgeStrength() |
|
|
|
|
|
TouchDelegate |
getTouchDelegate() |
|
|
|
|
|
ArrayList<View> |
getTouchables() |
|
|
|
|
|
int |
getVerticalFadingEdgeLength() |
|
|
|
|
|
int |
getVerticalScrollbarWidth() |
|
|
|
|
|
ViewTreeObserver |
getViewTreeObserver() |
|
|
|
|
|
int |
getVisibility() |
|
|
final |
|
|
int |
getWidth() |
|
|
|
|
|
int |
getWindowAttachCount() |
|
|
|
|
|
IBinder |
getWindowToken() |
|
|
|
|
|
int |
getWindowVisibility() |
|
|
|
|
|
boolean |
hasFocus() |
|
|
|
|
|
boolean |
hasFocusable() |
|
|
|
|
|
boolean |
hasWindowFocus() |
|
|
|
static |
|
View |
inflate(Context context, int resource, ViewGroup root) |
|
|
|
|
|
void |
initializeFadingEdge(TypedArray a) |
|
|
|
|
|
void |
initializeScrollbars(TypedArray a) |
|
|
|
|
|
void |
invalidate(int l, int t, int r, int b) |
|
|
|
|
|
void |
invalidate() |
|
|
|
|
|
void |
invalidate(Rect dirty) |
|
|
|
|
|
void |
invalidateDrawable(Drawable drawable) |
|
|
|
|
|
boolean |
isClickable() |
|
|
|
|
|
boolean |
isDrawingCacheEnabled() |
|
|
|
|
|
boolean |
isDuplicateParentStateEnabled() |
|
|
|
|
|
boolean |
isEnabled() |
|
|
final |
|
|
boolean |
isFocusable() |
|
|
final |
|
|
boolean |
isFocusableInTouchMode() |
|
|
|
|
|
boolean |
isFocused() |
|
|
|
|
|
boolean |
isHorizontalFadingEdgeEnabled() |
|
|
|
|
|
boolean |
isHorizontalScrollBarEnabled() |
|
|
|
|
|
boolean |
isInTouchMode() |
|
|
|
|
|
boolean |
isLayoutRequested() |
|
|
|
|
|
boolean |
isLongClickable() |
|
|
|
|
|
boolean |
isPressed() |
|
|
|
|
|
boolean |
isSaveEnabled() |
|
|
|
|
|
boolean |
isSelected() |
|
|
|
|
|
boolean |
isShown() |
|
|
|
|
|
boolean |
isVerticalFadingEdgeEnabled() |
|
|
|
|
|
boolean |
isVerticalScrollBarEnabled() |
|
|
final |
|
|
void |
layout(int l, int t, int r, int b) |
|
|
final |
|
|
void |
measure(int widthMeasureSpec, int heightMeasureSpec) |
|
|
|
static |
|
int[] |
mergeDrawableStates(int[] baseState, int[] additionalState) |
|
|
|
|
|
void |
onAnimationEnd() |
|
|
|
|
|
void |
onAnimationStart() |
|
|
|
|
|
void |
onAttachedToWindow() |
|
|
|
|
|
void |
onCreateContextMenu(ContextMenu menu) |
|
|
|
|
|
int[] |
onCreateDrawableState(int extraSpace) |
|
|
|
|
|
void |
onDetachedFromWindow() |
|
|
|
|
|
void |
onDraw(Canvas canvas) |
|
|
|
|
|
void |
onFinishInflate() |
|
|
|
|
|
void |
onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) |
|
|
|
|
|
boolean |
onKeyDown(int keyCode, KeyEvent event) |
|
|
|
|
|
boolean |
onKeyMultiple(int keyCode, int repeatCount, KeyEvent event) |
|
|
|
|
|
boolean |
onKeyShortcut(int keyCode, KeyEvent event) |
|
|
|
|
|
boolean |
onKeyUp(int keyCode, KeyEvent event) |
|
|
|
|
|
void |
onLayout(boolean changed, int left, int top, int right, int bottom) |
|
|
|
|
|
void |
onMeasure(int widthMeasureSpec, int heightMeasureSpec) |
|
|
|
|
|
void |
onRestoreInstanceState(Parcelable state) |
|
|
|
|
|
Parcelable |
onSaveInstanceState() |
|
|
|
|
|
void |
onScrollChanged(int l, int t, int oldl, int oldt) |
|
|
|
|
|
boolean |
onSetAlpha(int alpha) |
|
|
|
|
|
void |
onSizeChanged(int w, int h, int oldw, int oldh) |
|
|
|
|
|
boolean |
onTouchEvent(MotionEvent event) |
|
|
|
|
|
boolean |
onTrackballEvent(MotionEvent event) |
|
|
|
|
|
void |
onWindowFocusChanged(boolean hasWindowFocus) |
|
|
|
|
|
void |
onWindowVisibilityChanged(int visibility) |
|
|
|
|
|
boolean |
performClick() |
|
|
|
|
|
boolean |
performLongClick() |
|
|
|
|
|
boolean |
post(Runnable action) |
|
|
|
|
|
boolean |
postDelayed(Runnable action, long delayMillis) |
|
|
|
|
|
void |
postInvalidate() |
|
|
|
|
|
void |
postInvalidate(int left, int top, int right, int bottom) |
|
|
|
|
|
void |
postInvalidateDelayed(long delayMilliseconds) |
|
|
|
|
|
void |
postInvalidateDelayed(long delayMilliseconds, int left, int top, int right, int bottom) |
|
|
|
|
|
void |
refreshDrawableState() |
|
|
|
|
|
boolean |
removeCallbacks(Runnable action) |
|
|
final |
|
|
boolean |
requestFocus() |
|
|
|
|
|
boolean |
requestFocus(int direction, Rect previouslyFocusedRect) |
|
|
final |
|
|
boolean |
requestFocus(int direction) |
|
|
final |
|
|
boolean |
requestFocusFromTouch() |
|
|
|
|
|
void |
requestLayout() |
|
|
|
|
|
boolean |
requestRectangleOnScreen(Rect rectangle, boolean immediate) |
|
|
|
|
|
boolean |
requestRectangleOnScreen(Rect rectangle) |
|
|
|
static |
|
int |
resolveSize(int size, int measureSpec) |
|
|
|
|
|
void |
restoreHierarchyState(SparseArray<Parcelable> container) |
|
|
|
|
|
void |
saveHierarchyState(SparseArray<Parcelable> container) |
|
|
|
|
|
void |
scheduleDrawable(Drawable who, Runnable what, long when) |
|
|
|
|
|
void |
scrollBy(int x, int y) |
|
|
|
|
|
void |
scrollTo(int x, int y) |
|
|
|
|
|
void |
setAnimation(Animation animation) |
|
|
|
|
|
void |
setBackgroundColor(int color) |
|
|
|
|
|
void |
setBackgroundDrawable(Drawable d) |
|
|
|
|
|
void |
setBackgroundResource(int resid) |
|
|
|
|
|
void |
setClickable(boolean clickable) |
|
|
|
|
|
void |
setDrawingCacheBackgroundColor(int color) |
|
|
|
|
|
void |
setDrawingCacheEnabled(boolean enabled) |
|
|
|
|
|
void |
setDrawingCacheQuality(int quality) |
|
|
|
|
|
void |
setDuplicateParentStateEnabled(boolean enabled) |
|
|
|
|
|
void |
setEnabled(boolean enabled) |
|
|
|
|
|
void |
setFadingEdgeLength(int length) |
|
|
|
|
|
void |
setFocusable(boolean focusable) |
|
|
|
|
|
void |
setFocusableInTouchMode(boolean focusableInTouchMode) |
|
|
|
|
|
void |
setHorizontalFadingEdgeEnabled(boolean horizontalFadingEdgeEnabled) |
|
|
|
|
|
void |
setHorizontalScrollBarEnabled(boolean horizontalScrollBarEnabled) |
|
|
|
|
|
void |
setId(int id) |
|
|
|
|
|
void |
setKeepScreenOn(boolean keepScreenOn) |
|
|
|
|
|
void |
setLayoutParams(ViewGroup.LayoutParams params) |
|
|
|
|
|
void |
setLongClickable(boolean longClickable) |
|
|
final |
|
|
void |
setMeasuredDimension(int measuredWidth, int measuredHeight) |
|
|
|
|
|
void |
setMinimumHeight(int minHeight) |
|
|
|
|
|
void |
setMinimumWidth(int minWidth) |
|
|
|
|
|
void |
setNextFocusDownId(int nextFocusDownId) |
|
|
|
|
|
void |
setNextFocusLeftId(int nextFocusLeftId) |
|
|
|
|
|
void |
setNextFocusRightId(int nextFocusRightId) |
|
|
|
|
|
void |
setNextFocusUpId(int nextFocusUpId) |
|
|
|
|
|
void |
setOnClickListener(View.OnClickListener l) |
|
|
|
|
|
void |
setOnCreateContextMenuListener(View.OnCreateContextMenuListener l) |
|
|
|
|
|
void |
setOnFocusChangeListener(View.OnFocusChangeListener l) |
|
|
|
|
|
void |
setOnKeyListener(View.OnKeyListener l) |
|
|
|
|
|
void |
setOnLongClickListener(View.OnLongClickListener l) |
|
|
|
|
|
void |
setOnTouchListener(View.OnTouchListener l) |
|
|
|
|
|
void |
setPadding(int left, int top, int right, int bottom) |
|
|
|
|
|
void |
setPressed(boolean pressed) |
|
|
|
|
|
void |
setSaveEnabled(boolean enabled) |
|
|
|
|
|
void |
setScrollBarStyle(int style) |
|
|
|
|
|
void |
setSelected(boolean selected) |
|
|
|
|
|
void |
setTag(Object tag) |
|
|
|
|
|
void |
setTouchDelegate(TouchDelegate delegate) |
|
|
|
|
|
void |
setVerticalFadingEdgeEnabled(boolean verticalFadingEdgeEnabled) |
|
|
|
|
|
void |
setVerticalScrollBarEnabled(boolean verticalScrollBarEnabled) |
|
|
|
|
|
void |
setVisibility(int visibility) |
|
|
|
|
|
void |
setWillNotCacheDrawing(boolean willNotCacheDrawing) |
|
|
|
|
|
void |
setWillNotDraw(boolean willNotDraw) |
|
|
|
|
|
boolean |
showContextMenu() |
|
|
|
|
|
void |
startAnimation(Animation animation) |
|
|
|
|
|
void |
unscheduleDrawable(Drawable who, Runnable what) |
|
|
|
|
|
void |
unscheduleDrawable(Drawable who) |
|
|
|
|
|
boolean |
verifyDrawable(Drawable who) |
|
|
|
|
|
boolean |
willNotCacheDrawing() |
|
|
|
|
|
boolean |
willNotDraw() |