Searched defs:buttons (Results 1 – 7 of 7) sorted by relevance
236 List<AccessibilityNodeInfo> buttons, String text) { in findGridButtonInfo()252 List<AccessibilityNodeInfo> buttons = getGridButtonList(); in testAdjustBrightness() local294 List<AccessibilityNodeInfo> buttons = getGridButtonList(); in testAdjustVolume() local
32 Button[] buttons = new Button[6]; field in HierarchicalMove
212 List<View> buttons = new ArrayList<>(); in startErrorAnimation() local
266 View buttons = mLayout.findViewById(R.id.screen_pinning_buttons); in inflateView() local
565 Stream<Button> buttons = IntStream.range(0, smartActions.actions.size()).mapToObj(idx -> in setSmartActions() local952 List<Button> buttons = IntStream.range(0, smartActions.actions.size()) in testInflateActionButton_smartActionIconSingleLineSizeForTwoLineButton() local
219 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons()
291 private void inflateButtons(String[] buttons, ViewGroup parent, boolean landscape, in inflateButtons()