/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 | SwipeDetectorTest.java | 106 mDetector = new SwipeDetector(mMockConfig, mMockListener, SwipeDetector.HORIZONTAL, false); in testDragStart_horizontalPositive() 117 mDetector = new SwipeDetector(mMockConfig, mMockListener, SwipeDetector.HORIZONTAL, false); in testDragStart_horizontalNegative() 128 mDetector = new SwipeDetector(mMockConfig, mMockListener, SwipeDetector.HORIZONTAL, true); in testDragStart_horizontalRtlPositive() 139 mDetector = new SwipeDetector(mMockConfig, mMockListener, SwipeDetector.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()
|
D | CategoryPanel.java | 118 mAdapter.setOrientation(CategoryView.HORIZONTAL); in onCreateView()
|
/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/Launcher3/src/com/android/launcher3/notification/ |
D | NotificationItemView.java | 36 import static com.android.launcher3.touch.SwipeDetector.HORIZONTAL; 77 mSwipeDetector = new SwipeDetector(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/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/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/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/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/PermissionController/src/com/android/packageinstaller/permission/ui/ |
D | ButtonBarLayout.java | 99 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
|
/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/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/ |
D | LandscapeEdgeSwipeController.java | 27 super(l, SwipeDetector.HORIZONTAL); in LandscapeEdgeSwipeController()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupStartIndicatorView.java | 36 setOrientation(HORIZONTAL); in SetupStartIndicatorView()
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | PersonalWorkSlidingTabStrip.java | 61 setOrientation(HORIZONTAL); in PersonalWorkSlidingTabStrip()
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | FanDirectionButtons.java | 91 setOrientation(HORIZONTAL); in onFinishInflate()
|