/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/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()
|
D | CategoryView.java | 38 public static final int HORIZONTAL = 1; field in CategoryView
|
D | CategoryAdapter.java | 102 if (mOrientation == CategoryView.HORIZONTAL) { in getView()
|
/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 414 if (mFollowAxis == HORIZONTAL) { in getTouchDistanceFromTarget() 674 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()
|
/packages/apps/Dialer/java/com/android/dialer/app/widget/ |
D | DialpadSearchEmptyContentView.java | 35 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL; in inflateLayout()
|
/packages/apps/TV/src/com/android/tv/guide/ |
D | TimelineGridView.java | 37 setLayoutManager(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/PackageInstaller/src/com/android/packageinstaller/permission/ui/ |
D | ButtonBarLayout.java | 98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
|
/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | AudioPlaybackProgressBar.java | 109 ClipDrawable.HORIZONTAL); in updateAppearance()
|
D | AudioAttachmentView.java | 360 setOrientation(HORIZONTAL); in initializeViewsForMode()
|
/packages/apps/Launcher3/src/com/android/launcher3/discovery/ |
D | RatingView.java | 87 Gravity.LEFT, ClipDrawable.HORIZONTAL); in drawStars()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/ |
D | SetupStartIndicatorView.java | 36 setOrientation(HORIZONTAL); in SetupStartIndicatorView()
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/ |
D | InputTestFragment.java | 126 panel.setOrientation(LinearLayout.HORIZONTAL); in addButtonsToPanel()
|
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/ |
D | FanDirectionButtons.java | 89 setOrientation(HORIZONTAL); in onFinishInflate()
|
/packages/apps/Camera2/src/com/android/camera/ |
D | VideoUI.java | 133 mLabelsLinearLayout.setOrientation(LinearLayout.HORIZONTAL); in setOrientationIndicator()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | HorizontalBreadcrumb.java | 71 getContext(), LinearLayoutManager.HORIZONTAL, false); in setup()
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/ |
D | StatePanelTrack.java | 81 if (getOrientation() == LinearLayout.HORIZONTAL) { in StatePanelTrack()
|
D | StateView.java | 143 if (mOrientation == LinearLayout.HORIZONTAL) { in onDraw()
|