Searched refs:view (Results 1 - 25 of 3946) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/view/
H A DAnimationRenderStats.aidl17 package android.view;
H A DAppTransitionAnimationSpec.aidl17 package android.view;
H A DDisplayInfo.aidl17 package android.view;
H A DDragEvent.aidl17 package android.view;
H A DIApplicationToken.aidl1 /* //device/java/android/android/view/IApplicationToken.aidl
18 package android.view;
H A DInputChannel.aidl1 /* //device/java/android/android/view/InputChannel.aidl
18 package android.view;
H A DInputDevice.aidl1 /* //device/java/android/android.view.InputDevice.aidl
18 package android.view;
H A DInputEvent.aidl1 /* //device/java/android/android.view.InputEvent.aidl
18 package android.view;
H A DKeyEvent.aidl1 /* //device/java/android/android.view.KeyEvent.aidl
18 package android.view;
H A DMagnificationSpec.aidl18 package android.view;
H A DMotionEvent.aidl1 /* //device/java/android/android.view.KeyEvent.aidl
18 package android.view;
H A DPointerIcon.aidl17 package android.view;
H A DWindowAnimationFrameStats.aidl17 package android.view;
H A DWindowContentFrameStats.aidl17 package android.view;
H A DWindowInfo.aidl17 package 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...]
/frameworks/support/compat/java/android/support/v4/view/
H A DViewPropertyAnimatorListener.java17 package android.support.v4.view;
19 import android.view.View;
30 * @param view The view associated with the ViewPropertyAnimator
32 void onAnimationStart(View view); argument
38 * @param view The view associated with the ViewPropertyAnimator
40 void onAnimationEnd(View view); argument
46 * @param view The view associate
48 onAnimationCancel(View view) argument
[all...]
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
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
H A DDataBindingComponent.java18 import android.view.LayoutInflater;
19 import android.view.View;
20 import android.view.ViewGroup;
/frameworks/base/core/java/android/view/autofill/
H A DAutofillManagerInternal.java16 package android.view.autofill;
/frameworks/base/core/tests/coretests/src/android/view/
H A DMockView.java17 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;

Completed in 426 milliseconds

1234567891011>>