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

  /frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
EmojiExtractTextLayoutTest.java 84 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById(
86 assertNotNull(extractButton);
154 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById(
160 assertEquals(editorInfo.actionLabel, extractButton.getText());
161 assertTrue(extractButton.hasOnClickListeners());
177 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById(
183 assertFalse(extractButton.hasOnClickListeners());
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NavigationBarInflaterView.java 312 String button = extractButton(buttonSpec);
315 button = extractButton(s);
318 button = extractButton(s);
382 public static String extractButton(String buttonSpec) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
NavBarTuner.java 26 import static com.android.systemui.statusbar.phone.NavigationBarInflaterView.extractButton;
143 String button = extractButton(val);

Completed in 343 milliseconds