HomeSort by relevance Sort by last modified time
    Searched defs:extractButton (Results 1 - 2 of 2) sorted by null

  /frameworks/support/emoji/core/src/androidTest/java/androidx/emoji/widget/
EmojiExtractTextLayoutTest.java 85 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById(
87 assertNotNull(extractButton);
170 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById(
176 assertEquals(editorInfo.actionLabel, extractButton.getText());
177 assertTrue(extractButton.hasOnClickListeners());
193 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById(
199 assertFalse(extractButton.hasOnClickListeners());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java 369 String button = extractButton(buttonSpec);
372 button = extractButton(s);
375 button = extractButton(s);
441 public static String extractButton(String buttonSpec) {

Completed in 233 milliseconds