Searched refs:labeled (Results 1 – 7 of 7) sorted by relevance
22 # Button labeled as "B" but should really produce keycode "A"24 # Button labeled as "A" but should really produce keycode "B"26 # Button labeled as "X" but should really product keycode "Y"28 # Button labeled as "Y" but should really produce keycode "X"31 # Button labeled as "L"33 # Button labeled as "R"37 # Trigger labeled as "ZL"39 # Trigger labeled as "ZR"
21 # Button labeled as "A" but should really produce keycode "B"23 # Button labeled as "B" but should really produce keycode "A"25 # Button labeled as "X" but should really produce keycode "Y"27 # Button labeled as "Y" but should really produce keycode "X"
19 # Button labeled as "Y" but should really produce keycode "X"21 # Button labeled as "B" but should really produce keycode "A"23 # Button labeled as "A" but should really produce keycode "B"25 # Button labeled as "X" but should really product keycode "Y"
48 # Button labeled as "BACK" (left-pointing triangle)54 # Button labeled as "START" (right-pointing triangle)
3107 public void setLabelFor(View labeled) { in setLabelFor() argument3108 setLabelFor(labeled, AccessibilityNodeProvider.HOST_VIEW_ID); in setLabelFor()
10272 View labeled = rootView.findViewInsideOutShouldExist(this, mLabelForId); in onInitializeAccessibilityNodeInfoInternal() local10273 if (labeled != null) { in onInitializeAccessibilityNodeInfoInternal()10274 info.setLabelFor(labeled); in onInitializeAccessibilityNodeInfoInternal()