Searched refs:view (Results 51 - 75 of 2972) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/textservice/
H A DSentenceSuggestionsInfo.aidl17 package android.view.textservice;
H A DSpellCheckerInfo.aidl17 package android.view.textservice;
H A DSpellCheckerSubtype.aidl17 package android.view.textservice;
H A DSuggestionsInfo.aidl17 package android.view.textservice;
H A DTextInfo.aidl17 package android.view.textservice;
/frameworks/native/aidl/gui/android/view/
H A DSurface.aidl1 /* //device/java/android/android/view/Surface.aidl
18 package android.view;
/frameworks/support/v4/java/android/support/v4/internal/view/
H A DSupportSubMenu.java17 package android.support.v4.internal.view;
25 * @see android.view.SubMenu
28 public interface SupportSubMenu extends SupportMenu, android.view.SubMenu {
/frameworks/support/v4/java/android/support/v4/view/
H A DViewCompat.java17 package android.support.v4.view;
33 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
34 import android.support.v4.view.accessibility.AccessibilityNodeProviderCompat;
36 import android.view.MotionEvent;
37 import android.view.VelocityTracker;
38 import android.view.View;
39 import android.view.ViewConfiguration;
40 import android.view.ViewGroup;
41 import android.view.ViewParent;
42 import android.view
373 hasTransientState(View view) argument
374 setHasTransientState(View view, boolean hasTransientState) argument
375 postInvalidateOnAnimation(View view) argument
376 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
377 postOnAnimation(View view, Runnable action) argument
378 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
379 getImportantForAccessibility(View view) argument
380 setImportantForAccessibility(View view, int mode) argument
381 isImportantForAccessibility(View view) argument
382 performAccessibilityAction(View view, int action, Bundle arguments) argument
383 getAccessibilityNodeProvider(View view) argument
384 getAlpha(View view) argument
385 setLayerType(View view, int layerType, Paint paint) argument
386 getLayerType(View view) argument
387 getLabelFor(View view) argument
388 setLabelFor(View view, int id) argument
389 setLayerPaint(View view, Paint paint) argument
390 getLayoutDirection(View view) argument
391 setLayoutDirection(View view, int layoutDirection) argument
392 getParentForAccessibility(View view) argument
393 isOpaque(View view) argument
395 getMeasuredWidthAndState(View view) argument
396 getMeasuredHeightAndState(View view) argument
397 getMeasuredState(View view) argument
398 getAccessibilityLiveRegion(View view) argument
399 setAccessibilityLiveRegion(View view, int mode) argument
400 getPaddingStart(View view) argument
401 getPaddingEnd(View view) argument
402 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
403 dispatchStartTemporaryDetach(View view) argument
404 dispatchFinishTemporaryDetach(View view) argument
405 getX(View view) argument
406 getY(View view) argument
407 getRotation(View view) argument
408 getRotationX(View view) argument
409 getRotationY(View view) argument
410 getScaleX(View view) argument
411 getScaleY(View view) argument
412 getTranslationX(View view) argument
413 getTranslationY(View view) argument
414 getMatrix(View view) argument
415 getMinimumWidth(View view) argument
416 getMinimumHeight(View view) argument
417 animate(View view) argument
418 setRotation(View view, float value) argument
419 setRotationX(View view, float value) argument
420 setRotationY(View view, float value) argument
421 setScaleX(View view, float value) argument
422 setScaleY(View view, float value) argument
423 setTranslationX(View view, float value) argument
424 setTranslationY(View view, float value) argument
425 setX(View view, float value) argument
426 setY(View view, float value) argument
427 setAlpha(View view, float value) argument
428 setPivotX(View view, float value) argument
429 setPivotY(View view, float value) argument
430 getPivotX(View view) argument
431 getPivotY(View view) argument
432 setElevation(View view, float elevation) argument
433 getElevation(View view) argument
434 setTranslationZ(View view, float translationZ) argument
435 getTranslationZ(View view) argument
436 setClipBounds(View view, Rect clipBounds) argument
437 getClipBounds(View view) argument
438 setTransitionName(View view, String transitionName) argument
439 getTransitionName(View view) argument
440 getWindowSystemUiVisibility(View view) argument
441 requestApplyInsets(View view) argument
443 getFitsSystemWindows(View view) argument
444 hasOverlappingRendering(View view) argument
445 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
447 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
450 setSaveFromParentEnabled(View view, boolean enabled) argument
451 setActivated(View view, boolean activated) argument
452 isPaddingRelative(View view) argument
453 getBackgroundTintList(View view) argument
454 setBackgroundTintList(View view, ColorStateList tintList) argument
455 getBackgroundTintMode(View view) argument
456 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
457 setNestedScrollingEnabled(View view, boolean enabled) argument
458 isNestedScrollingEnabled(View view) argument
459 startNestedScroll(View view, int axes) argument
460 stopNestedScroll(View view) argument
461 hasNestedScrollingParent(View view) argument
462 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
464 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
466 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
467 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
468 isInLayout(View view) argument
469 isLaidOut(View view) argument
470 isLayoutDirectionResolved(View view) argument
472 getZ(View view) argument
473 setZ(View view, float z) argument
474 isAttachedToWindow(View view) argument
475 hasOnClickListeners(View view) argument
476 setScrollIndicators(View view, int indicators) argument
477 setScrollIndicators(View view, int indicators, int mask) argument
478 getScrollIndicators(View view) argument
479 offsetTopAndBottom(View view, int offset) argument
480 offsetLeftAndRight(View view, int offset) argument
481 setPointerIcon(View view, PointerIconCompat pointerIcon) argument
523 hasTransientState(View view) argument
527 setHasTransientState(View view, boolean hasTransientState) argument
530 postInvalidateOnAnimation(View view) argument
533 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
536 postOnAnimation(View view, Runnable action) argument
539 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
545 getImportantForAccessibility(View view) argument
548 setImportantForAccessibility(View view, int mode) argument
551 isImportantForAccessibility(View view) argument
554 performAccessibilityAction(View view, int action, Bundle arguments) argument
557 getAccessibilityNodeProvider(View view) argument
560 getAlpha(View view) argument
563 setLayerType(View view, int layerType, Paint paint) argument
566 getLayerType(View view) argument
569 getLabelFor(View view) argument
572 setLabelFor(View view, int id) argument
575 setLayerPaint(View view, Paint p) argument
580 getLayoutDirection(View view) argument
585 setLayoutDirection(View view, int layoutDirection) argument
590 getParentForAccessibility(View view) argument
595 isOpaque(View view) argument
608 getMeasuredWidthAndState(View view) argument
613 getMeasuredHeightAndState(View view) argument
618 getMeasuredState(View view) argument
623 getAccessibilityLiveRegion(View view) argument
628 setAccessibilityLiveRegion(View view, int mode) argument
633 getPaddingStart(View view) argument
638 getPaddingEnd(View view) argument
643 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
648 dispatchStartTemporaryDetach(View view) argument
665 dispatchFinishTemporaryDetach(View view) argument
682 hasOverlappingRendering(View view) argument
699 getTranslationX(View view) argument
704 getTranslationY(View view) argument
709 getX(View view) argument
714 getY(View view) argument
719 getRotation(View view) argument
724 getRotationX(View view) argument
729 getRotationY(View view) argument
734 getScaleX(View view) argument
739 getScaleY(View view) argument
744 getMatrix(View view) argument
749 getMinimumWidth(View view) argument
754 getMinimumHeight(View view) argument
759 animate(View view) argument
764 setRotation(View view, float value) argument
769 setTranslationX(View view, float value) argument
774 setTranslationY(View view, float value) argument
779 setAlpha(View view, float value) argument
784 setRotationX(View view, float value) argument
789 setRotationY(View view, float value) argument
794 setScaleX(View view, float value) argument
799 setScaleY(View view, float value) argument
804 setX(View view, float value) argument
809 setY(View view, float value) argument
814 setPivotX(View view, float value) argument
819 setPivotY(View view, float value) argument
824 getPivotX(View view) argument
829 getPivotY(View view) argument
834 setTransitionName(View view, String transitionName) argument
838 getTransitionName(View view) argument
843 getWindowSystemUiVisibility(View view) argument
848 requestApplyInsets(View view) argument
852 setElevation(View view, float elevation) argument
856 getElevation(View view) argument
861 setTranslationZ(View view, float translationZ) argument
865 getTranslationZ(View view) argument
870 setClipBounds(View view, Rect clipBounds) argument
874 getClipBounds(View view) argument
884 getFitsSystemWindows(View view) argument
889 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
894 jumpDrawablesToCurrentState(View view) argument
899 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
920 setActivated(View view, boolean activated) argument
925 isPaddingRelative(View view) argument
929 setNestedScrollingEnabled(View view, boolean enabled) argument
936 isNestedScrollingEnabled(View view) argument
944 getBackgroundTintList(View view) argument
949 setBackgroundTintList(View view, ColorStateList tintList) argument
954 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
959 getBackgroundTintMode(View view) argument
963 canScrollingViewScrollHorizontally(ScrollingView view, int direction) argument
975 canScrollingViewScrollVertically(ScrollingView view, int direction) argument
987 startNestedScroll(View view, int axes) argument
995 stopNestedScroll(View view) argument
1002 hasNestedScrollingParent(View view) argument
1010 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
1020 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
1030 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
1040 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
1048 isInLayout(View view) argument
1053 isLaidOut(View view) argument
1058 isLayoutDirectionResolved(View view) argument
1068 getZ(View view) argument
1072 setZ(View view, float z) argument
1077 isAttachedToWindow(View view) argument
1082 hasOnClickListeners(View view) argument
1087 getScrollIndicators(View view) argument
1092 setScrollIndicators(View view, int indicators) argument
1097 setScrollIndicators(View view, int indicators, int mask) argument
1102 offsetLeftAndRight(View view, int offset) argument
1107 offsetTopAndBottom(View view, int offset) argument
1112 setPointerIcon(View view, PointerIconCompat pointerIcon) argument
1119 isOpaque(View view) argument
1146 getAlpha(View view) argument
1150 setLayerType(View view, int layerType, Paint paint) argument
1154 getLayerType(View view) argument
1158 setLayerPaint(View view, Paint paint) argument
1170 getMeasuredWidthAndState(View view) argument
1174 getMeasuredHeightAndState(View view) argument
1178 getMeasuredState(View view) argument
1182 getTranslationX(View view) argument
1186 getTranslationY(View view) argument
1191 getMatrix(View view) argument
1196 setTranslationX(View view, float value) argument
1200 setTranslationY(View view, float value) argument
1204 setAlpha(View view, float value) argument
1208 setX(View view, float value) argument
1212 setY(View view, float value) argument
1216 setRotation(View view, float value) argument
1220 setRotationX(View view, float value) argument
1224 setRotationY(View view, float value) argument
1228 setScaleX(View view, float value) argument
1232 setScaleY(View view, float value) argument
1236 setPivotX(View view, float value) argument
1240 setPivotY(View view, float value) argument
1244 getX(View view) argument
1249 getY(View view) argument
1254 getRotation(View view) argument
1259 getRotationX(View view) argument
1264 getRotationY(View view) argument
1269 getScaleX(View view) argument
1274 getScaleY(View view) argument
1279 getPivotX(View view) argument
1283 getPivotY(View view) argument
1287 jumpDrawablesToCurrentState(View view) argument
1292 setSaveFromParentEnabled(View view, boolean enabled) argument
1297 setActivated(View view, boolean activated) argument
1307 offsetLeftAndRight(View view, int offset) argument
1312 offsetTopAndBottom(View view, int offset) argument
1371 animate(View view) argument
1384 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
1391 hasOnClickListeners(View view) argument
1398 hasTransientState(View view) argument
1402 setHasTransientState(View view, boolean hasTransientState) argument
1406 postInvalidateOnAnimation(View view) argument
1410 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
1414 postOnAnimation(View view, Runnable action) argument
1418 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1422 getImportantForAccessibility(View view) argument
1426 setImportantForAccessibility(View view, int mode) argument
1436 performAccessibilityAction(View view, int action, Bundle arguments) argument
1440 getAccessibilityNodeProvider(View view) argument
1449 getParentForAccessibility(View view) argument
1454 getMinimumWidth(View view) argument
1459 getMinimumHeight(View view) argument
1464 requestApplyInsets(View view) argument
1469 getFitsSystemWindows(View view) argument
1474 hasOverlappingRendering(View view) argument
1482 getLabelFor(View view) argument
1487 setLabelFor(View view, int id) argument
1492 setLayerPaint(View view, Paint paint) argument
1497 getLayoutDirection(View view) argument
1502 setLayoutDirection(View view, int layoutDirection) argument
1507 getPaddingStart(View view) argument
1512 getPaddingEnd(View view) argument
1517 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
1522 getWindowSystemUiVisibility(View view) argument
1527 isPaddingRelative(View view) argument
1534 setClipBounds(View view, Rect clipBounds) argument
1539 getClipBounds(View view) argument
1544 isInLayout(View view) argument
1551 getAccessibilityLiveRegion(View view) argument
1556 setAccessibilityLiveRegion(View view, int mode) argument
1561 setImportantForAccessibility(View view, int mode) argument
1566 isLaidOut(View view) argument
1571 isLayoutDirectionResolved(View view) argument
1576 isAttachedToWindow(View view) argument
1583 setTransitionName(View view, String transitionName) argument
1588 getTransitionName(View view) argument
1593 requestApplyInsets(View view) argument
1598 setElevation(View view, float elevation) argument
1603 getElevation(View view) argument
1608 setTranslationZ(View view, float translationZ) argument
1613 getTranslationZ(View view) argument
1618 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
1623 setNestedScrollingEnabled(View view, boolean enabled) argument
1628 isNestedScrollingEnabled(View view) argument
1633 startNestedScroll(View view, int axes) argument
1638 stopNestedScroll(View view) argument
1643 hasNestedScrollingParent(View view) argument
1648 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
1655 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
1662 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
1668 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
1673 isImportantForAccessibility(View view) argument
1678 getBackgroundTintList(View view) argument
1683 setBackgroundTintList(View view, ColorStateList tintList) argument
1688 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
1693 getBackgroundTintMode(View view) argument
1708 getZ(View view) argument
1713 setZ(View view, float z) argument
1718 offsetLeftAndRight(View view, int offset) argument
1723 offsetTopAndBottom(View view, int offset) argument
1730 setScrollIndicators(View view, int indicators) argument
1735 setScrollIndicators(View view, int indicators, int mask) argument
1740 getScrollIndicators(View view) argument
1746 offsetLeftAndRight(View view, int offset) argument
1751 offsetTopAndBottom(View view, int offset) argument
1758 setPointerIcon(View view, PointerIconCompat pointerIconCompat) argument
1987 hasTransientState(View view) argument
1998 setHasTransientState(View view, boolean hasTransientState) argument
2011 postInvalidateOnAnimation(View view) argument
2028 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
2043 postOnAnimation(View view, Runnable action) argument
2060 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
2078 getImportantForAccessibility(View view) argument
2102 setImportantForAccessibility(View view, @ImportantForAccessibility int mode) argument
2121 performAccessibilityAction(View view, int action, Bundle arguments) argument
2148 getAccessibilityNodeProvider(View view) argument
2159 getAlpha(View view) argument
2195 setLayerType(View view, @LayerType int layerType, Paint paint) argument
2216 getLayerType(View view) argument
2228 getLabelFor(View view) argument
2239 setLabelFor(View view, @IdRes int labeledId) argument
2273 setLayerPaint(View view, Paint paint) argument
2288 getLayoutDirection(View view) argument
2309 setLayoutDirection(View view, @LayoutDirectionMode int layoutDirection) argument
2321 getParentForAccessibility(View view) argument
2334 isOpaque(View view) argument
2365 getMeasuredWidthAndState(View view) argument
2379 getMeasuredHeightAndState(View view) argument
2390 getMeasuredState(View view) argument
2415 getAccessibilityLiveRegion(View view) argument
2448 setAccessibilityLiveRegion(View view, @AccessibilityLiveRegion int mode) argument
2460 getPaddingStart(View view) argument
2472 getPaddingEnd(View view) argument
2489 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
2496 dispatchStartTemporaryDetach(View view) argument
2503 dispatchFinishTemporaryDetach(View view) argument
2516 getTranslationX(View view) argument
2529 getTranslationY(View view) argument
2549 getMatrix(View view) argument
2560 getMinimumWidth(View view) argument
2571 getMinimumHeight(View view) argument
2583 animate(View view) argument
2597 setTranslationX(View view, float value) argument
2613 setTranslationY(View view, float value) argument
2629 setAlpha(View view, @FloatRange(from=0.0, to=1.0) float value) argument
2643 setX(View view, float value) argument
2657 setY(View view, float value) argument
2669 setRotation(View view, float value) argument
2682 setRotationX(View view, float value) argument
2695 setRotationY(View view, float value) argument
2707 setScaleX(View view, float value) argument
2719 setScaleY(View view, float value) argument
2730 getPivotX(View view) argument
2745 setPivotX(View view, float value) argument
2757 getPivotY(View view) argument
2772 setPivotY(View view, float value) argument
2776 getRotation(View view) argument
2780 getRotationX(View view) argument
2784 getRotationY(View view) argument
2788 getScaleX(View view) argument
2792 getScaleY(View view) argument
2796 getX(View view) argument
2800 getY(View view) argument
2807 setElevation(View view, float elevation) argument
2816 getElevation(View view) argument
2823 setTranslationZ(View view, float translationZ) argument
2832 getTranslationZ(View view) argument
2843 setTransitionName(View view, String transitionName) argument
2857 getTransitionName(View view) argument
2864 getWindowSystemUiVisibility(View view) argument
2872 requestApplyInsets(View view) argument
2903 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
2939 onApplyWindowInsets(View view, WindowInsetsCompat insets) argument
2955 dispatchApplyWindowInsets(View view, WindowInsetsCompat insets) argument
2980 setActivated(View view, boolean activated) argument
2998 hasOverlappingRendering(View view) argument
3008 isPaddingRelative(View view) argument
3018 getBackgroundTintList(View view) argument
3029 setBackgroundTintList(View view, ColorStateList tintList) argument
3040 getBackgroundTintMode(View view) argument
3053 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
3071 setNestedScrollingEnabled(View view, boolean enabled) argument
3087 isNestedScrollingEnabled(View view) argument
3129 startNestedScroll(View view, int axes) argument
3140 stopNestedScroll(View view) argument
3152 hasNestedScrollingParent(View view) argument
3179 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
3204 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
3227 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
3262 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
3278 isInLayout(View view) argument
3286 isLaidOut(View view) argument
3300 isLayoutDirectionResolved(View view) argument
3311 getZ(View view) argument
3327 setZ(View view, float z) argument
3336 offsetTopAndBottom(View view, int offset) argument
3345 offsetLeftAndRight(View view, int offset) argument
3360 setClipBounds(View view, Rect clipBounds) argument
3372 getClipBounds(View view) argument
3379 isAttachedToWindow(View view) argument
3388 hasOnClickListeners(View view) argument
3403 setScrollIndicators(@onNull View view, @ScrollIndicators int indicators) argument
3434 setScrollIndicators(@onNull View view, @ScrollIndicators int indicators, @ScrollIndicators int mask) argument
3451 getScrollIndicators(@onNull View view) argument
3459 setPointerIcon(@onNull View view, PointerIconCompat pointerIcon) argument
[all...]
H A DViewPropertyAnimatorCompat.java16 package android.support.v4.view;
19 import android.view.View;
20 import android.view.animation.Interpolator;
35 ViewPropertyAnimatorCompat(View view) { argument
36 mView = new WeakReference<View>(view);
40 public void setDuration(ViewPropertyAnimatorCompat vpa, View view, long value); argument
41 public long getDuration(ViewPropertyAnimatorCompat vpa, View view); argument
42 public void setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value); argument
43 public Interpolator getInterpolator(ViewPropertyAnimatorCompat vpa, View view); argument
44 public void setStartDelay(ViewPropertyAnimatorCompat vpa, View view, lon argument
45 getStartDelay(ViewPropertyAnimatorCompat vpa, View view) argument
46 alpha(ViewPropertyAnimatorCompat vpa, View view, float value) argument
47 alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
48 rotation(ViewPropertyAnimatorCompat vpa, View view, float value) argument
49 rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
50 rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
51 rotationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
52 rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
53 rotationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
54 scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
55 scaleXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
56 scaleY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
57 scaleYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
58 cancel(ViewPropertyAnimatorCompat vpa, View view) argument
59 x(ViewPropertyAnimatorCompat vpa, View view, float value) argument
60 xBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
61 y(ViewPropertyAnimatorCompat vpa, View view, float value) argument
62 yBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
63 z(ViewPropertyAnimatorCompat vpa, View view, float value) argument
64 zBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
65 translationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
66 translationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
67 translationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
68 translationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
69 translationZ(ViewPropertyAnimatorCompat vpa, View view, float value) argument
70 translationZBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
71 start(ViewPropertyAnimatorCompat vpa, View view) argument
72 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
73 withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
74 withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
75 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
77 setUpdateListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorUpdateListener listener) argument
85 setDuration(ViewPropertyAnimatorCompat vpa, View view, long value) argument
90 alpha(ViewPropertyAnimatorCompat vpa, View view, float value) argument
96 translationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
102 translationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
108 withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
114 getDuration(ViewPropertyAnimatorCompat vpa, View view) argument
119 setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value) argument
124 getInterpolator(ViewPropertyAnimatorCompat vpa, View view) argument
129 setStartDelay(ViewPropertyAnimatorCompat vpa, View view, long value) argument
134 getStartDelay(ViewPropertyAnimatorCompat vpa, View view) argument
139 alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
145 rotation(ViewPropertyAnimatorCompat vpa, View view, float value) argument
151 rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
157 rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
163 rotationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
169 rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
175 rotationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
181 scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
187 scaleXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
193 scaleY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
199 scaleYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
205 cancel(ViewPropertyAnimatorCompat vpa, View view) argument
211 x(ViewPropertyAnimatorCompat vpa, View view, float value) argument
217 xBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
223 y(ViewPropertyAnimatorCompat vpa, View view, float value) argument
229 yBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
235 z(ViewPropertyAnimatorCompat vpa, View view, float value) argument
240 zBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
245 translationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
251 translationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
257 translationZ(ViewPropertyAnimatorCompat vpa, View view, float value) argument
262 translationZBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
267 start(ViewPropertyAnimatorCompat vpa, View view) argument
273 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
278 withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
284 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
289 setUpdateListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorUpdateListener listener) argument
293 startAnimation(ViewPropertyAnimatorCompat vpa, View view) argument
322 Starter(ViewPropertyAnimatorCompat vpa, View view) argument
336 removeStartMessage(View view) argument
346 postStartMessage(ViewPropertyAnimatorCompat vpa, View view) argument
368 setDuration(ViewPropertyAnimatorCompat vpa, View view, long value) argument
373 alpha(ViewPropertyAnimatorCompat vpa, View view, float value) argument
378 translationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
383 translationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
388 getDuration(ViewPropertyAnimatorCompat vpa, View view) argument
393 setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value) argument
398 setStartDelay(ViewPropertyAnimatorCompat vpa, View view, long value) argument
403 getStartDelay(ViewPropertyAnimatorCompat vpa, View view) argument
408 alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
413 rotation(ViewPropertyAnimatorCompat vpa, View view, float value) argument
418 rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
423 rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
428 rotationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
433 rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
438 rotationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
443 scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
448 scaleXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
453 scaleY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
458 scaleYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
463 cancel(ViewPropertyAnimatorCompat vpa, View view) argument
468 x(ViewPropertyAnimatorCompat vpa, View view, float value) argument
473 xBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
478 y(ViewPropertyAnimatorCompat vpa, View view, float value) argument
483 yBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
488 translationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
493 translationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
498 start(ViewPropertyAnimatorCompat vpa, View view) argument
503 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
509 withEndAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) argument
515 withStartAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) argument
521 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
535 onAnimationStart(View view) argument
558 onAnimationEnd(View view) argument
584 onAnimationCancel(View view) argument
600 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
605 withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
610 withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
615 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
623 getInterpolator(ViewPropertyAnimatorCompat vpa, View view) argument
630 setUpdateListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorUpdateListener listener) argument
637 translationZ(ViewPropertyAnimatorCompat vpa, View view, float value) argument
642 translationZBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
647 z(ViewPropertyAnimatorCompat vpa, View view, float value) argument
652 zBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
[all...]
H A DViewPropertyAnimatorListenerAdapter.java17 package android.support.v4.view;
19 import android.view.View;
33 public void onAnimationStart(View view) { argument
40 public void onAnimationEnd(View view) { argument
47 public void onAnimationCancel(View view) { argument
H A DWindowCompat.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.Window;
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java17 package android.support.v4.view;
21 import android.view.View;
22 import android.view.ViewParent;
35 static ColorStateList getBackgroundTintList(View view) { argument
36 return (view instanceof TintableBackgroundView)
37 ? ((TintableBackgroundView) view).getSupportBackgroundTintList()
41 static void setBackgroundTintList(View view, ColorStateList tintList) { argument
42 if (view instanceof TintableBackgroundView) {
43 ((TintableBackgroundView) view).setSupportBackgroundTintList(tintList);
47 static PorterDuff.Mode getBackgroundTintMode(View view) { argument
53 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
59 isLaidOut(View view) argument
63 getMinimumWidth(View view) argument
86 getMinimumHeight(View view) argument
109 isAttachedToWindow(View view) argument
113 offsetTopAndBottom(View view, int offset) argument
133 offsetLeftAndRight(View view, int offset) argument
[all...]
/frameworks/support/v4/jellybean/android/support/v4/view/
H A DViewPropertyAnimatorCompatJB.java16 package android.support.v4.view;
20 import android.view.View;
24 public static void withStartAction(View view, Runnable runnable) { argument
25 view.animate().withStartAction(runnable);
28 public static void withEndAction(View view, Runnable runnable) { argument
29 view.animate().withEndAction(runnable);
32 public static void withLayer(View view) { argument
33 view.animate().withLayer();
36 public static void setListener(final View view, argument
39 view
[all...]
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java17 package android.support.v4.view;
24 import android.view.View;
25 import android.view.ViewParent;
26 import android.view.WindowInsets;
32 public static void setTransitionName(View view, String transitionName) { argument
33 view.setTransitionName(transitionName);
36 public static String getTransitionName(View view) { argument
37 return view.getTransitionName();
40 public static void requestApplyInsets(View view) { argument
41 view
44 setElevation(View view, float elevation) argument
48 getElevation(View view) argument
52 setTranslationZ(View view, float translationZ) argument
56 getTranslationZ(View view) argument
60 setOnApplyWindowInsetsListener(View view, final OnApplyWindowInsetsListener listener) argument
79 isImportantForAccessibility(View view) argument
83 getBackgroundTintList(View view) argument
87 setBackgroundTintList(View view, ColorStateList tintList) argument
105 getBackgroundTintMode(View view) argument
109 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
157 setNestedScrollingEnabled(View view, boolean enabled) argument
161 isNestedScrollingEnabled(View view) argument
165 startNestedScroll(View view, int axes) argument
169 stopNestedScroll(View view) argument
173 hasNestedScrollingParent(View view) argument
177 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
183 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
188 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
193 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
197 getZ(View view) argument
201 setZ(View view, float z) argument
205 offsetTopAndBottom(final View view, final int offset) argument
230 offsetLeftAndRight(final View view, final int offset) argument
[all...]
/frameworks/support/design/lollipop/android/support/design/widget/
H A DCoordinatorLayoutInsetsHelperLollipop.java19 import android.support.v4.view.OnApplyWindowInsetsListener;
20 import android.support.v4.view.ViewCompat;
21 import android.view.View;
25 public void setupForWindowInsets(View view, OnApplyWindowInsetsListener insetsListener) { argument
26 if (ViewCompat.getFitsSystemWindows(view)) {
28 ViewCompat.setOnApplyWindowInsetsListener(view, insetsListener);
30 view.setSystemUiVisibility(View.SYSTEM_UI_FLAG_LAYOUT_STABLE
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/widget/
H A DBackgroundHelperKitkat.java19 import android.view.View;
23 public static void setBackgroundPreservingAlpha(View view, Drawable drawable) { argument
24 if (view.getBackground() != null) {
25 drawable.setAlpha(view.getBackground().getAlpha());
27 view.setBackground(drawable);
/frameworks/support/v4/ics-mr1/android/support/v4/view/
H A DViewCompatICSMr1.java17 package android.support.v4.view;
20 import android.view.View;
21 import android.view.View.AccessibilityDelegate;
22 import android.view.accessibility.AccessibilityEvent;
23 import android.view.accessibility.AccessibilityNodeInfo;
/frameworks/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/
H A DLibraryAdapter.java19 import android.view.View;
23 public static void set(View view, String someTag) { argument
24 view.setTag(someTag);
/frameworks/support/design/base/android/support/design/widget/
H A DCoordinatorLayoutInsetsHelper.java19 import android.support.v4.view.OnApplyWindowInsetsListener;
20 import android.view.View;
24 void setupForWindowInsets(View view, OnApplyWindowInsetsListener insetsListener); argument
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFocusHighlightHandler.java16 import android.view.View;
26 * @param view The view whose focus is changing.
29 void onItemFocused(View view, boolean hasFocus); argument
32 * Called when the view is being created.
34 void onInitializeView(View view); argument
H A DOnChildLaidOutListener.java16 import android.view.View;
17 import android.view.ViewGroup;
26 * added to the view hierarchy and has been laid out.
29 * @param view The view within the ViewGroup that was laid out.
30 * @param position The position of the view in the adapter.
33 void onChildLaidOut(ViewGroup parent, View view, int position, long id); argument
H A DOnChildSelectedListener.java16 import android.view.View;
17 import android.view.ViewGroup;
31 * @param view The view within the ViewGroup that is selected, or null if no
32 * view is selected.
33 * @param position The position of the view in the adapter, or NO_POSITION
34 * if no view is selected.
35 * @param id The id of the child that is selected, or NO_ID if no view is
38 void onChildSelected(ViewGroup parent, View view, int position, long id); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCrossFadeHelper.java19 import android.view.View;
30 public static void fadeOut(final View view, final Runnable endRunnable) { argument
31 view.animate().cancel();
32 view.animate()
42 view.setVisibility(View.INVISIBLE);
45 if (view.hasOverlappingRendering()) {
46 view.animate().withLayer();
50 public static void fadeOut(View view, float fadeOutAmount) { argument
51 view.animate().cancel();
53 view
70 updateLayerType(View view, float alpha) argument
78 fadeIn(final View view) argument
94 fadeIn(View view, float fadeInAmount) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIInputFilter.aidl17 package android.view;
19 import android.view.IInputFilterHost;
20 import android.view.InputEvent;
H A DIOnKeyguardExitResult.aidl18 package android.view;

Completed in 674 milliseconds

1234567891011>>