Searched refs:extractButton (Results 1 – 3 of 3) sorted by relevance
85 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testInflate() local87 assertNotNull(extractButton); in testInflate()170 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testOnUpdateExtractingViews() local176 assertEquals(editorInfo.actionLabel, extractButton.getText()); in testOnUpdateExtractingViews()177 assertTrue(extractButton.hasOnClickListeners()); in testOnUpdateExtractingViews()193 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testOnUpdateExtractingViews_hidesAccessoriesIfNoAction() local199 assertFalse(extractButton.hasOnClickListeners()); in testOnUpdateExtractingViews_hidesAccessoriesIfNoAction()
369 String button = extractButton(buttonSpec); in createView()372 button = extractButton(s); in createView()375 button = extractButton(s); in createView()441 public static String extractButton(String buttonSpec) { in extractButton() method in NavigationBarInflaterView
26 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.extractButton;132 String button = extractButton(val); in bindButton()