Searched refs:mArrowView (Results 1 – 2 of 2) sorted by relevance
80 private View mArrowView; field in ArrowTipView157 mArrowView = findViewById(R.id.arrow); in init()223 LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) mArrowView.getLayoutParams(); in show()382 mArrowView.setX(arrowXCoord - xCoord - mArrowView.getWidth() / 2f); in showAtLocation()396 ViewGroup.LayoutParams arrowLp = mArrowView.getLayoutParams(); in updateArrowTipInView()404 mArrowView.setBackground(arrowDrawable); in updateArrowTipInView()406 removeView(mArrowView); in updateArrowTipInView()408 addView(mArrowView, 0); in updateArrowTipInView()411 addView(mArrowView, 1); in updateArrowTipInView()
586 private ImageView mArrowView; field in WelcomeFragment723 mArrowView.setImageResource(TV_FRAMES_3_BLUE_ARROW[0]); in onViewCreated()812 mArrowView = in onCreateForegroundView()815 return mArrowView; in onCreateForegroundView()844 mArrowView.setVisibility(View.GONE); in onPageChanged()870 mArrowView.setVisibility(View.VISIBLE); in onPageChanged()874 mArrowView, TV_FRAMES_3_BLUE_ARROW), in onPageChanged()880 mArrowView, TV_FRAMES_3_ORANGE_ARROW), in onPageChanged()887 mArrowView.setImageResource(TV_FRAMES_3_BLUE_ARROW[0]); in onPageChanged()