Home
last modified time | relevance | path

Searched refs:firstButton (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListOfButtonsTest.java154 final Button firstButton = (Button) mListView.getSelectedView(); in testGoInAndOutOfListWithItemsFocusable() local
156 assertTrue(firstButton.isFocused()); in testGoInAndOutOfListWithItemsFocusable()
157 assertEquals(firstButtonLabel, firstButton.getText()); in testGoInAndOutOfListWithItemsFocusable()
163 assertTrue(firstButton.isFocused()); in testGoInAndOutOfListWithItemsFocusable()
169 assertTrue(firstButton.isFocused()); in testGoInAndOutOfListWithItemsFocusable()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DButtonBarLayout.java113 final View firstButton = getChildAt(firstVisible); in onMeasure() local
114 final LayoutParams firstParams = (LayoutParams) firstButton.getLayoutParams(); in onMeasure()
115 minHeight += getPaddingTop() + firstButton.getMeasuredHeight() in onMeasure()
/aosp12/packages/apps/Car/Notification/tests/unit/src/com/android/car/notification/template/
H A DCarNotificationActionsViewTest.java410 CarNotificationActionButton firstButton = in onBind_actionExists_notCarCompatibleMessage_isCall_firstButtonHasBackground() local
413 assertThat(firstButton.getBackground()).isNotNull(); in onBind_actionExists_notCarCompatibleMessage_isCall_firstButtonHasBackground()