Searched refs:mActionView (Results 1 – 2 of 2) sorted by relevance
37 private TextView mActionView; field in EmptyContentView68 mActionView = (TextView) findViewById(R.id.emptyListViewAction); in EmptyContentView()69 mActionView.setOnClickListener(this); in EmptyContentView()93 mActionView.setText(null); in setActionLabel()94 mActionView.setVisibility(View.GONE); in setActionLabel()96 mActionView.setText(resourceId); in setActionLabel()97 mActionView.setVisibility(View.VISIBLE); in setActionLabel()104 || mActionView.getVisibility() == View.VISIBLE; in isShowingContent()
114 private View mActionView; field in AddAccessoryActivity291 mActionView = findViewById(R.id.action_fragment); in onStart()293 if (mActionView != null) { in onStart()294 mViewOffset = mActionView.getMeasuredWidth(); in onStart()295 int offset = (ViewCompat.getLayoutDirection(mActionView) == in onStart()298 mActionView.setTranslationX(offset); in onStart()451 if (mActionView == null || mStartTime == 0) { in updateView()495 mActionView.postDelayed(new Runnable() { in updateView()569 prepareAndAnimateView(mActionView, 1f, mViewOffset, 0, ANIMATE_IN_DURATION, in animateActionsIn()