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

1234567891011>>

/frameworks/support/compat/src/main/java/androidx/core/view/
H A DViewPropertyAnimatorUpdateListener.java17 package androidx.core.view;
19 import android.view.View;
32 * @param view The view associated with the ViewPropertyAnimatorCompat
34 void onAnimationUpdate(View view); argument
H A DViewPropertyAnimatorListener.java17 package androidx.core.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 DViewPropertyAnimatorListenerAdapter.java17 package androidx.core.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
/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 DIRemoteAnimationFinishedCallback.aidl17 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 DRemoteAnimationAdapter.aidl17 package android.view;
H A DRemoteAnimationDefinition.aidl17 package android.view;
H A DRemoteAnimationTarget.aidl17 package android.view;
H A DSurfaceControl.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;
/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/support/legacy/v13/src/main/java/androidx/legacy/view/
H A DViewCompat.java17 package androidx.legacy.view;
19 import android.view.View;
25 * @deprecated Use {@link androidx.core.view.ViewCompat} instead.
28 public class ViewCompat extends androidx.core.view.ViewCompat {

Completed in 181 milliseconds

1234567891011>>