Home
last modified time | relevance | path

Searched defs:extractButton (Results 1 – 2 of 2) sorted by relevance

/frameworks/support/emoji/core/tests/java/android/support/text/emoji/widget/
DEmojiExtractTextLayoutTest.java84 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testInflate() local
154 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testOnUpdateExtractingViews() local
177 final ExtractButtonCompat extractButton = inputExtractAccessories.findViewById( in testOnUpdateExtractingViews_hidesAccessoriesIfNoAction() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarInflaterView.java382 public static String extractButton(String buttonSpec) { in extractButton() method in NavigationBarInflaterView