Home
last modified time | relevance | path

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

12

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DScrollAdapterView.java154 public static final int HORIZONTAL = 0; field in ScrollAdapterView
166 private int mOrientation = HORIZONTAL;
486 setOrientation(a.getInt(R.styleable.ScrollAdapterView_orientation, HORIZONTAL));
588 if (mOrientation == HORIZONTAL) {
692 (mOrientation == HORIZONTAL ? View.FOCUS_RIGHT : View.FOCUS_DOWN) :
693 (mOrientation == HORIZONTAL ? View.FOCUS_LEFT : View.FOCUS_UP);
957 if (mOrientation == HORIZONTAL) {
1003 if (mOrientation == HORIZONTAL) {
1102 if (mOrientation == HORIZONTAL) {
1113 if (mOrientation == HORIZONTAL) {
[all …]
DScrollAdapterEditScrollListener.java86 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in startEditMode()
130 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
142 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
155 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
167 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
180 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
193 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
206 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
217 if (mOrientation == ScrollAdapterView.HORIZONTAL) { in onScrolled()
231 mDirection = mOrientation == ScrollAdapterView.HORIZONTAL ? View.FOCUS_RIGHT in onScrolled()
[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
412 if (mFollowAxis == HORIZONTAL) { in getTouchDistanceFromTarget()
672 if (mFollowAxis == HORIZONTAL) {
/packages/apps/Browser/src/com/android/browser/
DNavTabScroller.java93 mContentView.setOrientation(LinearLayout.HORIZONTAL); in init()
121 if (orientation == LinearLayout.HORIZONTAL) { in setOrientation()
DTabScrollView.java72 mContentView.setOrientation(LinearLayout.HORIZONTAL); in init()
DNavScreen.java131 ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL); in init()
DTabBar.java268 setOrientation(LinearLayout.HORIZONTAL); in TabView()
/packages/apps/DeskClock/src/com/android/deskclock/widget/
DEllipsizeLayout.java63 if (getOrientation() == HORIZONTAL in onMeasure()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
DSetupStartIndicatorView.java36 setOrientation(HORIZONTAL); in SetupStartIndicatorView()
/packages/apps/Camera2/src/com/android/camera/
DVideoUI.java153 mLabelsLinearLayout.setOrientation(LinearLayout.HORIZONTAL); in setOrientationIndicator()
DButtonManager.java866 (mModeOptionsPano.getOrientation() == LinearLayout.HORIZONTAL); in initializePanoOrientationButtons()
/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()
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java354 ClipDrawable.HORIZONTAL) : shapeDrawable; in tileify()
/packages/apps/Camera/src/com/android/camera/
DPanoramaModule.java1034 ? LinearLayout.HORIZONTAL : LinearLayout.VERTICAL); in onConfigurationChanged()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DTextCandidatesViewManager.java565 lineView.setOrientation(LinearLayout.HORIZONTAL); in createNormalCandidateView()
/packages/apps/Browser/src/com/android/browser/view/
DScrollerView.java191 mHorizontal = (orientation == LinearLayout.HORIZONTAL); in setOrientation()

12