Searched refs:firstButton (Results 1 – 3 of 3) sorted by relevance
154 final Button firstButton = (Button) mListView.getSelectedView(); in testGoInAndOutOfListWithItemsFocusable() local156 assertTrue(firstButton.isFocused()); in testGoInAndOutOfListWithItemsFocusable()157 assertEquals(firstButtonLabel, firstButton.getText()); in testGoInAndOutOfListWithItemsFocusable()163 assertTrue(firstButton.isFocused()); in testGoInAndOutOfListWithItemsFocusable()169 assertTrue(firstButton.isFocused()); in testGoInAndOutOfListWithItemsFocusable()
113 final View firstButton = getChildAt(firstVisible); in onMeasure() local114 final LayoutParams firstParams = (LayoutParams) firstButton.getLayoutParams(); in onMeasure()115 minHeight += getPaddingTop() + firstButton.getMeasuredHeight() in onMeasure()
410 CarNotificationActionButton firstButton = in onBind_actionExists_notCarCompatibleMessage_isCall_firstButtonHasBackground() local413 assertThat(firstButton.getBackground()).isNotNull(); in onBind_actionExists_notCarCompatibleMessage_isCall_firstButtonHasBackground()