Searched refs:TOOLBAR_TAG (Results 1 – 1 of 1) sorted by relevance
82 private final static String TOOLBAR_TAG = "floating_toolbar"; field in TextViewIntegrationTest252 return onView(withTagValue(is(TOOLBAR_TAG))).inRoot(isPlatformPopup()); in onFloatingToolBar()