Home
last modified time | relevance | path

Searched defs:leftButton (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorAccountsChangedActivity.java152 final Button leftButton = (Button) view.findViewById(R.id.left_button); in updateDisplayedAccounts() local
180 final Button leftButton = (Button) view.findViewById(R.id.left_button); in updateDisplayedAccounts() local
/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/widget/
H A DMockFabContainer.java38 private Button leftButton; field in MockFabContainer
/aosp12/packages/apps/DeskClock/tests/src/com/android/deskclock/timer/
H A DTimerSetupViewTest.java252 final TextView leftButton = fabContainer.getLeftButton(); in assertIsReset() local
282 final TextView leftButton = fabContainer.getLeftButton(); in assertHasValue() local
H A DTimerFragmentTest.java73 private Button leftButton; field in TimerFragmentTest
/aosp12/packages/apps/Car/Launcher/src/com/android/car/carlauncher/homescreen/
H A DHomeCardFragment.java201 DescriptiveTextWithControlsView.Control leftButton, in updateDescriptiveTextWithControlsView()