Searched refs:view (Results 76 - 100 of 3459) sorted by relevance

1234567891011>>

/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/widget/
H A DActionBarAccessor.java29 public static ActionMenuPresenter getActionMenuPresenter(AbsActionBarView view) { argument
30 return view.mActionMenuPresenter;
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
H A DIItem.java19 import android.view.View;
30 * passed to {@link #onBindView(android.view.View)}.
36 * update {@code view} to reflect its data.
38 * @param view A view inflated from {@link #getLayoutResource()}, which should be updated to
39 * display data from this item. This view may be recycled from other items with the
42 void onBindView(View view); argument
/frameworks/support/compat/gingerbread/android/support/v4/animation/
H A DAnimatorProvider.java19 import android.view.View;
36 void clearInterpolator(View view); argument
/frameworks/support/compat/ics/android/support/v4/view/
H A DMotionEventCompatICS.java17 package android.support.v4.view;
19 import android.view.MotionEvent;
H A DViewConfigurationCompatICS.java17 package android.support.v4.view;
19 import android.view.ViewConfiguration;
H A DViewGroupCompatIcs.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.ViewGroup;
21 import android.view.accessibility.AccessibilityEvent;
H A DViewParentCompatICS.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.ViewParent;
21 import android.view.accessibility.AccessibilityEvent;
/frameworks/support/compat/java/android/support/v4/view/
H A DOnApplyWindowInsetsListener.java17 package android.support.v4.view;
19 import android.view.View;
22 * Listener for applying window insets on a view in a custom way.
25 * to the way that window insets are treated for a view. If an OnApplyWindowInsetsListener
27 * {@link #onApplyWindowInsets(android.view.View, WindowInsetsCompat) onApplyWindowInsets}
35 * on a View, this listener method will be called instead of the view's own
38 * @param v The view applying window insets
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.Display;
37 import android.view.MotionEvent;
38 import android.view.VelocityTracker;
39 import android.view.View;
40 import android.view.ViewConfiguration;
41 import android.view.ViewGroup;
42 import android.view
381 hasTransientState(View view) argument
382 setHasTransientState(View view, boolean hasTransientState) argument
383 postInvalidateOnAnimation(View view) argument
384 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
385 postOnAnimation(View view, Runnable action) argument
386 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
387 getImportantForAccessibility(View view) argument
388 setImportantForAccessibility(View view, int mode) argument
389 isImportantForAccessibility(View view) argument
390 performAccessibilityAction(View view, int action, Bundle arguments) argument
391 getAccessibilityNodeProvider(View view) argument
392 getAlpha(View view) argument
393 setLayerType(View view, int layerType, Paint paint) argument
394 getLayerType(View view) argument
395 getLabelFor(View view) argument
396 setLabelFor(View view, int id) argument
397 setLayerPaint(View view, Paint paint) argument
398 getLayoutDirection(View view) argument
399 setLayoutDirection(View view, int layoutDirection) argument
400 getParentForAccessibility(View view) argument
402 getMeasuredWidthAndState(View view) argument
403 getMeasuredHeightAndState(View view) argument
404 getMeasuredState(View view) argument
405 getAccessibilityLiveRegion(View view) argument
406 setAccessibilityLiveRegion(View view, int mode) argument
407 getPaddingStart(View view) argument
408 getPaddingEnd(View view) argument
409 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
410 dispatchStartTemporaryDetach(View view) argument
411 dispatchFinishTemporaryDetach(View view) argument
412 getX(View view) argument
413 getY(View view) argument
414 getRotation(View view) argument
415 getRotationX(View view) argument
416 getRotationY(View view) argument
417 getScaleX(View view) argument
418 getScaleY(View view) argument
419 getTranslationX(View view) argument
420 getTranslationY(View view) argument
421 getMatrix(View view) argument
422 getMinimumWidth(View view) argument
423 getMinimumHeight(View view) argument
424 animate(View view) argument
425 setRotation(View view, float value) argument
426 setRotationX(View view, float value) argument
427 setRotationY(View view, float value) argument
428 setScaleX(View view, float value) argument
429 setScaleY(View view, float value) argument
430 setTranslationX(View view, float value) argument
431 setTranslationY(View view, float value) argument
432 setX(View view, float value) argument
433 setY(View view, float value) argument
434 setAlpha(View view, float value) argument
435 setPivotX(View view, float value) argument
436 setPivotY(View view, float value) argument
437 getPivotX(View view) argument
438 getPivotY(View view) argument
439 setElevation(View view, float elevation) argument
440 getElevation(View view) argument
441 setTranslationZ(View view, float translationZ) argument
442 getTranslationZ(View view) argument
443 setClipBounds(View view, Rect clipBounds) argument
444 getClipBounds(View view) argument
445 setTransitionName(View view, String transitionName) argument
446 getTransitionName(View view) argument
447 getWindowSystemUiVisibility(View view) argument
448 requestApplyInsets(View view) argument
450 getFitsSystemWindows(View view) argument
451 hasOverlappingRendering(View view) argument
452 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
454 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
457 setSaveFromParentEnabled(View view, boolean enabled) argument
458 setActivated(View view, boolean activated) argument
459 isPaddingRelative(View view) argument
460 setBackground(View view, Drawable background) argument
461 getBackgroundTintList(View view) argument
462 setBackgroundTintList(View view, ColorStateList tintList) argument
463 getBackgroundTintMode(View view) argument
464 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
465 setNestedScrollingEnabled(View view, boolean enabled) argument
466 isNestedScrollingEnabled(View view) argument
467 startNestedScroll(View view, int axes) argument
468 stopNestedScroll(View view) argument
469 hasNestedScrollingParent(View view) argument
470 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
472 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
474 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
475 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
476 isInLayout(View view) argument
477 isLaidOut(View view) argument
478 isLayoutDirectionResolved(View view) argument
480 getZ(View view) argument
481 setZ(View view, float z) argument
482 isAttachedToWindow(View view) argument
483 hasOnClickListeners(View view) argument
484 setScrollIndicators(View view, int indicators) argument
485 setScrollIndicators(View view, int indicators, int mask) argument
486 getScrollIndicators(View view) argument
487 offsetTopAndBottom(View view, int offset) argument
488 offsetLeftAndRight(View view, int offset) argument
489 setPointerIcon(View view, PointerIconCompat pointerIcon) argument
490 getDisplay(View view) argument
534 hasTransientState(View view) argument
539 setHasTransientState(View view, boolean hasTransientState) argument
543 postInvalidateOnAnimation(View view) argument
547 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
551 postOnAnimation(View view, Runnable action) argument
555 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
562 getImportantForAccessibility(View view) argument
566 setImportantForAccessibility(View view, int mode) argument
570 isImportantForAccessibility(View view) argument
574 performAccessibilityAction(View view, int action, Bundle arguments) argument
578 getAccessibilityNodeProvider(View view) argument
582 getAlpha(View view) argument
586 setLayerType(View view, int layerType, Paint paint) argument
590 getLayerType(View view) argument
594 getLabelFor(View view) argument
598 setLabelFor(View view, int id) argument
602 setLayerPaint(View view, Paint p) argument
607 getLayoutDirection(View view) argument
612 setLayoutDirection(View view, int layoutDirection) argument
617 getParentForAccessibility(View view) argument
627 getMeasuredWidthAndState(View view) argument
632 getMeasuredHeightAndState(View view) argument
637 getMeasuredState(View view) argument
642 getAccessibilityLiveRegion(View view) argument
647 setAccessibilityLiveRegion(View view, int mode) argument
652 getPaddingStart(View view) argument
657 getPaddingEnd(View view) argument
662 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
667 dispatchStartTemporaryDetach(View view) argument
684 dispatchFinishTemporaryDetach(View view) argument
701 hasOverlappingRendering(View view) argument
718 getTranslationX(View view) argument
723 getTranslationY(View view) argument
728 getX(View view) argument
733 getY(View view) argument
738 getRotation(View view) argument
743 getRotationX(View view) argument
748 getRotationY(View view) argument
753 getScaleX(View view) argument
758 getScaleY(View view) argument
763 getMatrix(View view) argument
768 getMinimumWidth(View view) argument
773 getMinimumHeight(View view) argument
778 animate(View view) argument
783 setRotation(View view, float value) argument
788 setTranslationX(View view, float value) argument
793 setTranslationY(View view, float value) argument
798 setAlpha(View view, float value) argument
803 setRotationX(View view, float value) argument
808 setRotationY(View view, float value) argument
813 setScaleX(View view, float value) argument
818 setScaleY(View view, float value) argument
823 setX(View view, float value) argument
828 setY(View view, float value) argument
833 setPivotX(View view, float value) argument
838 setPivotY(View view, float value) argument
843 getPivotX(View view) argument
848 getPivotY(View view) argument
853 setTransitionName(View view, String transitionName) argument
857 getTransitionName(View view) argument
862 getWindowSystemUiVisibility(View view) argument
867 requestApplyInsets(View view) argument
871 setElevation(View view, float elevation) argument
875 getElevation(View view) argument
880 setTranslationZ(View view, float translationZ) argument
884 getTranslationZ(View view) argument
889 setClipBounds(View view, Rect clipBounds) argument
893 getClipBounds(View view) argument
920 getFitsSystemWindows(View view) argument
925 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
930 jumpDrawablesToCurrentState(View view) argument
935 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
956 setActivated(View view, boolean activated) argument
961 isPaddingRelative(View view) argument
966 setNestedScrollingEnabled(View view, boolean enabled) argument
973 isNestedScrollingEnabled(View view) argument
981 setBackground(View view, Drawable background) argument
986 getBackgroundTintList(View view) argument
991 setBackgroundTintList(View view, ColorStateList tintList) argument
996 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
1001 getBackgroundTintMode(View view) argument
1005 canScrollingViewScrollHorizontally(ScrollingView view, int direction) argument
1017 canScrollingViewScrollVertically(ScrollingView view, int direction) argument
1030 startNestedScroll(View view, int axes) argument
1038 stopNestedScroll(View view) argument
1045 hasNestedScrollingParent(View view) argument
1053 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
1063 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
1073 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
1083 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
1091 isInLayout(View view) argument
1096 isLaidOut(View view) argument
1101 isLayoutDirectionResolved(View view) argument
1111 getZ(View view) argument
1116 setZ(View view, float z) argument
1121 isAttachedToWindow(View view) argument
1126 hasOnClickListeners(View view) argument
1131 getScrollIndicators(View view) argument
1136 setScrollIndicators(View view, int indicators) argument
1141 setScrollIndicators(View view, int indicators, int mask) argument
1146 offsetLeftAndRight(View view, int offset) argument
1151 offsetTopAndBottom(View view, int offset) argument
1156 setPointerIcon(View view, PointerIconCompat pointerIcon) argument
1161 getDisplay(View view) argument
1172 getAlpha(View view) argument
1176 setLayerType(View view, int layerType, Paint paint) argument
1180 getLayerType(View view) argument
1184 setLayerPaint(View view, Paint paint) argument
1196 getMeasuredWidthAndState(View view) argument
1200 getMeasuredHeightAndState(View view) argument
1204 getMeasuredState(View view) argument
1208 getTranslationX(View view) argument
1212 getTranslationY(View view) argument
1217 getMatrix(View view) argument
1222 setTranslationX(View view, float value) argument
1226 setTranslationY(View view, float value) argument
1230 setAlpha(View view, float value) argument
1234 setX(View view, float value) argument
1238 setY(View view, float value) argument
1242 setRotation(View view, float value) argument
1246 setRotationX(View view, float value) argument
1250 setRotationY(View view, float value) argument
1254 setScaleX(View view, float value) argument
1258 setScaleY(View view, float value) argument
1262 setPivotX(View view, float value) argument
1266 setPivotY(View view, float value) argument
1270 getX(View view) argument
1275 getY(View view) argument
1280 getRotation(View view) argument
1285 getRotationX(View view) argument
1290 getRotationY(View view) argument
1295 getScaleX(View view) argument
1300 getScaleY(View view) argument
1305 getPivotX(View view) argument
1309 getPivotY(View view) argument
1313 jumpDrawablesToCurrentState(View view) argument
1318 setSaveFromParentEnabled(View view, boolean enabled) argument
1323 setActivated(View view, boolean activated) argument
1333 offsetLeftAndRight(View view, int offset) argument
1338 offsetTopAndBottom(View view, int offset) argument
1397 animate(View view) argument
1410 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
1417 hasOnClickListeners(View view) argument
1424 hasTransientState(View view) argument
1428 setHasTransientState(View view, boolean hasTransientState) argument
1432 postInvalidateOnAnimation(View view) argument
1436 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
1440 postOnAnimation(View view, Runnable action) argument
1444 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1448 getImportantForAccessibility(View view) argument
1452 setImportantForAccessibility(View view, int mode) argument
1462 performAccessibilityAction(View view, int action, Bundle arguments) argument
1466 getAccessibilityNodeProvider(View view) argument
1475 getParentForAccessibility(View view) argument
1480 getMinimumWidth(View view) argument
1485 getMinimumHeight(View view) argument
1490 requestApplyInsets(View view) argument
1495 getFitsSystemWindows(View view) argument
1500 hasOverlappingRendering(View view) argument
1505 setBackground(View view, Drawable background) argument
1513 getLabelFor(View view) argument
1518 setLabelFor(View view, int id) argument
1523 setLayerPaint(View view, Paint paint) argument
1528 getLayoutDirection(View view) argument
1533 setLayoutDirection(View view, int layoutDirection) argument
1538 getPaddingStart(View view) argument
1543 getPaddingEnd(View view) argument
1548 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
1553 getWindowSystemUiVisibility(View view) argument
1558 isPaddingRelative(View view) argument
1563 getDisplay(View view) argument
1570 setClipBounds(View view, Rect clipBounds) argument
1575 getClipBounds(View view) argument
1580 isInLayout(View view) argument
1587 getAccessibilityLiveRegion(View view) argument
1592 setAccessibilityLiveRegion(View view, int mode) argument
1597 setImportantForAccessibility(View view, int mode) argument
1602 isLaidOut(View view) argument
1607 isLayoutDirectionResolved(View view) argument
1612 isAttachedToWindow(View view) argument
1619 setTransitionName(View view, String transitionName) argument
1624 getTransitionName(View view) argument
1629 requestApplyInsets(View view) argument
1634 setElevation(View view, float elevation) argument
1639 getElevation(View view) argument
1644 setTranslationZ(View view, float translationZ) argument
1649 getTranslationZ(View view) argument
1654 setOnApplyWindowInsetsListener(View view, final OnApplyWindowInsetsListener listener) argument
1674 setNestedScrollingEnabled(View view, boolean enabled) argument
1679 isNestedScrollingEnabled(View view) argument
1684 startNestedScroll(View view, int axes) argument
1689 stopNestedScroll(View view) argument
1694 hasNestedScrollingParent(View view) argument
1699 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
1706 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
1713 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
1719 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
1724 isImportantForAccessibility(View view) argument
1729 getBackgroundTintList(View view) argument
1734 setBackgroundTintList(View view, ColorStateList tintList) argument
1739 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
1744 getBackgroundTintMode(View view) argument
1762 getZ(View view) argument
1767 setZ(View view, float z) argument
1772 offsetLeftAndRight(View view, int offset) argument
1777 offsetTopAndBottom(View view, int offset) argument
1784 setScrollIndicators(View view, int indicators) argument
1789 setScrollIndicators(View view, int indicators, int mask) argument
1794 getScrollIndicators(View view) argument
1800 offsetLeftAndRight(View view, int offset) argument
1805 offsetTopAndBottom(View view, int offset) argument
1812 setPointerIcon(View view, PointerIconCompat pointerIconCompat) argument
2043 hasTransientState(View view) argument
2054 setHasTransientState(View view, boolean hasTransientState) argument
2067 postInvalidateOnAnimation(View view) argument
2084 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
2099 postOnAnimation(View view, Runnable action) argument
2116 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
2134 getImportantForAccessibility(View view) argument
2158 setImportantForAccessibility(View view, @ImportantForAccessibility int mode) argument
2199 isImportantForAccessibility(View view) argument
2217 performAccessibilityAction(View view, int action, Bundle arguments) argument
2244 getAccessibilityNodeProvider(View view) argument
2255 getAlpha(View view) argument
2291 setLayerType(View view, @LayerType int layerType, Paint paint) argument
2312 getLayerType(View view) argument
2324 getLabelFor(View view) argument
2335 setLabelFor(View view, @IdRes int labeledId) argument
2369 setLayerPaint(View view, Paint paint) argument
2384 getLayoutDirection(View view) argument
2405 setLayoutDirection(View view, @LayoutDirectionMode int layoutDirection) argument
2417 getParentForAccessibility(View view) argument
2430 isOpaque(View view) argument
2461 getMeasuredWidthAndState(View view) argument
2475 getMeasuredHeightAndState(View view) argument
2486 getMeasuredState(View view) argument
2511 getAccessibilityLiveRegion(View view) argument
2544 setAccessibilityLiveRegion(View view, @AccessibilityLiveRegion int mode) argument
2556 getPaddingStart(View view) argument
2568 getPaddingEnd(View view) argument
2585 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
2592 dispatchStartTemporaryDetach(View view) argument
2599 dispatchFinishTemporaryDetach(View view) argument
2612 getTranslationX(View view) argument
2625 getTranslationY(View view) argument
2645 getMatrix(View view) argument
2656 getMinimumWidth(View view) argument
2667 getMinimumHeight(View view) argument
2679 animate(View view) argument
2693 setTranslationX(View view, float value) argument
2709 setTranslationY(View view, float value) argument
2725 setAlpha(View view, @FloatRange(from=0.0, to=1.0) float value) argument
2739 setX(View view, float value) argument
2753 setY(View view, float value) argument
2765 setRotation(View view, float value) argument
2778 setRotationX(View view, float value) argument
2791 setRotationY(View view, float value) argument
2803 setScaleX(View view, float value) argument
2815 setScaleY(View view, float value) argument
2826 getPivotX(View view) argument
2841 setPivotX(View view, float value) argument
2853 getPivotY(View view) argument
2868 setPivotY(View view, float value) argument
2872 getRotation(View view) argument
2876 getRotationX(View view) argument
2880 getRotationY(View view) argument
2884 getScaleX(View view) argument
2888 getScaleY(View view) argument
2892 getX(View view) argument
2896 getY(View view) argument
2903 setElevation(View view, float elevation) argument
2912 getElevation(View view) argument
2919 setTranslationZ(View view, float translationZ) argument
2928 getTranslationZ(View view) argument
2939 setTransitionName(View view, String transitionName) argument
2953 getTransitionName(View view) argument
2960 getWindowSystemUiVisibility(View view) argument
2968 requestApplyInsets(View view) argument
2999 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
3035 onApplyWindowInsets(View view, WindowInsetsCompat insets) argument
3051 dispatchApplyWindowInsets(View view, WindowInsetsCompat insets) argument
3076 setActivated(View view, boolean activated) argument
3094 hasOverlappingRendering(View view) argument
3104 isPaddingRelative(View view) argument
3114 setBackground(View view, Drawable background) argument
3124 getBackgroundTintList(View view) argument
3135 setBackgroundTintList(View view, ColorStateList tintList) argument
3146 getBackgroundTintMode(View view) argument
3159 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
3177 setNestedScrollingEnabled(View view, boolean enabled) argument
3193 isNestedScrollingEnabled(View view) argument
3235 startNestedScroll(View view, int axes) argument
3246 stopNestedScroll(View view) argument
3258 hasNestedScrollingParent(View view) argument
3285 dispatchNestedScroll(View view, int dxConsumed, int dyConsumed, int dxUnconsumed, int dyUnconsumed, int[] offsetInWindow) argument
3310 dispatchNestedPreScroll(View view, int dx, int dy, int[] consumed, int[] offsetInWindow) argument
3333 dispatchNestedFling(View view, float velocityX, float velocityY, boolean consumed) argument
3368 dispatchNestedPreFling(View view, float velocityX, float velocityY) argument
3384 isInLayout(View view) argument
3392 isLaidOut(View view) argument
3406 isLayoutDirectionResolved(View view) argument
3417 getZ(View view) argument
3433 setZ(View view, float z) argument
3442 offsetTopAndBottom(View view, int offset) argument
3451 offsetLeftAndRight(View view, int offset) argument
3466 setClipBounds(View view, Rect clipBounds) argument
3478 getClipBounds(View view) argument
3485 isAttachedToWindow(View view) argument
3494 hasOnClickListeners(View view) argument
3509 setScrollIndicators(@onNull View view, @ScrollIndicators int indicators) argument
3540 setScrollIndicators(@onNull View view, @ScrollIndicators int indicators, @ScrollIndicators int mask) argument
3557 getScrollIndicators(@onNull View view) argument
3565 setPointerIcon(@onNull View view, PointerIconCompat pointerIcon) argument
3579 getDisplay(@onNull View view) argument
[all...]
/frameworks/support/design/base/android/support/design/internal/
H A DBottomNavigationAnimationHelperBase.java19 import android.view.ViewGroup;
22 void beginDelayedTransition(ViewGroup view) { argument
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DCollapsibleActionView.java17 package android.support.v7.view;
19 import android.support.v4.view.MenuItemCompat.OnActionExpandListener;
22 * When a {@link android.view.View} implements this interface it will receive callbacks when expanded or
23 * collapsed as an action view alongside the optional, app-specified callbacks to {@link
26 * <p>See {@link android.support.v4.view.MenuItemCompat} for more information about action views.
32 * Called when this view is expanded as an action view. See {@link
33 * android.support.v4.view.MenuItemCompat#expandActionView(android.view.MenuItem)}.
38 * Called when this view i
[all...]
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
H A DCardViewBindingAdapter.java32 public static void setContentPadding(CardView view, int padding) { argument
33 view.setContentPadding(padding, padding, padding, padding);
37 public static void setContentPaddingLeft(CardView view, int left) { argument
38 int top = view.getContentPaddingTop();
39 int right = view.getContentPaddingRight();
40 int bottom = view.getContentPaddingBottom();
41 view.setContentPadding(left, top, right, bottom);
45 public static void setContentPaddingTop(CardView view, int top) { argument
46 int left = view.getContentPaddingLeft();
47 int right = view
53 setContentPaddingRight(CardView view, int right) argument
61 setContentPaddingBottom(CardView view, int bottom) argument
[all...]
H A DTimePickerBindingAdapter.java30 public static void setHour(TimePicker view, int hour) { argument
32 if (view.getHour() != hour) {
33 view.setHour(hour);
36 if (view.getCurrentHour() != hour) {
37 view.setCurrentHour(hour);
44 public static void setMinute(TimePicker view, int minute) { argument
46 if (view.getMinute() != minute) {
47 view.setMinute(minute);
50 if (view.getCurrentMinute() != minute) {
51 view
57 getHour(TimePicker view) argument
72 getMinute(TimePicker view) argument
88 setListeners(TimePicker view, final OnTimeChangedListener listener, final InverseBindingListener hourChange, final InverseBindingListener minuteChange) argument
[all...]
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
H A DViewBindingAdapterTest.java24 import android.view.View;
38 View view = mBinder.padding;
39 assertEquals(mBindingObject.getPadding(), view.getPaddingBottom());
40 assertEquals(mBindingObject.getPadding(), view.getPaddingTop());
41 assertEquals(mBindingObject.getPadding(), view.getPaddingRight());
42 assertEquals(mBindingObject.getPadding(), view.getPaddingLeft());
46 assertEquals(mBindingObject.getPadding(), view.getPaddingBottom());
47 assertEquals(mBindingObject.getPadding(), view.getPaddingTop());
48 assertEquals(mBindingObject.getPadding(), view.getPaddingRight());
49 assertEquals(mBindingObject.getPadding(), view
[all...]
/frameworks/base/core/java/android/view/
H A DIAssetAtlas.aidl17 package android.view;
19 import android.view.GraphicBuffer;
H A DIInputFilterHost.aidl17 package android.view;
19 import android.view.InputEvent;
H A DIWindowId.aidl16 package android.view;
18 import android.view.IWindowFocusObserver;
/frameworks/base/core/java/android/view/animation/
H A DInterpolator.java17 package android.view.animation;
/frameworks/base/core/java/com/android/internal/view/
H A DIInputSessionCallback.aidl17 package com.android.internal.view;
19 import com.android.internal.view.IInputMethodSession;
/frameworks/base/core/java/com/android/internal/view/animation/
H A DNativeInterpolatorFactory.java17 package com.android.internal.view.animation;
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DViewConfiguration_Accessor.java17 package android.view;
/frameworks/base/tools/layoutlib/bridge/src/android/view/inputmethod/
H A DInputMethodManager_Accessor.java17 package android.view.inputmethod;
/frameworks/base/tools/layoutlib/create/tests/mock_data/mock_android/view/
H A DViewGroup.java17 package mock_android.view;
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
H A DCustomNamespaceAdapter.java23 public static void setOne(TextView view, String value) { argument
24 view.setText(value);
28 public static void setTwo(TextView view, String value) { argument
29 view.setText(value);
/frameworks/support/v17/leanback/api23/android/support/v17/leanback/widget/
H A DForegroundHelperApi23.java22 import android.view.ViewGroup;
23 import android.view.View;
24 import android.view.ViewOutlineProvider;
28 public static Drawable getForeground(View view) { argument
29 return view.getForeground();
32 public static void setForeground(View view, Drawable drawable) { argument
33 view.setForeground(drawable);

Completed in 744 milliseconds

1234567891011>>