HomeSort by relevance Sort by last modified time
    Searched full:controlsview (Results 1 - 1 of 1) sorted by null

  /development/samples/devbytes/ui/ImmersiveMode/src/main/java/com/example/android/immersive/
ImmersiveActivity.java 37 final View controlsView = findViewById(R.id.fullscreen_content_controls);
46 controlsView.animate()
48 .translationY(visible ? 0 : controlsView.getHeight());

Completed in 330 milliseconds