OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onAnimationRepeat
(Results
1 - 25
of
169
) sorted by null
1
2
3
4
5
6
7
/frameworks/support/compat/gingerbread/android/support/v4/animation/
AnimatorListenerCompat.java
56
void
onAnimationRepeat
(ValueAnimatorCompat animation);
/frameworks/base/core/java/android/animation/
AnimatorListenerAdapter.java
45
public void
onAnimationRepeat
(Animator animation) {
/packages/apps/PhoneCommon/src/com/android/phone/common/animation/
AnimationListenerAdapter.java
46
public void
onAnimationRepeat
(Animation animation) {
/packages/services/Car/car-support-lib/src/android/support/car/ui/
AnimationListenerAdapter.java
44
public void
onAnimationRepeat
(Animation animation) {
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
TestAnimationListener.java
23
public void
onAnimationRepeat
(Animation animation) {
/packages/apps/PackageInstaller/src/android/support/wearable/view/
SimpleAnimatorListener.java
45
public void
onAnimationRepeat
(Animator animator) {
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ViewGroupBindingAdapter.java
73
"android:
onAnimationRepeat
"}, requireAll = false)
75
final OnAnimationEnd end, final
OnAnimationRepeat
repeat) {
95
public void
onAnimationRepeat
(Animation animation) {
97
repeat.
onAnimationRepeat
(animation);
120
public interface
OnAnimationRepeat
{
121
void
onAnimationRepeat
(Animation animation);
/frameworks/support/compat/honeycomb_mr1/android/support/v4/animation/
HoneycombMr1AnimatorCompatProvider.java
123
public void
onAnimationRepeat
(Animator animation) {
124
mWrapped.
onAnimationRepeat
(mValueAnimatorCompat);
/packages/apps/Camera2/src/com/android/camera/
AnimationManager.java
83
public void
onAnimationRepeat
(Animator animator) {
123
public void
onAnimationRepeat
(Animator animator) {
163
public void
onAnimationRepeat
(Animator animator) {
/frameworks/support/design/base/android/support/design/widget/
AnimationUtils.java
56
public void
onAnimationRepeat
(Animation animation) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
SettingsButton.java
113
public void
onAnimationRepeat
(Animator animation) {
142
public void
onAnimationRepeat
(Animator animation) {
/packages/apps/Camera2/src/com/android/camera/ui/
TouchCircleDrawable.java
233
public void
onAnimationRepeat
(Animator animation) {
235
mAnimatorListener.
onAnimationRepeat
(animation);
CaptureAnimationOverlay.java
88
public void
onAnimationRepeat
(Animator animation) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimation.java
131
listener.
onAnimationRepeat
(realAnimation);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
TrimControllerOverlay.java
75
public void
onAnimationRepeat
(Animator animation) {
MovieControllerOverlay.java
117
public void
onAnimationRepeat
(Animation animation) {
/development/samples/devbytes/animation/ListViewCellInsertion/src/com/example/android/insertingcells/
InsertingCells.java
97
public void
onAnimationRepeat
(Animator animation) {
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
RevealActivity.java
50
public void
onAnimationRepeat
(Animator animation) {
51
Log.d("Reveal", "
onAnimationRepeat
" + animation);
/packages/apps/Dialer/src/com/android/dialer/dialpad/
PseudoEmergencyAnimator.java
91
public void
onAnimationRepeat
(Animator animation) {
/packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java
35
public void
onAnimationRepeat
(Animator animation) {
LauncherViewPropertyAnimator.java
118
public void
onAnimationRepeat
(Animator animation) {
121
listener.
onAnimationRepeat
(this);
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
ConversationMessageBubbleView.java
127
public void
onAnimationRepeat
(Animator animator) {
/packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
PermissionsFrameFragment.java
106
public void
onAnimationRepeat
(Animation animation) {
/packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java
119
public void
onAnimationRepeat
(Animator animation) {
122
listener.
onAnimationRepeat
(this);
/frameworks/base/core/java/android/view/animation/
Animation.java
374
mListener.
onAnimationRepeat
(Animation.this);
925
if (mListenerHandler == null) mListener.
onAnimationRepeat
(this);
[
all
...]
Completed in 366 milliseconds
1
2
3
4
5
6
7