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

1234567891011>>

/frameworks/base/core/java/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/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/jellybean-mr2/android/support/v4/view/
H A DViewCompatJellybeanMr2.java17 package android.support.v4.view;
19 import android.view.View;
27 public static Rect getClipBounds(View view) { argument
28 return view.getClipBounds();
31 public static void setClipBounds(View view, Rect clipBounds) { argument
32 view.setClipBounds(clipBounds);
/frameworks/support/v4/donut/android/support/v4/view/
H A DViewCompatBase.java17 package android.support.v4.view;
21 import android.view.View;
34 static ColorStateList getBackgroundTintList(View view) { argument
35 return (view instanceof TintableBackgroundView)
36 ? ((TintableBackgroundView) view).getSupportBackgroundTintList()
40 static void setBackgroundTintList(View view, ColorStateList tintList) { argument
41 if (view instanceof TintableBackgroundView) {
42 ((TintableBackgroundView) view).setSupportBackgroundTintList(tintList);
46 static PorterDuff.Mode getBackgroundTintMode(View view) { argument
47 return (view instanceo
52 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
58 isLaidOut(View view) argument
62 getMinimumWidth(View view) argument
85 getMinimumHeight(View view) argument
108 isAttachedToWindow(View view) 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/java/android/support/v4/view/
H A DViewCompat.java17 package android.support.v4.view;
31 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
32 import android.support.v4.view.accessibility.AccessibilityNodeProviderCompat;
34 import android.view.MotionEvent;
35 import android.view.VelocityTracker;
36 import android.view.View;
37 import android.view.ViewConfiguration;
38 import android.view.ViewGroup;
39 import android.view.ViewParent;
40 import android.view
289 hasTransientState(View view) argument
290 setHasTransientState(View view, boolean hasTransientState) argument
291 postInvalidateOnAnimation(View view) argument
292 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
293 postOnAnimation(View view, Runnable action) argument
294 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
295 getImportantForAccessibility(View view) argument
296 setImportantForAccessibility(View view, int mode) argument
297 isImportantForAccessibility(View view) argument
298 performAccessibilityAction(View view, int action, Bundle arguments) argument
299 getAccessibilityNodeProvider(View view) argument
300 getAlpha(View view) argument
301 setLayerType(View view, int layerType, Paint paint) argument
302 getLayerType(View view) argument
303 getLabelFor(View view) argument
304 setLabelFor(View view, int id) argument
305 setLayerPaint(View view, Paint paint) argument
306 getLayoutDirection(View view) argument
307 setLayoutDirection(View view, int layoutDirection) argument
308 getParentForAccessibility(View view) argument
309 isOpaque(View view) argument
311 getMeasuredWidthAndState(View view) argument
312 getMeasuredHeightAndState(View view) argument
313 getMeasuredState(View view) argument
314 getAccessibilityLiveRegion(View view) argument
315 setAccessibilityLiveRegion(View view, int mode) argument
316 getPaddingStart(View view) argument
317 getPaddingEnd(View view) argument
318 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
319 dispatchStartTemporaryDetach(View view) argument
320 dispatchFinishTemporaryDetach(View view) argument
321 getX(View view) argument
322 getY(View view) argument
323 getRotation(View view) argument
324 getRotationX(View view) argument
325 getRotationY(View view) argument
326 getScaleX(View view) argument
327 getScaleY(View view) argument
328 getTranslationX(View view) argument
329 getTranslationY(View view) argument
330 getMinimumWidth(View view) argument
331 getMinimumHeight(View view) argument
332 animate(View view) argument
333 setRotation(View view, float value) argument
334 setRotationX(View view, float value) argument
335 setRotationY(View view, float value) argument
336 setScaleX(View view, float value) argument
337 setScaleY(View view, float value) argument
338 setTranslationX(View view, float value) argument
339 setTranslationY(View view, float value) argument
340 setX(View view, float value) argument
341 setY(View view, float value) argument
342 setAlpha(View view, float value) argument
343 setPivotX(View view, float value) argument
344 setPivotY(View view, float value) argument
345 getPivotX(View view) argument
346 getPivotY(View view) argument
347 setElevation(View view, float elevation) argument
348 getElevation(View view) argument
349 setTranslationZ(View view, float translationZ) argument
350 getTranslationZ(View view) argument
351 setClipBounds(View view, Rect clipBounds) argument
352 getClipBounds(View view) argument
353 setTransitionName(View view, String transitionName) argument
354 getTransitionName(View view) argument
355 getWindowSystemUiVisibility(View view) argument
356 requestApplyInsets(View view) argument
358 getFitsSystemWindows(View view) argument
359 hasOverlappingRendering(View view) argument
360 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
362 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
365 setSaveFromParentEnabled(View view, boolean enabled) argument
366 setActivated(View view, boolean activated) argument
367 isPaddingRelative(View view) argument
368 getBackgroundTintList(View view) argument
369 setBackgroundTintList(View view, ColorStateList tintList) argument
370 getBackgroundTintMode(View view) argument
371 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
372 setNestedScrollingEnabled(View view, boolean enabled) argument
373 isNestedScrollingEnabled(View view) argument
374 startNestedScroll(View view, int axes) argument
375 stopNestedScroll(View view) argument
376 hasNestedScrollingParent(View view) argument
377 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
379 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
381 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
382 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
383 isLaidOut(View view) argument
385 getZ(View view) argument
386 isAttachedToWindow(View view) argument
428 hasTransientState(View view) argument
432 setHasTransientState(View view, boolean hasTransientState) argument
435 postInvalidateOnAnimation(View view) argument
438 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
441 postOnAnimation(View view, Runnable action) argument
444 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
450 getImportantForAccessibility(View view) argument
453 setImportantForAccessibility(View view, int mode) argument
456 isImportantForAccessibility(View view) argument
459 performAccessibilityAction(View view, int action, Bundle arguments) argument
462 getAccessibilityNodeProvider(View view) argument
465 getAlpha(View view) argument
468 setLayerType(View view, int layerType, Paint paint) argument
471 getLayerType(View view) argument
474 getLabelFor(View view) argument
477 setLabelFor(View view, int id) argument
480 setLayerPaint(View view, Paint p) argument
485 getLayoutDirection(View view) argument
490 setLayoutDirection(View view, int layoutDirection) argument
495 getParentForAccessibility(View view) argument
500 isOpaque(View view) argument
513 getMeasuredWidthAndState(View view) argument
518 getMeasuredHeightAndState(View view) argument
523 getMeasuredState(View view) argument
528 getAccessibilityLiveRegion(View view) argument
533 setAccessibilityLiveRegion(View view, int mode) argument
538 getPaddingStart(View view) argument
543 getPaddingEnd(View view) argument
548 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
553 dispatchStartTemporaryDetach(View view) argument
570 dispatchFinishTemporaryDetach(View view) argument
587 hasOverlappingRendering(View view) argument
604 getTranslationX(View view) argument
609 getTranslationY(View view) argument
614 getX(View view) argument
619 getY(View view) argument
624 getRotation(View view) argument
629 getRotationX(View view) argument
634 getRotationY(View view) argument
639 getScaleX(View view) argument
644 getScaleY(View view) argument
649 getMinimumWidth(View view) argument
654 getMinimumHeight(View view) argument
659 animate(View view) argument
664 setRotation(View view, float value) argument
669 setTranslationX(View view, float value) argument
674 setTranslationY(View view, float value) argument
679 setAlpha(View view, float value) argument
684 setRotationX(View view, float value) argument
689 setRotationY(View view, float value) argument
694 setScaleX(View view, float value) argument
699 setScaleY(View view, float value) argument
704 setX(View view, float value) argument
709 setY(View view, float value) argument
714 setPivotX(View view, float value) argument
719 setPivotY(View view, float value) argument
724 getPivotX(View view) argument
729 getPivotY(View view) argument
734 setTransitionName(View view, String transitionName) argument
738 getTransitionName(View view) argument
743 getWindowSystemUiVisibility(View view) argument
748 requestApplyInsets(View view) argument
752 setElevation(View view, float elevation) argument
756 getElevation(View view) argument
761 setTranslationZ(View view, float translationZ) argument
765 getTranslationZ(View view) argument
770 setClipBounds(View view, Rect clipBounds) argument
774 getClipBounds(View view) argument
784 getFitsSystemWindows(View view) argument
789 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
794 jumpDrawablesToCurrentState(View view) argument
799 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
820 setActivated(View view, boolean activated) argument
825 isPaddingRelative(View view) argument
829 setNestedScrollingEnabled(View view, boolean enabled) argument
836 isNestedScrollingEnabled(View view) argument
844 getBackgroundTintList(View view) argument
849 setBackgroundTintList(View view, ColorStateList tintList) argument
854 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
859 getBackgroundTintMode(View view) argument
863 canScrollingViewScrollHorizontally(ScrollingView view, int direction) argument
875 canScrollingViewScrollVertically(ScrollingView view, int direction) argument
887 startNestedScroll(View view, int axes) argument
895 stopNestedScroll(View view) argument
902 hasNestedScrollingParent(View view) argument
910 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
920 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
930 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
940 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
948 isLaidOut(View view) argument
958 getZ(View view) argument
963 isAttachedToWindow(View view) argument
970 isOpaque(View view) argument
997 getAlpha(View view) argument
1001 setLayerType(View view, int layerType, Paint paint) argument
1005 getLayerType(View view) argument
1009 setLayerPaint(View view, Paint paint) argument
1021 getMeasuredWidthAndState(View view) argument
1025 getMeasuredHeightAndState(View view) argument
1029 getMeasuredState(View view) argument
1033 getTranslationX(View view) argument
1037 getTranslationY(View view) argument
1041 setTranslationX(View view, float value) argument
1045 setTranslationY(View view, float value) argument
1049 setAlpha(View view, float value) argument
1053 setX(View view, float value) argument
1057 setY(View view, float value) argument
1061 setRotation(View view, float value) argument
1065 setRotationX(View view, float value) argument
1069 setRotationY(View view, float value) argument
1073 setScaleX(View view, float value) argument
1077 setScaleY(View view, float value) argument
1081 setPivotX(View view, float value) argument
1085 setPivotY(View view, float value) argument
1089 getX(View view) argument
1094 getY(View view) argument
1099 getRotation(View view) argument
1104 getRotationX(View view) argument
1109 getRotationY(View view) argument
1114 getScaleX(View view) argument
1119 getScaleY(View view) argument
1124 getPivotX(View view) argument
1128 getPivotY(View view) argument
1132 jumpDrawablesToCurrentState(View view) argument
1137 setSaveFromParentEnabled(View view, boolean enabled) argument
1142 setActivated(View view, boolean activated) argument
1206 animate(View view) argument
1220 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
1227 hasTransientState(View view) argument
1231 setHasTransientState(View view, boolean hasTransientState) argument
1235 postInvalidateOnAnimation(View view) argument
1239 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
1243 postOnAnimation(View view, Runnable action) argument
1247 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1251 getImportantForAccessibility(View view) argument
1255 setImportantForAccessibility(View view, int mode) argument
1265 performAccessibilityAction(View view, int action, Bundle arguments) argument
1269 getAccessibilityNodeProvider(View view) argument
1278 getParentForAccessibility(View view) argument
1283 getMinimumWidth(View view) argument
1288 getMinimumHeight(View view) argument
1293 requestApplyInsets(View view) argument
1298 getFitsSystemWindows(View view) argument
1303 hasOverlappingRendering(View view) argument
1311 getLabelFor(View view) argument
1316 setLabelFor(View view, int id) argument
1321 setLayerPaint(View view, Paint paint) argument
1326 getLayoutDirection(View view) argument
1331 setLayoutDirection(View view, int layoutDirection) argument
1336 getPaddingStart(View view) argument
1341 getPaddingEnd(View view) argument
1346 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
1351 getWindowSystemUiVisibility(View view) argument
1356 isPaddingRelative(View view) argument
1363 setClipBounds(View view, Rect clipBounds) argument
1368 getClipBounds(View view) argument
1375 getAccessibilityLiveRegion(View view) argument
1380 setAccessibilityLiveRegion(View view, int mode) argument
1385 setImportantForAccessibility(View view, int mode) argument
1390 isLaidOut(View view) argument
1395 isAttachedToWindow(View view) argument
1402 setTransitionName(View view, String transitionName) argument
1407 getTransitionName(View view) argument
1412 requestApplyInsets(View view) argument
1417 setElevation(View view, float elevation) argument
1422 getElevation(View view) argument
1427 setTranslationZ(View view, float translationZ) argument
1432 getTranslationZ(View view) argument
1437 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
1442 setNestedScrollingEnabled(View view, boolean enabled) argument
1447 isNestedScrollingEnabled(View view) argument
1452 startNestedScroll(View view, int axes) argument
1457 stopNestedScroll(View view) argument
1462 hasNestedScrollingParent(View view) argument
1467 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
1474 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
1481 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
1487 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
1492 isImportantForAccessibility(View view) argument
1497 getBackgroundTintList(View view) argument
1502 setBackgroundTintList(View view, ColorStateList tintList) argument
1507 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
1512 getBackgroundTintMode(View view) argument
1527 getZ(View view) argument
1747 hasTransientState(View view) argument
1758 setHasTransientState(View view, boolean hasTransientState) argument
1771 postInvalidateOnAnimation(View view) argument
1788 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
1803 postOnAnimation(View view, Runnable action) argument
1820 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1838 getImportantForAccessibility(View view) argument
1861 setImportantForAccessibility(View view, @ImportantForAccessibility int mode) argument
1880 performAccessibilityAction(View view, int action, Bundle arguments) argument
1907 getAccessibilityNodeProvider(View view) argument
1918 getAlpha(View view) argument
1961 setLayerType(View view, @LayerType int layerType, Paint paint) argument
1982 getLayerType(View view) argument
1993 getLabelFor(View view) argument
2004 setLabelFor(View view, @IdRes int labeledId) argument
2038 setLayerPaint(View view, Paint paint) argument
2053 getLayoutDirection(View view) argument
2073 setLayoutDirection(View view, @LayoutDirectionMode int layoutDirection) argument
2085 getParentForAccessibility(View view) argument
2098 isOpaque(View view) argument
2129 getMeasuredWidthAndState(View view) argument
2143 getMeasuredHeightAndState(View view) argument
2154 getMeasuredState(View view) argument
2179 getAccessibilityLiveRegion(View view) argument
2211 setAccessibilityLiveRegion(View view, @AccessibilityLiveRegion int mode) argument
2223 getPaddingStart(View view) argument
2235 getPaddingEnd(View view) argument
2252 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
2259 dispatchStartTemporaryDetach(View view) argument
2266 dispatchFinishTemporaryDetach(View view) argument
2279 getTranslationX(View view) argument
2292 getTranslationY(View view) argument
2303 getMinimumWidth(View view) argument
2314 getMinimumHeight(View view) argument
2326 animate(View view) argument
2340 setTranslationX(View view, float value) argument
2356 setTranslationY(View view, float value) argument
2372 setAlpha(View view, @FloatRange(from=0.0, to=1.0) float value) argument
2386 setX(View view, float value) argument
2400 setY(View view, float value) argument
2412 setRotation(View view, float value) argument
2425 setRotationX(View view, float value) argument
2438 setRotationY(View view, float value) argument
2450 setScaleX(View view, float value) argument
2462 setScaleY(View view, float value) argument
2473 getPivotX(View view) argument
2488 setPivotX(View view, float value) argument
2500 getPivotY(View view) argument
2515 setPivotY(View view, float value) argument
2519 getRotation(View view) argument
2523 getRotationX(View view) argument
2527 getRotationY(View view) argument
2531 getScaleX(View view) argument
2535 getScaleY(View view) argument
2539 getX(View view) argument
2543 getY(View view) argument
2550 setElevation(View view, float elevation) argument
2559 getElevation(View view) argument
2566 setTranslationZ(View view, float translationZ) argument
2575 getTranslationZ(View view) argument
2586 setTransitionName(View view, String transitionName) argument
2600 getTransitionName(View view) argument
2607 getWindowSystemUiVisibility(View view) argument
2615 requestApplyInsets(View view) argument
2646 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
2682 onApplyWindowInsets(View view, WindowInsetsCompat insets) argument
2698 dispatchApplyWindowInsets(View view, WindowInsetsCompat insets) argument
2723 setActivated(View view, boolean activated) argument
2741 hasOverlappingRendering(View view) argument
2751 isPaddingRelative(View view) argument
2761 getBackgroundTintList(View view) argument
2772 setBackgroundTintList(View view, ColorStateList tintList) argument
2783 getBackgroundTintMode(View view) argument
2796 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
2814 setNestedScrollingEnabled(View view, boolean enabled) argument
2830 isNestedScrollingEnabled(View view) argument
2872 startNestedScroll(View view, int axes) argument
2883 stopNestedScroll(View view) argument
2895 hasNestedScrollingParent(View view) argument
2922 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
2947 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
2970 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
3005 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
3013 isLaidOut(View view) argument
3024 getZ(View view) argument
3033 offsetTopAndBottom(View view, int offset) argument
3046 offsetLeftAndRight(View view, int offset) argument
3066 setClipBounds(View view, Rect clipBounds) argument
3078 getClipBounds(View view) argument
3085 isAttachedToWindow(View view) argument
[all...]
H A DViewPropertyAnimatorCompat.java16 package android.support.v4.view;
18 import android.view.View;
19 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
320 Starter(ViewPropertyAnimatorCompat vpa, View view) argument
334 removeStartMessage(View view) argument
344 postStartMessage(ViewPropertyAnimatorCompat vpa, View view) argument
366 setDuration(ViewPropertyAnimatorCompat vpa, View view, long value) argument
371 alpha(ViewPropertyAnimatorCompat vpa, View view, float value) argument
376 translationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
381 translationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
386 getDuration(ViewPropertyAnimatorCompat vpa, View view) argument
391 setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value) argument
396 setStartDelay(ViewPropertyAnimatorCompat vpa, View view, long value) argument
401 getStartDelay(ViewPropertyAnimatorCompat vpa, View view) argument
406 alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
411 rotation(ViewPropertyAnimatorCompat vpa, View view, float value) argument
416 rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
421 rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
426 rotationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
431 rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
436 rotationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
441 scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
446 scaleXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
451 scaleY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
456 scaleYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
461 cancel(ViewPropertyAnimatorCompat vpa, View view) argument
466 x(ViewPropertyAnimatorCompat vpa, View view, float value) argument
471 xBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
476 y(ViewPropertyAnimatorCompat vpa, View view, float value) argument
481 yBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
486 translationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
491 translationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
496 start(ViewPropertyAnimatorCompat vpa, View view) argument
501 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
507 withEndAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) argument
513 withStartAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) argument
519 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
533 onAnimationStart(View view) argument
551 onAnimationEnd(View view) argument
570 onAnimationCancel(View view) argument
586 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
591 withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
596 withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
601 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
609 getInterpolator(ViewPropertyAnimatorCompat vpa, View view) argument
616 setUpdateListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorUpdateListener listener) argument
623 translationZ(ViewPropertyAnimatorCompat vpa, View view, float value) argument
628 translationZBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
633 z(ViewPropertyAnimatorCompat vpa, View view, float value) argument
638 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
/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/base/core/java/android/view/
H A DViewGroupOverlay.java16 package android.view;
23 * (the "host view") which is drawn after all other content in that view
24 * (including the view group's children). Interaction with the overlay
40 * Adds a View to the overlay. The bounds of the added view should be
41 * relative to the host view. Any view added to the overlay should be
49 * <p>If the view has a parent, the view will be removed from that parent
51 * in the current view hierarch
62 add(View view) argument
73 remove(View view) argument
[all...]
H A DIInputFilter.aidl17 package android.view;
19 import android.view.IInputFilterHost;
20 import android.view.InputEvent;
H A DIOnKeyguardExitResult.aidl18 package android.view;
H A DIRotationWatcher.aidl18 package android.view;
H A DIWindowSessionCallback.aidl17 package android.view;
/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/kitkat/android/support/v4/view/
H A DViewPropertyAnimatorCompatKK.java16 package android.support.v4.view;
19 import android.view.View;
23 public static void setUpdateListener(final View view, argument
25 view.animate().setUpdateListener(new ValueAnimator.AnimatorUpdateListener() {
28 listener.onAnimationUpdate(view);
/frameworks/support/v4/api21/android/support/v4/view/
H A DViewCompatLollipop.java17 package android.support.v4.view;
21 import android.view.View;
22 import android.view.WindowInsets;
26 public static void setTransitionName(View view, String transitionName) { argument
27 view.setTransitionName(transitionName);
30 public static String getTransitionName(View view) { argument
31 return view.getTransitionName();
34 public static void requestApplyInsets(View view) { argument
35 view.requestApplyInsets();
38 public static void setElevation(View view, floa argument
42 getElevation(View view) argument
46 setTranslationZ(View view, float translationZ) argument
50 getTranslationZ(View view) argument
54 setOnApplyWindowInsetsListener(View view, final OnApplyWindowInsetsListener listener) argument
69 isImportantForAccessibility(View view) argument
73 getBackgroundTintList(View view) argument
77 setBackgroundTintList(View view, ColorStateList tintList) argument
81 getBackgroundTintMode(View view) argument
85 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
119 setNestedScrollingEnabled(View view, boolean enabled) argument
123 isNestedScrollingEnabled(View view) argument
127 startNestedScroll(View view, int axes) argument
131 stopNestedScroll(View view) argument
135 hasNestedScrollingParent(View view) argument
139 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
145 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
150 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
155 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
159 getZ(View view) argument
[all...]
/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/core/java/android/view/accessibility/
H A DIAccessibilityManagerClient.aidl17 package android.view.accessibility;

Completed in 1218 milliseconds

1234567891011>>