Home
last modified time | relevance | path

Searched defs:HORIZONTAL (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DDeadZone.java43 public static final int HORIZONTAL = 0; // Consume taps along the top edge. field in DeadZone
/frameworks/base/graphics/java/android/graphics/drawable/
DClipDrawable.java57 public static final int HORIZONTAL = 1; field in ClipDrawable
/frameworks/base/core/java/com/android/internal/widget/
DOrientationHelper.java39 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in OrientationHelper
DSlidingTab.java58 private static final int HORIZONTAL = 0; // as defined in attrs.xml field in SlidingTab
DAutoScrollHelper.java132 private static final int HORIZONTAL = 0; field in AutoScrollHelper
DLinearLayoutManager.java47 public static final int HORIZONTAL = OrientationHelper.HORIZONTAL; field in LinearLayoutManager
DRecyclerView.java188 public static final int HORIZONTAL = 0; field in RecyclerView
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/
DSwipeDetector.java95 public static final Direction HORIZONTAL = new Direction() { field in SwipeDetector
/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DDockState.java67 private static final int HORIZONTAL = 0; field in DockState
/frameworks/native/libs/math/include/math/
Dmat4.h282 HORIZONTAL, enumerator
/frameworks/base/core/java/android/widget/
DLinearLayout.java96 public static final int HORIZONTAL = 0; field in LinearLayout
DGridLayout.java187 public static final int HORIZONTAL = LinearLayout.HORIZONTAL; field in GridLayout