Searched refs:view (Results 26 - 50 of 3459) sorted by relevance

1234567891011>>

/frameworks/support/compat/ics/android/support/v4/view/
H A DViewPropertyAnimatorUpdateListener.java17 package android.support.v4.view;
19 import android.view.View;
32 * @param view The view associated with the ViewPropertyAnimatorCompat
34 void onAnimationUpdate(View view); argument
H A DViewPropertyAnimatorCompatICS.java16 package android.support.v4.view;
20 import android.view.View;
21 import android.view.animation.Interpolator;
25 public static void setDuration(View view, long value) { argument
26 view.animate().setDuration(value);
29 public static void alpha(View view, float value) { argument
30 view.animate().alpha(value);
33 public static void translationX(View view, float value) { argument
34 view.animate().translationX(value);
37 public static void translationY(View view, floa argument
41 getDuration(View view) argument
45 setInterpolator(View view, Interpolator value) argument
49 setStartDelay(View view, long value) argument
53 getStartDelay(View view) argument
57 alphaBy(View view, float value) argument
61 rotation(View view, float value) argument
65 rotationBy(View view, float value) argument
69 rotationX(View view, float value) argument
73 rotationXBy(View view, float value) argument
77 rotationY(View view, float value) argument
81 rotationYBy(View view, float value) argument
85 scaleX(View view, float value) argument
89 scaleXBy(View view, float value) argument
93 scaleY(View view, float value) argument
97 scaleYBy(View view, float value) argument
101 cancel(View view) argument
105 x(View view, float value) argument
109 xBy(View view, float value) argument
113 y(View view, float value) argument
117 yBy(View view, float value) argument
121 translationXBy(View view, float value) argument
125 translationYBy(View view, float value) argument
129 start(View view) argument
133 setListener(final View view, final ViewPropertyAnimatorListener listener) argument
[all...]
/frameworks/support/compat/gingerbread/android/support/v4/view/
H A DViewCompatBase.java17 package android.support.v4.view;
22 import android.view.Display;
23 import android.view.View;
24 import android.view.ViewParent;
25 import android.view.WindowManager;
38 static ColorStateList getBackgroundTintList(View view) { argument
39 return (view instanceof TintableBackgroundView)
40 ? ((TintableBackgroundView) view).getSupportBackgroundTintList()
44 static void setBackgroundTintList(View view, ColorStateList tintList) { argument
45 if (view instanceo
50 getBackgroundTintMode(View view) argument
56 setBackgroundTintMode(View view, PorterDuff.Mode mode) argument
62 isLaidOut(View view) argument
66 getMinimumWidth(View view) argument
89 getMinimumHeight(View view) argument
112 isAttachedToWindow(View view) argument
116 offsetTopAndBottom(View view, int offset) argument
136 offsetLeftAndRight(View view, int offset) argument
156 getDisplay(View view) argument
[all...]
/frameworks/base/core/java/android/view/
H A DIAppTransitionAnimationSpecsFuture.aidl17 package android.view;
19 import android.view.AppTransitionAnimationSpec;
H A DViewManager.java17 package android.view;
25 * Assign the passed LayoutParams to the passed View and add the view to the window.
26 * <p>Throws {@link android.view.WindowManager.BadTokenException} for certain programming
27 * errors, such as adding a second view to a window without removing the first view.
28 * <p>Throws {@link android.view.WindowManager.InvalidDisplayException} if the window is on a
31 * @param view The view to be added to this window.
32 * @param params The LayoutParams to assign to view.
34 public void addView(View view, ViewGrou argument
35 updateViewLayout(View view, ViewGroup.LayoutParams params) argument
36 removeView(View view) argument
[all...]
H A DViewOutlineProvider.java17 package android.view;
35 public void getOutline(View view, Outline outline) {
36 Drawable background = view.getBackground();
40 outline.setRect(0, 0, view.getWidth(), view.getHeight());
54 public void getOutline(View view, Outline outline) {
55 outline.setRect(0, 0, view.getWidth(), view.getHeight());
67 public void getOutline(View view, Outline outline) {
68 outline.setRect(view
87 getOutline(View view, Outline outline) argument
[all...]
H A DCollapsibleActionView.java17 package android.view;
19 import android.view.MenuItem.OnActionExpandListener;
23 * when expanded or collapsed as an action view alongside the optional,
31 * Called when this view is expanded as an action view.
37 * Called when this view is collapsed as an action view.
H A DDisplay.aidl17 package android.view;
H A DWindowManager.aidl1 /* //device/java/android/android/view/WindowManager.aidl
18 package android.view;
/frameworks/base/core/tests/coretests/src/android/view/menu/
H A DMenuLayoutLandscape.java17 package android.view.menu;
H A DMenuLayoutPortrait.java17 package android.view.menu;
/frameworks/base/graphics/tests/graphicstests/src/android/view/
H A DMockView.java17 package android.view;
/frameworks/support/compat/jellybean-mr1/android/support/v4/view/
H A DViewCompatJellybeanMr1.java17 package android.support.v4.view;
20 import android.view.Display;
21 import android.view.View;
28 public static int getLabelFor(View view) { argument
29 return view.getLabelFor();
32 public static void setLabelFor(View view, int id) { argument
33 view.setLabelFor(id);
36 public static void setLayerPaint(View view, Paint paint) { argument
37 view.setLayerPaint(paint);
40 public static int getLayoutDirection(View view) { argument
44 setLayoutDirection(View view, int layoutDirection) argument
48 getPaddingStart(View view) argument
52 getPaddingEnd(View view) argument
56 setPaddingRelative(View view, int start, int top, int end, int bottom) argument
60 getWindowSystemUiVisibility(View view) argument
64 isPaddingRelative(View view) argument
68 getDisplay(View view) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityEvent.aidl17 package android.view.accessibility;
H A DAccessibilityNodeInfo.aidl17 package android.view.accessibility;
H A DAccessibilityRecord.aidl17 package android.view.accessibility;
H A DAccessibilityWindowInfo.aidl17 package android.view.accessibility;
/frameworks/base/core/java/android/view/inputmethod/
H A DCompletionInfo.aidl17 package android.view.inputmethod;
H A DCorrectionInfo.aidl17 package android.view.inputmethod;
H A DCursorAnchorInfo.aidl17 package android.view.inputmethod;
H A DEditorInfo.aidl17 package android.view.inputmethod;
H A DExtractedText.aidl17 package android.view.inputmethod;
H A DExtractedTextRequest.aidl17 package android.view.inputmethod;
H A DInputBinding.aidl17 package android.view.inputmethod;
H A DInputContentInfo.aidl17 package android.view.inputmethod;

Completed in 1522 milliseconds

1234567891011>>