Searched refs:ROTARY_HORIZONTALLY_SCROLLABLE (Results 1 – 4 of 4) sorted by relevance
26 import static com.android.car.ui.utils.RotaryConstants.ROTARY_HORIZONTALLY_SCROLLABLE;277 || ROTARY_HORIZONTALLY_SCROLLABLE.contentEquals(contentDescription) in isRotaryContainer()288 && (ROTARY_HORIZONTALLY_SCROLLABLE.contentEquals(contentDescription) in isScrollableContainer()299 && (ROTARY_HORIZONTALLY_SCROLLABLE.contentEquals(contentDescription)); in isHorizontallyScrollableContainer()
23 import static com.android.car.ui.utils.RotaryConstants.ROTARY_HORIZONTALLY_SCROLLABLE;443 || TextUtils.equals(contentDescription, ROTARY_HORIZONTALLY_SCROLLABLE); in isRotaryContainer()449 || TextUtils.equals(contentDescription, ROTARY_HORIZONTALLY_SCROLLABLE); in isScrollableContainer()674 isVertical ? ROTARY_VERTICALLY_SCROLLABLE : ROTARY_HORIZONTALLY_SCROLLABLE); in setRotaryScrollEnabled()
45 public static final String ROTARY_HORIZONTALLY_SCROLLABLE = field in RotaryConstants
20 import static com.android.car.ui.utils.RotaryConstants.ROTARY_HORIZONTALLY_SCROLLABLE;364 && (ROTARY_HORIZONTALLY_SCROLLABLE.contentEquals(contentDescription) in initRotaryScroll()