HomeSort by relevance Sort by last modified time
    Searched defs:transitionType (Results 1 - 18 of 18) sorted by null

  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 75 int transitionType = geoFenceEvent.getGeofenceTransition();
76 if (Geofence.GEOFENCE_TRANSITION_ENTER == transitionType) {
99 } else if (Geofence.GEOFENCE_TRANSITION_EXIT == transitionType) {
SimpleGeofenceStore.java 66 int transitionType = mPrefs.getInt(getGeofenceFieldKey(id, KEY_TRANSITION_TYPE),
73 && transitionType != INVALID_INT_VALUE) {
74 return new SimpleGeofence(id, lat, lng, radius, expirationDuration, transitionType);
  /developers/samples/android/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 75 int transitionType = geoFenceEvent.getGeofenceTransition();
76 if (Geofence.GEOFENCE_TRANSITION_ENTER == transitionType) {
99 } else if (Geofence.GEOFENCE_TRANSITION_EXIT == transitionType) {
SimpleGeofenceStore.java 66 int transitionType = mPrefs.getInt(getGeofenceFieldKey(id, KEY_TRANSITION_TYPE),
73 && transitionType != INVALID_INT_VALUE) {
74 return new SimpleGeofence(id, lat, lng, radius, expirationDuration, transitionType);
  /development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
GeofenceTransitionsIntentService.java 75 int transitionType = geoFenceEvent.getGeofenceTransition();
76 if (Geofence.GEOFENCE_TRANSITION_ENTER == transitionType) {
99 } else if (Geofence.GEOFENCE_TRANSITION_EXIT == transitionType) {
SimpleGeofenceStore.java 66 int transitionType = mPrefs.getInt(getGeofenceFieldKey(id, KEY_TRANSITION_TYPE),
73 && transitionType != INVALID_INT_VALUE) {
74 return new SimpleGeofence(id, lat, lng, radius, expirationDuration, transitionType);
  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 160 int transitionType = LayoutTransition.APPEARING;
161 mLayoutTransition.setStartDelay(transitionType, delay);
162 assertEquals(delay, mLayoutTransition.getStartDelay(transitionType));
167 int transitionType = LayoutTransition.CHANGE_APPEARING;
168 mLayoutTransition.setStagger(transitionType, duration);
169 assertEquals(duration, mLayoutTransition.getStagger(transitionType));
186 ViewGroup container, View view, int transitionType) {
189 this.mTransitionType = transitionType;
194 ViewGroup container, View view, int transitionType) {
197 this.mTransitionType = transitionType;
    [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 

Completed in 129 milliseconds