Home
last modified time | relevance | path

Searched refs:scrollDirection (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/remotecompose/accessibility/
DAndroidPlatformSemanticNodeApplier.java104 int scrollDirection) { in applyScrollable() argument
113 if (scrollDirection == RootContentBehavior.SCROLL_VERTICAL) { in applyScrollable()
116 } else if (scrollDirection == RootContentBehavior.SCROLL_HORIZONTAL) { in applyScrollable()
125 if (scrollDirection == RootContentBehavior.SCROLL_VERTICAL) { in applyScrollable()
128 } else if (scrollDirection == RootContentBehavior.SCROLL_HORIZONTAL) { in applyScrollable()
135 if (scrollDirection == RootContentBehavior.SCROLL_HORIZONTAL) { in applyScrollable()
143 if (scrollDirection == RootContentBehavior.SCROLL_HORIZONTAL) { in applyScrollable()
DCoreDocumentAccessibility.java108 return scrollDirection(mRemoteContext, component, ScrollDirection.FORWARD); in performAction()
110 return scrollDirection(mRemoteContext, component, ScrollDirection.BACKWARD); in performAction()
197 public boolean scrollDirection( in scrollDirection() method in CoreDocumentAccessibility
202 return scrollable.scrollDirection(context, direction); in scrollDirection()
DBaseSemanticNodeApplier.java129 applyScrollable(nodeInfo, scrollAxis, scrollableSemantic.scrollDirection()); in applySemantics()
232 N nodeInfo, ScrollAxisRange scrollAxis, int scrollDirection); in applyScrollable() argument
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/semantics/
DScrollableComponent.java57 default boolean scrollDirection(RemoteContext context, ScrollDirection direction) { in scrollDirection() method
73 int scrollDirection(); in scrollDirection() method
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/modifiers/
DScrollModifierOperation.java411 public int scrollDirection() { in scrollDirection() method in ScrollModifierOperation
433 public boolean scrollDirection(RemoteContext context, ScrollDirection direction) { in scrollDirection() method in ScrollModifierOperation
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java555 int scrollDirection = (data[pos + 2] & 0x0c) >> 2; in parseC1() local
563 printDirection, scrollDirection, justify, in parseC1()
572 scrollDirection, justify, effectDirection, effectSpeed, displayEffect)); in parseC1()
955 public final int scrollDirection; field in Cea708CCParser.CaptionWindowAttr
962 boolean wordWrap, int printDirection, int scrollDirection, int justify, in CaptionWindowAttr() argument
970 this.scrollDirection = scrollDirection; in CaptionWindowAttr()
/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/
DRootContentBehavior.java311 public int scrollDirection() { in scrollDirection() method in RootContentBehavior
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25326 Landroid/media/Cea708CCParser$CaptionWindowAttr;->scrollDirection:I