Home
last modified time | relevance | path

Searched refs:transitionType (Results 1 – 3 of 3) sorted by relevance

/development/samples/browseable/Geofencing/Application/src/com.example.android.wearable.geofencing/
DSimpleGeofenceStore.java66 int transitionType = mPrefs.getInt(getGeofenceFieldKey(id, KEY_TRANSITION_TYPE), in getGeofence() local
73 && transitionType != INVALID_INT_VALUE) { in getGeofence()
74 return new SimpleGeofence(id, lat, lng, radius, expirationDuration, transitionType); in getGeofence()
DGeofenceTransitionsIntentService.java78 int transitionType = geoFenceEvent.getGeofenceTransition(); in onHandleIntent() local
79 if (Geofence.GEOFENCE_TRANSITION_ENTER == transitionType) { in onHandleIntent()
103 } else if (Geofence.GEOFENCE_TRANSITION_EXIT == transitionType) { in onHandleIntent()
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java140 view, int transitionType) {
141 Log.d(TAG, "Start LayoutTransition animation:" + transitionType);
146 final View view, int transitionType) {
148 Log.d(TAG, "End LayoutTransition animation:" + transitionType);
149 if (transitionType == LayoutTransition.APPEARING) {