HomeSort by relevance Sort by last modified time
    Searched refs:HORIZONTAL (Results 76 - 100 of 234) sorted by null

1 2 34 5 6 7 8 910

  /external/droiddriver/src/com/google/android/droiddriver/scroll/
AccessibilityEventScrollStepStrategy.java 145 } else if (axis == Axis.HORIZONTAL) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DeadZone.java 35 public static final int HORIZONTAL = 0;
79 + (mVertical ? " vertical" : " horizontal"));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryPanel.java 118 mAdapter.setOrientation(CategoryView.HORIZONTAL);
CategoryAdapter.java 102 if (mOrientation == CategoryView.HORIZONTAL) {
CategoryView.java 38 public static final int HORIZONTAL = 1;
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
LinearLayoutManager.java 45 public static final int HORIZONTAL = OrientationHelper.HORIZONTAL;
55 * height minus padding, if layout is horizontal, total space is the width minus padding.
61 * Current orientation. Either {@link #HORIZONTAL} or {@link #VERTICAL}
146 * @param orientation Layout orientation. Should be {@link #HORIZONTAL} or {@link
253 * @return true if {@link #getOrientation()} is {@link #HORIZONTAL}
257 return mOrientation == HORIZONTAL;
299 * @param orientation {@link #HORIZONTAL} or {@link #VERTICAL}
302 if (orientation != HORIZONTAL && orientation != VERTICAL) {
343 * For horizontal layouts, it depends on the layout direction
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
LinearLayoutManagerTest.java 34 import static android.support.v7.widget.LinearLayoutManager.HORIZONTAL;
68 for (int orientation : new int[]{VERTICAL, HORIZONTAL}) {
282 if (config.mOrientation == HORIZONTAL) {
531 if (config.mOrientation == HORIZONTAL) {
    [all...]
  /external/proguard/src/proguard/gui/
ClassSpecificationDialog.java 92 constraintsStretch.fill = GridBagConstraints.HORIZONTAL;
104 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL;
111 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
ListPanel.java 175 buttonConstraints.fill = GridBagConstraints.HORIZONTAL;
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 50 public static final int HORIZONTAL = 0;
165 * Either {@link #HORIZONTAL} or {@link #VERTICAL}.
182 mOrientation = a.getInt(R.styleable.RotarySelector_orientation, HORIZONTAL);
242 return mOrientation == HORIZONTAL;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 219 if (type == Mirror.HORIZONTAL) {
227 type = Mirror.HORIZONTAL;
230 if (type == Mirror.HORIZONTAL) {
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 87 public static final int HORIZONTAL = 0;
313 // TODO: implement horizontal labels
412 if (mFollowAxis == HORIZONTAL) {
672 if (mFollowAxis == HORIZONTAL) {
  /external/chromium_org/ash/ime/
candidate_window_view_unittest.cc 209 "Empty string for each labels expect empty labels(horizontal)");
214 candidate_window.set_orientation(ui::CandidateWindow::HORIZONTAL);
263 SCOPED_TRACE("Horizontal customized label case");
268 candidate_window.set_orientation(ui::CandidateWindow::HORIZONTAL);
  /external/chromium_org/ui/keyboard/resources/
touch_fuzzing.js 13 HORIZONTAL: true
54 // Split using horizontal lines first, as keyboards tend to be
56 var splits = findSplits(this.keys, Orientation.HORIZONTAL);
332 return orientation == Orientation.HORIZONTAL ? key.top : key.left;
340 return orientation == Orientation.HORIZONTAL ? key.bottom : key.right;
  /external/chromium_org/v8/test/webkit/
string-trim.js 38 {s : '\u0009', t : 'HORIZONTAL TAB'},
  /cts/tests/tests/widget/src/android/widget/cts/
TabWidgetTest.java 171 } else if (mockTabWidget.getOrientation() == LinearLayout.HORIZONTAL) {
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 122 row.setOrientation(LinearLayout.HORIZONTAL);
  /development/samples/Support7Demos/src/com/example/android/supportv7/widget/
BaseLayoutManagerActivity.java 103 configView.setLayoutManager(new LinearLayoutManager(this, LinearLayoutManager.HORIZONTAL,
  /external/chromium_org/ash/system/chromeos/brightness/
tray_brightness.cc 109 slider_ = new views::Slider(this, views::Slider::HORIZONTAL);
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 95 hMuteButs = wx.BoxSizer(wx.HORIZONTAL)
106 hSegButs = wx.BoxSizer(wx.HORIZONTAL)
117 hQueueButs = wx.BoxSizer(wx.HORIZONTAL)
138 hboxTop = wx.BoxSizer(wx.HORIZONTAL)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
QSDualTileLabel.java 65 firstLineLayout.setOrientation(LinearLayout.HORIZONTAL);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
CustomBar.java 52 * This is basically an horizontal layout that loads a given layout on creation (it is read
71 if (orientation == LinearLayout.HORIZONTAL) {
  /packages/apps/Browser/src/com/android/browser/
TabScrollView.java 72 mContentView.setOrientation(LinearLayout.HORIZONTAL);
  /packages/apps/Camera2/src/com/android/camera/
VideoUI.java 153 mLabelsLinearLayout.setOrientation(LinearLayout.HORIZONTAL);
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
TestingCamera21.java 107 mMainList.setOrientation(LinearLayout.HORIZONTAL);

Completed in 5649 milliseconds

1 2 34 5 6 7 8 910