Searched refs:getCustomTitleView (Results 1 – 3 of 3) sorted by relevance
115 public View getCustomTitleView() { in getCustomTitleView() method in ShadowAlertDialog116 return getShadowAlertController().getCustomTitleView(); in getCustomTitleView()
45 public View getCustomTitleView() { in getCustomTitleView() method in ShadowAlertController
154 assertThat(shadowOf(alert).getCustomTitleView()).isEqualTo(view); in shouldSetCustomTitleView()