Home
last modified time | relevance | path

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

/frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/widget/
DEmojiExtractTextLayoutTest.java85 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testInflate() local
87 assertNotNull(extractButton); in testInflate()
170 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testOnUpdateExtractingViews() local
176 assertEquals(editorInfo.actionLabel, extractButton.getText()); in testOnUpdateExtractingViews()
177 assertTrue(extractButton.hasOnClickListeners()); in testOnUpdateExtractingViews()
193 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testOnUpdateExtractingViews_hidesAccessoriesIfNoAction() local
199 assertFalse(extractButton.hasOnClickListeners()); in testOnUpdateExtractingViews_hidesAccessoriesIfNoAction()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java369 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
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
DNavBarTuner.java26 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.extractButton;
132 String button = extractButton(val); in bindButton()