Home
last modified time | relevance | path

Searched refs:HORIZONTAL (Results 1 – 25 of 48) sorted by relevance

12

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java149 public static final int HORIZONTAL = 0; field in ScrollAdapterView
161 private int mOrientation = HORIZONTAL;
476 setOrientation(a.getInt(R.styleable.ScrollAdapterView_orientation, HORIZONTAL));
578 if (mOrientation == HORIZONTAL) {
682 (mOrientation == HORIZONTAL ? View.FOCUS_RIGHT : View.FOCUS_DOWN) :
683 (mOrientation == HORIZONTAL ? View.FOCUS_LEFT : View.FOCUS_UP);
929 if (mOrientation == HORIZONTAL) {
974 if (mOrientation == HORIZONTAL) {
1073 if (mOrientation == HORIZONTAL) {
1084 if (mOrientation == HORIZONTAL) {
[all …]
DScrollController.java617 private int mOrientation = ScrollAdapterView.HORIZONTAL;
670 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in setOrientation()
841 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in startScrollByMain()
871 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in setScrollCenterByMain()
946 return mOrientation == ScrollAdapterView.HORIZONTAL ? in isMainAxisMovingForward()
951 return mOrientation == ScrollAdapterView.HORIZONTAL ? in isSecondAxisMovingForward()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
DFilterMirrorRepresentation.java41 NONE('N'), VERTICAL('V'), HORIZONTAL('H'), BOTH('B'); enumConstant
59 return HORIZONTAL; in fromValue()
118 || mMirror == Mirror.HORIZONTAL) { in isHorizontal()
135 mMirror = Mirror.HORIZONTAL; in cycle()
137 case HORIZONTAL: in cycle()
/packages/apps/Launcher3/tests/src/com/android/launcher3/touch/
DSingleAxisSwipeDetectorTest.java21 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL;
115 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, false); in testDragStart_horizontalPositive()
126 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, false); in testDragStart_horizontalNegative()
137 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, true); in testDragStart_horizontalRtlPositive()
148 mDetector = new SingleAxisSwipeDetector(mMockConfig, mMockListener, HORIZONTAL, true); in testDragStart_horizontalRtlNegative()
/packages/apps/Camera2/src/com/android/camera/ui/
DTopRightWeightedLayout.java57 final boolean isHorizontal = LinearLayout.HORIZONTAL == getOrientation(); in checkOrientation()
62 fixGravityAndPadding(LinearLayout.HORIZONTAL); in checkOrientation()
63 setOrientation(LinearLayout.HORIZONTAL); in checkOrientation()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
DIconView.java39 public static final int HORIZONTAL = 1; field in IconView
45 private int mOrientation = HORIZONTAL;
91 if (mOrientation == HORIZONTAL) { in needsCenterText()
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DLandscapePagedViewHandler.java22 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL;
211 return HORIZONTAL; in getOppositeSwipeDirection()
241 return LinearLayout.HORIZONTAL; in getTaskMenuLayoutOrientation()
/packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
DBottomLabelLayoutTest.java42 mBottomLabelLayout.setOrientation(LinearLayout.HORIZONTAL); in setUp()
61 assertThat(mBottomLabelLayout.getOrientation()).isEqualTo(LinearLayout.HORIZONTAL); in testSetStacked_stackedFalse_layoutHorizontal()
/packages/apps/Car/libs/car-ui-lib/src/com/android/car/ui/recyclerview/decorations/linear/
DLinearDividerItemDecoration.java58 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in onDraw()
85 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in getItemOffsets()
DLinearOffsetItemDecoration.java110 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in getItemOffsets()
156 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in onDraw()
/packages/apps/Launcher3/src/com/android/launcher3/notification/
DNotificationItemView.java19 import static com.android.launcher3.touch.SingleAxisSwipeDetector.HORIZONTAL;
77 mSwipeDetector = new SingleAxisSwipeDetector(mContext, mMainView, HORIZONTAL); in NotificationItemView()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DGeometryMathUtils.java219 if (type == Mirror.HORIZONTAL) { in concatMirrorMatrix()
227 type = Mirror.HORIZONTAL; in concatMirrorMatrix()
230 if (type == Mirror.HORIZONTAL) { in concatMirrorMatrix()
/packages/apps/Settings/src/com/android/settings/widget/
DChartSweepView.java87 public static final int HORIZONTAL = 0; field in ChartSweepView
417 if (mFollowAxis == HORIZONTAL) { in getTouchDistanceFromTarget()
677 if (mFollowAxis == HORIZONTAL) {
DMatchParentShrinkingLinearLayout.java47 @IntDef({HORIZONTAL, VERTICAL})
51 public static final int HORIZONTAL = 0; field in MatchParentShrinkingLinearLayout
1197 if (mOrientation == HORIZONTAL) { in onRtlPropertiesChanged()
1426 if (mOrientation == HORIZONTAL) { in generateDefaultLayoutParams()
DBottomLabelLayout.java85 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DChartSweepView.java88 public static final int HORIZONTAL = 0; field in ChartSweepView
418 if (mFollowAxis == HORIZONTAL) { in getTouchDistanceFromTarget()
678 if (mFollowAxis == HORIZONTAL) {
DMatchParentShrinkingLinearLayout.java47 @IntDef({HORIZONTAL, VERTICAL})
51 public static final int HORIZONTAL = 0; field in MatchParentShrinkingLinearLayout
1197 if (mOrientation == HORIZONTAL) { in onRtlPropertiesChanged()
1426 if (mOrientation == HORIZONTAL) { in generateDefaultLayoutParams()
DBottomLabelLayout.java85 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
/packages/apps/Dialer/java/com/android/dialer/app/widget/
DDialpadSearchEmptyContentView.java36 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL; in inflateLayout()
/packages/apps/TV/src/com/android/tv/guide/
DTimelineGridView.java38 new LinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false) { in TimelineGridView()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DEllipsizeLayout.java63 if (getOrientation() == HORIZONTAL in onMeasure()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioPlaybackProgressBar.java109 ClipDrawable.HORIZONTAL); in updateAppearance()
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanDirectionButtons.java93 setOrientation(HORIZONTAL); in onFinishInflate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DLandscapeEdgeSwipeController.java27 super(l, SingleAxisSwipeDetector.HORIZONTAL); in LandscapeEdgeSwipeController()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupStartIndicatorView.java36 setOrientation(HORIZONTAL); in SetupStartIndicatorView()

12