Searched refs:ROTARY_HORIZONTALLY_SCROLLABLE (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.car.ui.utils.RotaryConstants.ROTARY_HORIZONTALLY_SCROLLABLE;149 && (ROTARY_HORIZONTALLY_SCROLLABLE.contentEquals(contentDescription) in isScrollableContainer()160 && (ROTARY_HORIZONTALLY_SCROLLABLE.contentEquals(contentDescription)); in isHorizontallyScrollableContainer()
19 import static com.android.car.ui.utils.RotaryConstants.ROTARY_HORIZONTALLY_SCROLLABLE;276 ? ROTARY_HORIZONTALLY_SCROLLABLE in initRotaryScroll()278 } else if (!ROTARY_HORIZONTALLY_SCROLLABLE.contentEquals(contentDescription) in initRotaryScroll()
25 public static final String ROTARY_HORIZONTALLY_SCROLLABLE = field in RotaryConstants