Searched refs:mActionContextView (Results 1 – 1 of 1) sorted by relevance
43 private View mActionContextView; field in ActionBarContainer84 mActionContextView = findViewById(com.android.internal.R.id.action_context_bar); in onFinishInflate()341 } else if (mActionContextView != null && in onLayout()342 mActionContextView.getVisibility() == View.VISIBLE) { in onLayout()343 mBackground.setBounds(mActionContextView.getLeft(), mActionContextView.getTop(), in onLayout()344 mActionContextView.getRight(), mActionContextView.getBottom()); in onLayout()