Searched refs:mCustomView (Results 1 – 2 of 2) sorted by relevance
52 protected View mCustomView; field in CustomViewToolbar78 mCustomView = findViewById(R.id.actionbar_custom_view); in onFinishInflate()141 mCustomView.getLocationInWindow(coords); in onConversationListLayout()144 newWidth = coords[0] + mCustomView.getWidth() - xEnd; in onConversationListLayout()150 if (mCustomView.getWidth() != newWidth) { in onConversationListLayout()151 final ViewGroup.LayoutParams params = mCustomView.getLayoutParams(); in onConversationListLayout()153 mCustomView.setLayoutParams(params); in onConversationListLayout()
271 private View mCustomView; field in BugleActionBarActivity.CustomActionMode300 mCustomView = view; in setCustomView()333 return mCustomView; in getCustomView()