Searched refs:mRightIndicator (Results 1 – 2 of 2) sorted by relevance
37 private ImageView mRightIndicator; field in BackGestureIndicatorView58 mRightIndicator = mLayout.findViewById(R.id.indicator_right); in BackGestureIndicatorView()61 mRightIndicator.setImageDrawable(mRightDrawable); in BackGestureIndicatorView()
122 private View mRightIndicator; field in PanoramaActivity541 mRightIndicator.setVisibility(View.GONE); in hideDirectionIndicators()548 mRightIndicator.setVisibility(View.VISIBLE); in showDirectionIndicators()552 mRightIndicator.setVisibility(View.GONE); in showDirectionIndicators()556 mRightIndicator.setVisibility(View.VISIBLE); in showDirectionIndicators()647 mRightIndicator.setEnabled(true); in showTooFastIndication()655 mRightIndicator.setEnabled(false); in hideTooFastIndication()704 mRightIndicator = (ImageView) findViewById(R.id.pano_pan_right_indicator); in createContentView()706 mRightIndicator.setEnabled(false); in createContentView()