Home
last modified time | relevance | path

Searched refs:HORIZONTAL (Results 1 – 25 of 29) 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/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()
DCategoryPanel.java118 mAdapter.setOrientation(CategoryView.HORIZONTAL); in onCreateView()
DCategoryView.java38 public static final int HORIZONTAL = 1; field in CategoryView
DCategoryAdapter.java102 if (mOrientation == CategoryView.HORIZONTAL) { in getView()
/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
414 if (mFollowAxis == HORIZONTAL) { in getTouchDistanceFromTarget()
674 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()
/packages/apps/Dialer/java/com/android/dialer/app/widget/
DDialpadSearchEmptyContentView.java35 OrientationUtil.isLandscape(getContext()) ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL; in inflateLayout()
/packages/apps/TV/src/com/android/tv/guide/
DTimelineGridView.java37 setLayoutManager(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/PackageInstaller/src/com/android/packageinstaller/permission/ui/
DButtonBarLayout.java98 setOrientation(stacked ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL); in setStacked()
/packages/apps/Messaging/src/com/android/messaging/ui/
DAudioPlaybackProgressBar.java109 ClipDrawable.HORIZONTAL); in updateAppearance()
DAudioAttachmentView.java360 setOrientation(HORIZONTAL); in initializeViewsForMode()
/packages/apps/Launcher3/src/com/android/launcher3/discovery/
DRatingView.java87 Gravity.LEFT, ClipDrawable.HORIZONTAL); in drawStars()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupStartIndicatorView.java36 setOrientation(HORIZONTAL); in SetupStartIndicatorView()
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/input/
DInputTestFragment.java126 panel.setOrientation(LinearLayout.HORIZONTAL); in addButtonsToPanel()
/packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
DFanDirectionButtons.java89 setOrientation(HORIZONTAL); in onFinishInflate()
/packages/apps/Camera2/src/com/android/camera/
DVideoUI.java133 mLabelsLinearLayout.setOrientation(LinearLayout.HORIZONTAL); in setOrientationIndicator()
/packages/apps/DocumentsUI/src/com/android/documentsui/
DHorizontalBreadcrumb.java71 getContext(), LinearLayoutManager.HORIZONTAL, false); in setup()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
DStatePanelTrack.java81 if (getOrientation() == LinearLayout.HORIZONTAL) { in StatePanelTrack()
DStateView.java143 if (mOrientation == LinearLayout.HORIZONTAL) { in onDraw()

12