OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:animationType
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
InfoBarTestAnimationListener.java
70
public void notifyAnimationFinished(int
animationType
) {
71
switch(
animationType
) {
83
"Animation finished for unknown type " +
animationType
);
/developers/build/prebuilts/gradle/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java
98
private void startConfirmationActivity(int
animationType
, String message) {
101
.putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE,
animationType
)
/developers/build/prebuilts/gradle/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java
101
* @param
animationType
Defined by constants in ConfirmationActivity.
104
private void startConfirmationActivity(int
animationType
, String message) {
107
.putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE,
animationType
)
/developers/samples/android/wearable/wear/AgendaData/Wearable/src/main/java/com/example/android/wearable/agendadata/
DeleteService.java
98
private void startConfirmationActivity(int
animationType
, String message) {
101
.putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE,
animationType
)
/developers/samples/android/wearable/wear/Geofencing/Wearable/src/main/java/com/example/android/wearable/geofencing/
CheckInAndDeleteDataItemsService.java
101
* @param
animationType
Defined by constants in ConfirmationActivity.
104
private void startConfirmationActivity(int
animationType
, String message) {
107
.putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE,
animationType
)
/development/samples/browseable/AgendaData/Wearable/src/com.example.android.wearable.agendadata/
DeleteService.java
98
private void startConfirmationActivity(int
animationType
, String message) {
101
.putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE,
animationType
)
/development/samples/browseable/Geofencing/Wearable/src/com.example.android.wearable.geofencing/
CheckInAndDeleteDataItemsService.java
101
* @param
animationType
Defined by constants in ConfirmationActivity.
104
private void startConfirmationActivity(int
animationType
, String message) {
107
.putExtra(ConfirmationActivity.EXTRA_ANIMATION_TYPE,
animationType
)
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
InfoBarContainer.java
54
void notifyAnimationFinished(int
animationType
);
65
public int
animationType
;
73
animationType
= type;
345
if (info.
animationType
== AnimationHelper.ANIMATION_TYPE_SHOW) {
365
private void enqueueInfoBarAnimation(InfoBar infoBar, View toShow, int
animationType
) {
366
InfoBarTransitionInfo info = new InfoBarTransitionInfo(infoBar, toShow,
animationType
);
441
if (info.
animationType
== AnimationHelper.ANIMATION_TYPE_SHOW) {
452
mAnimation = new AnimationHelper(this, targetView, info.target, toShow, info.
animationType
);
AnimationHelper.java
66
* @param
animationType
Type of animation being performed.
69
View toShow, int
animationType
) {
75
mAnimationType =
animationType
;
Completed in 505 milliseconds