Searched refs:frameRateOutput (Results 1 – 1 of 1) sorted by relevance
142 final TextView frameRateOutput = findViewById(R.id.frameRate); in onCreate() local143 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()