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

  /development/samples/browseable/Interpolator/src/com.example.android.interpolator/
InterpolatorFragment.java 59 private TextView mDurationLabel;
128 mDurationLabel = (TextView) v.findViewById(R.id.durationLabel);
160 mDurationLabel.setText(getResources().getString(R.string.animation_duration, i));
  /developers/build/prebuilts/gradle/Interpolator/Application/src/main/java/com/example/android/interpolator/
InterpolatorFragment.java 60 private TextView mDurationLabel;
120 mDurationLabel = (TextView) view.findViewById(R.id.durationLabel);
183 mDurationLabel.setText(getResources().getString(R.string.animation_duration, i));
  /developers/samples/android/ui/Interpolator/Application/src/main/java/com/example/android/interpolator/
InterpolatorFragment.java 60 private TextView mDurationLabel;
120 mDurationLabel = (TextView) view.findViewById(R.id.durationLabel);
183 mDurationLabel.setText(getResources().getString(R.string.animation_duration, i));

Completed in 448 milliseconds