HomeSort by relevance Sort by last modified time
    Searched refs:onAnimationStart (Results 51 - 75 of 251) sorted by null

1 23 4 5 6 7 8 91011

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 126 public void onAnimationStart(Animation animation) {
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardStack.java 126 public void onAnimationStart(Animator animation) {}
  /frameworks/base/core/java/android/animation/
Animator.java 67 * {@link AnimatorListener#onAnimationStart(Animator)} for any listeners of this animator.
478 void onAnimationStart(Animator animation);
  /frameworks/base/core/java/android/transition/
Fade.java 181 public void onAnimationStart(Animator animator) {
  /frameworks/base/core/java/com/android/internal/widget/
DrawableHolder.java 222 public void onAnimationStart(Animator animation) {
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
DirectoryItemAnimator.java 183 public void onAnimationStart(Animator animation) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/animations/
ViewFocusAnimator.java 81 public void onAnimationStart(Animator animation) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/views/
TaskStackHorizontalViewAdapter.java 83 public void onAnimationStart(Animator animation) { }
  /frameworks/support/design/gingerbread/android/support/design/widget/
ValueAnimatorCompatImplGingerbread.java 201 mListeners.get(i).onAnimationStart();
  /frameworks/support/design/src/android/support/design/widget/
Snackbar.java 543 public void onAnimationStart(View view) {
565 public void onAnimationStart(Animation animation) {}
582 public void onAnimationStart(View view) {
603 public void onAnimationStart(Animation animation) {}
    [all...]
  /packages/apps/Camera2/src/com/android/camera/widget/
PeekView.java 121 public void onAnimationStart(Animator animator) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
CallSubjectDialog.java 543 public void onAnimationStart(Animator animation) {
544 super.onAnimationStart(animation);
565 public void onAnimationStart(Animator animation) {
566 super.onAnimationStart(animation);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallAnimationUtils.java 133 public void onAnimationStart(Animator animation) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAnimUtils.java 37 public void onAnimationStart(Animator animation) {
  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlBarContainer.java 105 public void onAnimationStart(Animation animation) {
  /packages/apps/TV/src/com/android/tv/menu/
BaseCardView.java 147 public void onAnimationStart(Animator animation) {
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/dialog/old/
BaseScrollAdapterFragment.java 155 public void onAnimationStart(Animator animation) {
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimatorInflaterTest.java 250 public void onAnimationStart(Animator animation) {
251 super.onAnimationStart(animation);
  /cts/tests/tests/view/src/android/view/cts/
MockView.java 156 protected void onAnimationStart() {
157 super.onAnimationStart();
  /packages/apps/Messaging/src/com/android/messaging/ui/
VideoThumbnailView.java 172 protected void onAnimationStart() {
173 super.onAnimationStart();
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionableToastBar.java 382 public void onAnimationStart(Animator animation) {
415 public void onAnimationStart(Animator animation) {
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DefaultItemAnimator.java 201 public void onAnimationStart(View view) {
231 public void onAnimationStart(View view) {
289 public void onAnimationStart(View view) {
353 public void onAnimationStart(View view) {
375 public void onAnimationStart(View view) {
661 public void onAnimationStart(View view) {}
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BaseCardView.java 673 public void onAnimationStart(Animation animation) {
716 public void onAnimationStart(Animation animation) {
754 public void onAnimationStart(Animation animation) {
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Calculator.java 376 public void onAnimationStart(Animator animation) {
391 public void onAnimationStart(Animator animation) {
435 public void onAnimationStart(Animator animation) {
  /packages/apps/Camera2/src/com/android/camera/ui/
ModeListView.java 392 public void onAnimationStart(Animator animation) {
506 public void onAnimationStart(Animator animation) {
659 public void onAnimationStart(Animator animation) {
732 public void onAnimationStart(Animator animation) {
815 public void onAnimationStart(Animator animation) {
    [all...]

Completed in 1302 milliseconds

1 23 4 5 6 7 8 91011