Searched refs:mTooFastPrompt (Results 1 – 1 of 1) sorted by relevance
124 private TextView mTooFastPrompt; field in PanoramaActivity643 mTooFastPrompt.setVisibility(View.VISIBLE); in showTooFastIndication()651 mTooFastPrompt.setVisibility(View.GONE); in hideTooFastIndication()707 mTooFastPrompt = (TextView) findViewById(R.id.pano_capture_too_fast_textview); in createContentView()