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

1234567891011>>

/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/api21/android/support/v4/view/
H A DViewCompatApi21.java17 package android.support.v4.view;
19 import android.view.View;
20 import android.view.WindowInsets;
24 public static void setTransitionName(View view, String transitionName) { argument
25 view.setTransitionName(transitionName);
28 public static String getTransitionName(View view) { argument
29 return view.getTransitionName();
32 public static void requestApplyInsets(View view) { argument
33 view.requestApplyInsets();
36 public static void setElevation(View view, floa argument
40 getElevation(View view) argument
44 setTranslationZ(View view, float translationZ) argument
48 getTranslationZ(View view) argument
52 setOnApplyWindowInsetsListener(View view, final OnApplyWindowInsetsListener listener) argument
67 isImportantForAccessibility(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;
27 import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
28 import android.support.v4.view.accessibility.AccessibilityNodeProviderCompat;
30 import android.view.View;
31 import android.view.ViewGroup;
32 import android.view.ViewParent;
33 import android.view.accessibility.AccessibilityEvent;
55 * Always allow a user to over-scroll this view, provided it is a
56 * view that can scroll.
61 * Allow a user to over-scroll this view onl
267 hasTransientState(View view) argument
268 setHasTransientState(View view, boolean hasTransientState) argument
269 postInvalidateOnAnimation(View view) argument
270 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
271 postOnAnimation(View view, Runnable action) argument
272 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
273 getImportantForAccessibility(View view) argument
274 setImportantForAccessibility(View view, int mode) argument
275 isImportantForAccessibility(View view) argument
276 performAccessibilityAction(View view, int action, Bundle arguments) argument
277 getAccessibilityNodeProvider(View view) argument
278 getAlpha(View view) argument
279 setLayerType(View view, int layerType, Paint paint) argument
280 getLayerType(View view) argument
281 getLabelFor(View view) argument
282 setLabelFor(View view, int id) argument
283 setLayerPaint(View view, Paint paint) argument
284 getLayoutDirection(View view) argument
285 setLayoutDirection(View view, int layoutDirection) argument
286 getParentForAccessibility(View view) argument
287 isOpaque(View view) argument
289 getMeasuredWidthAndState(View view) argument
290 getMeasuredHeightAndState(View view) argument
291 getMeasuredState(View view) argument
292 getAccessibilityLiveRegion(View view) argument
293 setAccessibilityLiveRegion(View view, int mode) argument
294 getPaddingStart(View view) argument
295 getPaddingEnd(View view) argument
296 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
297 dispatchStartTemporaryDetach(View view) argument
298 dispatchFinishTemporaryDetach(View view) argument
299 getX(View view) argument
300 getY(View view) argument
301 getRotation(View view) argument
302 getRotationX(View view) argument
303 getRotationY(View view) argument
304 getScaleX(View view) argument
305 getScaleY(View view) argument
306 getTranslationX(View view) argument
307 getTranslationY(View view) argument
308 getMinimumWidth(View view) argument
309 getMinimumHeight(View view) argument
310 animate(View view) argument
311 setRotation(View view, float value) argument
312 setRotationX(View view, float value) argument
313 setRotationY(View view, float value) argument
314 setScaleX(View view, float value) argument
315 setScaleY(View view, float value) argument
316 setTranslationX(View view, float value) argument
317 setTranslationY(View view, float value) argument
318 setX(View view, float value) argument
319 setY(View view, float value) argument
320 setAlpha(View view, float value) argument
321 setPivotX(View view, float value) argument
322 setPivotY(View view, float value) argument
323 getPivotX(View view) argument
324 getPivotY(View view) argument
325 setElevation(View view, float elevation) argument
326 getElevation(View view) argument
327 setTranslationZ(View view, float translationZ) argument
328 getTranslationZ(View view) argument
329 setTransitionName(View view, String transitionName) argument
330 getTransitionName(View view) argument
331 getWindowSystemUiVisibility(View view) argument
332 requestApplyInsets(View view) argument
334 getFitsSystemWindows(View view) argument
335 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
337 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
338 setSaveFromParentEnabled(View view, boolean enabled) argument
339 setActivated(View view, boolean activated) argument
379 hasTransientState(View view) argument
383 setHasTransientState(View view, boolean hasTransientState) argument
386 postInvalidateOnAnimation(View view) argument
389 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
392 postOnAnimation(View view, Runnable action) argument
395 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
401 getImportantForAccessibility(View view) argument
404 setImportantForAccessibility(View view, int mode) argument
407 isImportantForAccessibility(View view) argument
410 performAccessibilityAction(View view, int action, Bundle arguments) argument
413 getAccessibilityNodeProvider(View view) argument
416 getAlpha(View view) argument
419 setLayerType(View view, int layerType, Paint paint) argument
422 getLayerType(View view) argument
425 getLabelFor(View view) argument
428 setLabelFor(View view, int id) argument
431 setLayerPaint(View view, Paint p) argument
436 getLayoutDirection(View view) argument
441 setLayoutDirection(View view, int layoutDirection) argument
446 getParentForAccessibility(View view) argument
451 isOpaque(View view) argument
464 getMeasuredWidthAndState(View view) argument
469 getMeasuredHeightAndState(View view) argument
474 getMeasuredState(View view) argument
479 getAccessibilityLiveRegion(View view) argument
484 setAccessibilityLiveRegion(View view, int mode) argument
489 getPaddingStart(View view) argument
494 getPaddingEnd(View view) argument
499 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
504 dispatchStartTemporaryDetach(View view) argument
521 dispatchFinishTemporaryDetach(View view) argument
550 getTranslationX(View view) argument
555 getTranslationY(View view) argument
560 getX(View view) argument
565 getY(View view) argument
570 getRotation(View view) argument
575 getRotationX(View view) argument
580 getRotationY(View view) argument
585 getScaleX(View view) argument
590 getScaleY(View view) argument
595 getMinimumWidth(View view) argument
600 getMinimumHeight(View view) argument
605 animate(View view) argument
610 setRotation(View view, float value) argument
615 setTranslationX(View view, float value) argument
620 setTranslationY(View view, float value) argument
625 setAlpha(View view, float value) argument
630 setRotationX(View view, float value) argument
635 setRotationY(View view, float value) argument
640 setScaleX(View view, float value) argument
645 setScaleY(View view, float value) argument
650 setX(View view, float value) argument
655 setY(View view, float value) argument
660 setPivotX(View view, float value) argument
665 setPivotY(View view, float value) argument
670 getPivotX(View view) argument
675 getPivotY(View view) argument
680 setTransitionName(View view, String transitionName) argument
684 getTransitionName(View view) argument
689 getWindowSystemUiVisibility(View view) argument
694 requestApplyInsets(View view) argument
698 setElevation(View view, float elevation) argument
702 getElevation(View view) argument
707 setTranslationZ(View view, float translationZ) argument
711 getTranslationZ(View view) argument
721 getFitsSystemWindows(View view) argument
726 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
731 jumpDrawablesToCurrentState(View view) argument
736 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
747 setActivated(View view, boolean activated) argument
754 isOpaque(View view) argument
781 getAlpha(View view) argument
785 setLayerType(View view, int layerType, Paint paint) argument
789 getLayerType(View view) argument
793 setLayerPaint(View view, Paint paint) argument
805 getMeasuredWidthAndState(View view) argument
809 getMeasuredHeightAndState(View view) argument
813 getMeasuredState(View view) argument
817 getTranslationX(View view) argument
821 getTranslationY(View view) argument
825 setTranslationX(View view, float value) argument
829 setTranslationY(View view, float value) argument
833 setAlpha(View view, float value) argument
837 setX(View view, float value) argument
841 setY(View view, float value) argument
845 setRotation(View view, float value) argument
849 setRotationX(View view, float value) argument
853 setRotationY(View view, float value) argument
857 setScaleX(View view, float value) argument
861 setScaleY(View view, float value) argument
865 setPivotX(View view, float value) argument
869 setPivotY(View view, float value) argument
873 getX(View view) argument
878 getY(View view) argument
883 getRotation(View view) argument
888 getRotationX(View view) argument
893 getRotationY(View view) argument
898 getScaleX(View view) argument
903 getScaleY(View view) argument
908 getPivotX(View view) argument
912 getPivotY(View view) argument
916 jumpDrawablesToCurrentState(View view) argument
921 setSaveFromParentEnabled(View view, boolean enabled) argument
926 setActivated(View view, boolean activated) argument
985 animate(View view) argument
999 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
1006 hasTransientState(View view) argument
1010 setHasTransientState(View view, boolean hasTransientState) argument
1014 postInvalidateOnAnimation(View view) argument
1018 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
1022 postOnAnimation(View view, Runnable action) argument
1026 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1030 getImportantForAccessibility(View view) argument
1034 setImportantForAccessibility(View view, int mode) argument
1044 performAccessibilityAction(View view, int action, Bundle arguments) argument
1048 getAccessibilityNodeProvider(View view) argument
1057 getParentForAccessibility(View view) argument
1062 getMinimumWidth(View view) argument
1067 getMinimumHeight(View view) argument
1072 requestApplyInsets(View view) argument
1077 getFitsSystemWindows(View view) argument
1085 getLabelFor(View view) argument
1090 setLabelFor(View view, int id) argument
1095 setLayerPaint(View view, Paint paint) argument
1100 getLayoutDirection(View view) argument
1105 setLayoutDirection(View view, int layoutDirection) argument
1110 getPaddingStart(View view) argument
1115 getPaddingEnd(View view) argument
1120 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
1125 getWindowSystemUiVisibility(View view) argument
1132 getAccessibilityLiveRegion(View view) argument
1137 setAccessibilityLiveRegion(View view, int mode) argument
1142 setImportantForAccessibility(View view, int mode) argument
1149 setTransitionName(View view, String transitionName) argument
1154 getTransitionName(View view) argument
1159 requestApplyInsets(View view) argument
1164 setElevation(View view, float elevation) argument
1169 getElevation(View view) argument
1174 setTranslationZ(View view, float translationZ) argument
1179 getTranslationZ(View view) argument
1184 setOnApplyWindowInsetsListener(View view, OnApplyWindowInsetsListener listener) argument
1189 isImportantForAccessibility(View view) argument
1409 hasTransientState(View view) argument
1420 setHasTransientState(View view, boolean hasTransientState) argument
1433 postInvalidateOnAnimation(View view) argument
1450 postInvalidateOnAnimation(View view, int left, int top, int right, int bottom) argument
1465 postOnAnimation(View view, Runnable action) argument
1482 postOnAnimationDelayed(View view, Runnable action, long delayMillis) argument
1500 getImportantForAccessibility(View view) argument
1523 setImportantForAccessibility(View view, @ImportantForAccessibility int mode) argument
1542 performAccessibilityAction(View view, int action, Bundle arguments) argument
1569 getAccessibilityNodeProvider(View view) argument
1580 getAlpha(View view) argument
1623 setLayerType(View view, @LayerType int layerType, Paint paint) argument
1644 getLayerType(View view) argument
1655 getLabelFor(View view) argument
1666 setLabelFor(View view, @IdRes int labeledId) argument
1700 setLayerPaint(View view, Paint paint) argument
1715 getLayoutDirection(View view) argument
1735 setLayoutDirection(View view, @LayoutDirectionMode int layoutDirection) argument
1747 getParentForAccessibility(View view) argument
1760 isOpaque(View view) argument
1791 getMeasuredWidthAndState(View view) argument
1805 getMeasuredHeightAndState(View view) argument
1816 getMeasuredState(View view) argument
1829 getAccessibilityLiveRegion(View view) argument
1861 setAccessibilityLiveRegion(View view, @AccessibilityLiveRegion int mode) argument
1873 getPaddingStart(View view) argument
1885 getPaddingEnd(View view) argument
1902 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
1909 dispatchStartTemporaryDetach(View view) argument
1916 dispatchFinishTemporaryDetach(View view) argument
1929 getTranslationX(View view) argument
1942 getTranslationY(View view) argument
1953 getMinimumWidth(View view) argument
1964 getMinimumHeight(View view) argument
1976 animate(View view) argument
1990 setTranslationX(View view, float value) argument
2006 setTranslationY(View view, float value) argument
2022 setAlpha(View view, float value) argument
2036 setX(View view, float value) argument
2050 setY(View view, float value) argument
2062 setRotation(View view, float value) argument
2075 setRotationX(View view, float value) argument
2088 setRotationY(View view, float value) argument
2100 setScaleX(View view, float value) argument
2112 setScaleY(View view, float value) argument
2123 getPivotX(View view) argument
2138 setPivotX(View view, float value) argument
2150 getPivotY(View view) argument
2165 setPivotY(View view, float value) argument
2169 getRotation(View view) argument
2173 getRotationX(View view) argument
2177 getRotationY(View view) argument
2181 getScaleX(View view) argument
2185 getScaleY(View view) argument
2189 getX(View view) argument
2193 getY(View view) argument
2200 setElevation(View view, float elevation) argument
2209 getElevation(View view) argument
2216 setTranslationZ(View view, float translationZ) argument
2225 getTranslationZ(View view) argument
2236 setTransitionName(View view, String transitionName) argument
2250 getTransitionName(View view) argument
2257 getWindowSystemUiVisibility(View view) argument
2265 requestApplyInsets(View view) argument
2296 setFitsSystemWindows(View view, boolean fitSystemWindows) argument
2340 setActivated(View view, boolean activated) 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 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 translationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
64 translationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
65 translationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
66 translationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
67 start(ViewPropertyAnimatorCompat vpa, View view) argument
68 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
69 withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
70 withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
71 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
73 setUpdateListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorUpdateListener listener) argument
81 setDuration(ViewPropertyAnimatorCompat vpa, View view, long value) argument
86 alpha(ViewPropertyAnimatorCompat vpa, View view, float value) argument
92 translationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
98 translationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
104 withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
110 getDuration(ViewPropertyAnimatorCompat vpa, View view) argument
115 setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value) argument
120 getInterpolator(ViewPropertyAnimatorCompat vpa, View view) argument
125 setStartDelay(ViewPropertyAnimatorCompat vpa, View view, long value) argument
130 getStartDelay(ViewPropertyAnimatorCompat vpa, View view) argument
135 alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
141 rotation(ViewPropertyAnimatorCompat vpa, View view, float value) argument
147 rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
153 rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
159 rotationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
165 rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
171 rotationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
177 scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
183 scaleXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
189 scaleY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
195 scaleYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
201 cancel(ViewPropertyAnimatorCompat vpa, View view) argument
207 x(ViewPropertyAnimatorCompat vpa, View view, float value) argument
213 xBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
219 y(ViewPropertyAnimatorCompat vpa, View view, float value) argument
225 yBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
231 translationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
237 translationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
243 start(ViewPropertyAnimatorCompat vpa, View view) argument
249 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
254 withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
260 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
265 setUpdateListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorUpdateListener listener) argument
269 startAnimation(ViewPropertyAnimatorCompat vpa, View view) argument
296 Starter(ViewPropertyAnimatorCompat vpa, View view) argument
310 removeStartMessage(View view) argument
320 postStartMessage(ViewPropertyAnimatorCompat vpa, View view) argument
342 setDuration(ViewPropertyAnimatorCompat vpa, View view, long value) argument
347 alpha(ViewPropertyAnimatorCompat vpa, View view, float value) argument
352 translationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
357 translationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
362 getDuration(ViewPropertyAnimatorCompat vpa, View view) argument
367 setInterpolator(ViewPropertyAnimatorCompat vpa, View view, Interpolator value) argument
372 setStartDelay(ViewPropertyAnimatorCompat vpa, View view, long value) argument
377 getStartDelay(ViewPropertyAnimatorCompat vpa, View view) argument
382 alphaBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
387 rotation(ViewPropertyAnimatorCompat vpa, View view, float value) argument
392 rotationBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
397 rotationX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
402 rotationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
407 rotationY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
412 rotationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
417 scaleX(ViewPropertyAnimatorCompat vpa, View view, float value) argument
422 scaleXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
427 scaleY(ViewPropertyAnimatorCompat vpa, View view, float value) argument
432 scaleYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
437 cancel(ViewPropertyAnimatorCompat vpa, View view) argument
442 x(ViewPropertyAnimatorCompat vpa, View view, float value) argument
447 xBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
452 y(ViewPropertyAnimatorCompat vpa, View view, float value) argument
457 yBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
462 translationXBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
467 translationYBy(ViewPropertyAnimatorCompat vpa, View view, float value) argument
472 start(ViewPropertyAnimatorCompat vpa, View view) argument
477 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
483 withEndAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) argument
489 withStartAction(ViewPropertyAnimatorCompat vpa, View view, final Runnable runnable) argument
495 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
509 onAnimationStart(View view) argument
527 onAnimationEnd(View view) argument
546 onAnimationCancel(View view) argument
562 setListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorListener listener) argument
567 withStartAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
572 withEndAction(ViewPropertyAnimatorCompat vpa, View view, Runnable runnable) argument
577 withLayer(ViewPropertyAnimatorCompat vpa, View view) argument
585 getInterpolator(ViewPropertyAnimatorCompat vpa, View view) argument
592 setUpdateListener(ViewPropertyAnimatorCompat vpa, View view, ViewPropertyAnimatorUpdateListener listener) argument
[all...]
/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;
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/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/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 DOnChildSelectedListener.java16 import android.view.View;
17 import android.view.ViewGroup;
32 * @param view The view within the ViewGroup that is selected, or null if no
33 * view is selected.
34 * @param position The position of the view in the adapter, or NO_POSITION
35 * if no view is selected.
36 * @param id The id of the child that is selected, or NO_ID if no view is
39 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;
/frameworks/base/core/java/com/android/internal/view/
H A DInputBindResult.aidl17 package com.android.internal.view;
/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/support/v4/donut/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
/frameworks/support/v4/froyo/android/support/v4/view/
H A DViewConfigurationCompatFroyo.java17 package android.support.v4.view;
19 import android.view.ViewConfiguration;
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewConfigurationCompatICS.java17 package android.support.v4.view;
19 import android.view.ViewConfiguration;
/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/base/core/java/android/view/animation/
H A DInterpolator.java17 package android.view.animation;

Completed in 811 milliseconds

1234567891011>>