OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTransitionType
(Results
1 - 4
of
4
) sorted by null
/developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java
32
private int
mTransitionType
;
50
this.
mTransitionType
= transition;
70
return
mTransitionType
;
81
.setTransitionTypes(
mTransitionType
)
/developers/samples/android/deprecated/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
SimpleGeofence.java
32
private int
mTransitionType
;
50
this.
mTransitionType
= transition;
70
return
mTransitionType
;
81
.setTransitionTypes(
mTransitionType
)
/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
SimpleGeofence.java
32
private int
mTransitionType
;
50
this.
mTransitionType
= transition;
70
return
mTransitionType
;
81
.setTransitionTypes(
mTransitionType
)
/cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java
212
int
mTransitionType
;
218
this.
mTransitionType
= transitionType;
226
this.
mTransitionType
= transitionType;
Completed in 81 milliseconds