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

1234567891011>>

/frameworks/base/core/java/android/view/
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/design/lollipop/android/support/design/widget/
H A DViewUtilsLollipop.java19 import android.view.View;
20 import android.view.ViewOutlineProvider;
24 static void setBoundsViewOutlineProvider(View view) { argument
25 view.setOutlineProvider(ViewOutlineProvider.BOUNDS);
/frameworks/support/v4/ics/android/support/v4/view/
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/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 DInputMethodInfo.aidl17 package android.view.inputmethod;
H A DInputMethodSubtype.aidl17 package android.view.inputmethod;
/frameworks/base/core/java/android/view/textservice/
H A DSentenceSuggestionsInfo.aidl17 package android.view.textservice;
H A DSpellCheckerInfo.aidl17 package android.view.textservice;

Completed in 3495 milliseconds

1234567891011>>