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

  /development/samples/browseable/WearSpeakerSample/src/com.example.android.wearable.speaker/
MainActivity.java 224 View containerView = findViewById(R.id.container);
227 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
  /developers/build/prebuilts/gradle/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 244 View containerView = findViewById(R.id.container);
247 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
  /developers/samples/android/wearable/wear/WearSpeakerSample/wear/src/main/java/com/example/android/wearable/speaker/
MainActivity.java 245 View containerView = findViewById(R.id.container);
248 mUIAnimation = new UIAnimation(containerView, thumbs, expandedView, animationDuration,
  /cts/tests/tests/widget/src/android/widget/cts/
PopupWindowTest.java     [all...]

Completed in 7853 milliseconds