/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | ScrollAdapterView.java | 149 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 …]
|
D | ScrollController.java | 617 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/ |
D | FilterMirrorRepresentation.java | 41 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/ |
D | SingleAxisSwipeDetectorTest.java | 21 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/ |
D | TopRightWeightedLayout.java | 57 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/ |
D | IconView.java | 39 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/ |
D | LandscapePagedViewHandler.java | 22 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/ |
D | BottomLabelLayoutTest.java | 42 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/ |
D | LinearDividerItemDecoration.java | 58 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in onDraw() 85 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in getItemOffsets()
|
D | LinearOffsetItemDecoration.java | 110 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in getItemOffsets() 156 if (mOrientation == LinearLayoutManager.HORIZONTAL) { in onDraw()
|
/packages/apps/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationItemView.java | 19 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/ |
D | GeometryMathUtils.java | 219 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/ |
D | ChartSweepView.java | 87 public static final int HORIZONTAL = 0; field in ChartSweepView 417 if (mFollowAxis == HORIZONTAL) { in getTouchDistanceFromTarget() 677 if (mFollowAxis == HORIZONTAL) {
|
D | MatchParentShrinkingLinearLayout.java | 47 @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()
|
D | BottomLabelLayout.java | 85 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | ChartSweepView.java | 88 public static final int HORIZONTAL = 0; field in ChartSweepView 418 if (mFollowAxis == HORIZONTAL) { in getTouchDistanceFromTarget() 678 if (mFollowAxis == HORIZONTAL) {
|
D | MatchParentShrinkingLinearLayout.java | 47 @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()
|
D | BottomLabelLayout.java | 85 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
|
/packages/apps/Dialer/java/com/android/dialer/app/widget/ |
D | DialpadSearchEmptyContentView.java | 36 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL; in inflateLayout()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | TimelineGridView.java | 38 new LinearLayoutManager(context, LinearLayoutManager.HORIZONTAL, false) { in TimelineGridView()
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/ |
D | EllipsizeLayout.java | 63 if (getOrientation() == HORIZONTAL in onMeasure()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AudioPlaybackProgressBar.java | 109 ClipDrawable.HORIZONTAL); in updateAppearance()
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | FanDirectionButtons.java | 93 setOrientation(HORIZONTAL); in onFinishInflate()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | LandscapeEdgeSwipeController.java | 27 super(l, SingleAxisSwipeDetector.HORIZONTAL); in LandscapeEdgeSwipeController()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupStartIndicatorView.java | 36 setOrientation(HORIZONTAL); in SetupStartIndicatorView()
|