HomeSort by relevance Sort by last modified time
    Searched refs:view (Results 1 - 25 of 12165) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/support/compat/src/main/java/androidx/core/view/
ViewPropertyAnimatorUpdateListener.java 17 package androidx.core.view;
19 import android.view.View;
32 * @param view The view associated with the ViewPropertyAnimatorCompat
34 void onAnimationUpdate(View view);
ViewPropertyAnimatorListener.java 17 package androidx.core.view;
19 import android.view.View;
30 * @param view The view associated with the ViewPropertyAnimator
32 void onAnimationStart(View view);
38 * @param view The view associated with the ViewPropertyAnimator
40 void onAnimationEnd(View view)
    [all...]
ViewPropertyAnimatorListenerAdapter.java 17 package androidx.core.view;
19 import android.view.View;
33 public void onAnimationStart(View view) {
40 public void onAnimationEnd(View view) {
47 public void onAnimationCancel(View view) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/mock_android/view/
View.java 17 package mock_android.view;
19 public class View {
  /frameworks/base/core/java/android/view/
AnimationRenderStats.aidl 17 package android.view;
AppTransitionAnimationSpec.aidl 17 package android.view;
DisplayInfo.aidl 17 package android.view;
DragEvent.aidl 17 package android.view;
IRemoteAnimationFinishedCallback.aidl 17 package android.view;
InputChannel.aidl 1 /* //device/java/android/android/view/InputChannel.aidl
18 package android.view;
InputDevice.aidl 1 /* //device/java/android/android.view.InputDevice.aidl
18 package android.view;
InputEvent.aidl 1 /* //device/java/android/android.view.InputEvent.aidl
18 package android.view;
KeyEvent.aidl 1 /* //device/java/android/android.view.KeyEvent.aidl
18 package android.view;
MagnificationSpec.aidl 18 package android.view;
MotionEvent.aidl 1 /* //device/java/android/android.view.KeyEvent.aidl
18 package android.view;
PointerIcon.aidl 17 package android.view;
RemoteAnimationAdapter.aidl 17 package android.view;
RemoteAnimationDefinition.aidl 17 package android.view;
RemoteAnimationTarget.aidl 17 package android.view;
SurfaceControl.aidl 17 package android.view;
WindowAnimationFrameStats.aidl 17 package android.view;
WindowContentFrameStats.aidl 17 package android.view;
WindowInfo.aidl 17 package android.view;
  /frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DataBindingComponent.java 18 import android.view.LayoutInflater;
19 import android.view.View;
20 import android.view.ViewGroup;
37 * @see DataBindingUtil#bind(View, DataBindingComponent)
  /frameworks/support/legacy/v13/src/main/java/androidx/legacy/view/
ViewCompat.java 17 package androidx.legacy.view;
19 import android.view.View;
22 * Helper for accessing features in {@link View} introduced after API
25 * @deprecated Use {@link androidx.core.view.ViewCompat} instead.
28 public class ViewCompat extends androidx.core.view.ViewCompat {

Completed in 649 milliseconds

1 2 3 4 5 6 7 8 91011>>