Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DViewFrameRateActivity.java142 final TextView frameRateOutput = findViewById(R.id.frameRate); in onCreate() local
143 assert frameRateOutput != null; in onCreate()
144 frameRateOutput.setRequestedFrameRate(View.REQUESTED_FRAME_RATE_CATEGORY_NO_PREFERENCE); in onCreate()
153 frameRateOutput.setVisibility(View.GONE); in onCreate()
163 frameRateOutput.setVisibility(View.VISIBLE); in onCreate()
177 frameRateOutput.setText(String.valueOf(mLastRenderRate)); in onCreate()