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

  /cts/tests/tests/animation/src/android/animation/cts/
LayoutAnimationTest.java 183 int transitionType = LayoutTransition.APPEARING;
184 mLayoutTransition.setStartDelay(transitionType, delay);
185 assertEquals(delay, mLayoutTransition.getStartDelay(transitionType));
191 int transitionType = LayoutTransition.CHANGE_APPEARING;
192 mLayoutTransition.setStagger(transitionType, duration);
193 assertEquals(duration, mLayoutTransition.getStagger(transitionType));
215 ViewGroup container, View view, int transitionType) {
218 this.mTransitionType = transitionType;
223 ViewGroup container, View view, int transitionType) {
226 this.mTransitionType = transitionType;
    [all...]
  /developers/build/prebuilts/gradle/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 78 int transitionType = geoFenceEvent.getGeofenceTransition();
79 if (Geofence.GEOFENCE_TRANSITION_ENTER == transitionType) {
103 } 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/deprecated/wearable/wear/Geofencing/Application/src/main/java/com/example/android/wearable/geofencing/
GeofenceTransitionsIntentService.java 78 int transitionType = geoFenceEvent.getGeofenceTransition();
79 if (Geofence.GEOFENCE_TRANSITION_ENTER == transitionType) {
103 } 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 78 int transitionType = geoFenceEvent.getGeofenceTransition();
79 if (Geofence.GEOFENCE_TRANSITION_ENTER == transitionType) {
103 } 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/build/prebuilts/gradle/BatchStepSensor/Application/src/main/java/com/example/android/batchstepsensor/cardstream/
CardStreamLinearLayout.java 140 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) {
  /development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
CardStreamLinearLayout.java 140 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) {
  /external/deqp-deps/glslang/glslang/MachineIndependent/
ParseHelper.cpp     [all...]

Completed in 1297 milliseconds