HomeSort by relevance Sort by last modified time
    Searched refs:VERTICAL (Results 176 - 200 of 421) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
StaggeredGridLayoutManagerBaseConfigSetTest.java 20 import static androidx.recyclerview.widget.LinearLayoutManager.VERTICAL;
127 View child1 = mLayoutManager.findViewByPosition(mConfig.mOrientation == VERTICAL ? 1
132 if (mConfig.mOrientation == VERTICAL || !mConfig.mReverseLayout) {
445 if (config.mOrientation == VERTICAL) {
    [all...]
GridLayoutManagerTest.java 23 import static androidx.recyclerview.widget.LinearLayoutManager.VERTICAL;
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java 60 @IntDef({HORIZONTAL, VERTICAL})
65 public static final int VERTICAL = 1;
287 if (mOrientation == VERTICAL) {
454 if (mOrientation == VERTICAL) {
550 if (mOrientation == VERTICAL) {
585 * to {@link #VERTICAL}.
588 * @param heightMeasureSpec Vertical space requirements as imposed by the parent.
820 // Child may now not fit in vertical dimension.
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 47 @IntDef({HORIZONTAL, VERTICAL})
52 public static final int VERTICAL = 1;
323 if (mOrientation == VERTICAL) {
498 if (mOrientation == VERTICAL) {
598 if (mOrientation == VERTICAL) {
632 * to {@link #VERTICAL}.
635 * @param heightMeasureSpec Vertical space requirements as imposed by the parent.
868 // Child may now not fit in vertical dimension
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 99 vMuteButs = wx.BoxSizer(wx.VERTICAL)
109 vSegButs = wx.BoxSizer(wx.VERTICAL)
121 vQueueButs = wx.BoxSizer(wx.VERTICAL)
149 vboxBot = wx.BoxSizer(wx.VERTICAL)
154 hboxMain = wx.BoxSizer(wx.VERTICAL)
  /frameworks/native/libs/math/include/math/
mat4.h 283 VERTICAL
285 static CONSTEXPR TMat44 perspective(T fov, T aspect, T near, T far, Fov direction = Fov::VERTICAL);
477 if (direction == TMat44::Fov::VERTICAL) {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 222 type = Mirror.VERTICAL;
224 } else if (type == Mirror.VERTICAL) {
232 } else if (type == Mirror.VERTICAL) {
  /developers/samples/android/input/autofill/AutofillFramework/afservice/src/main/java/com/example/android/autofill/service/
ManualActivity.java 63 import static android.support.v7.widget.LinearLayoutManager.VERTICAL;
111 mRecyclerView.addItemDecoration(new DividerItemDecoration(this, VERTICAL));
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 162 // the vertical printer resolution. This way we get the maximal number
233 dummyParent.setOrientation(LinearLayout.VERTICAL);
346 dummyParent.setOrientation(LinearLayout.VERTICAL);
  /frameworks/base/core/tests/coretests/src/android/util/
ListScenario.java 384 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
397 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
ListItemFactory.java 49 ll.setOrientation(LinearLayout.VERTICAL);
  /frameworks/support/viewpager2/src/androidTest/java/androidx/viewpager2/widget/
SwipeTest.java 28 import static androidx.viewpager2.widget.ViewPager2.Orientation.VERTICAL;
143 tests.add(new TestConfig("basic vertical", asList(0, 1, 2, 3, 3, 2, 1, 0, 0),
144 NO_CONFIG_CHANGES, NO_MUTATIONS, 4, activityClass, VERTICAL));
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsDialogBuilder.java 114 mRootContainer.setOrientation(LinearLayout.VERTICAL);
310 certLayout.setOrientation(LinearLayout.VERTICAL);
  /cts/tests/inputmethod/src/android/view/inputmethod/cts/
InputMethodServiceTest.java 90 layout.setOrientation(LinearLayout.VERTICAL);
  /cts/tests/tests/text/src/android/text/method/cts/
PasswordTransformationMethodTest.java 101 layout.setOrientation(LinearLayout.VERTICAL);
  /cts/tests/tests/widget/src/android/widget/cts/util/
ListItemFactory.java 49 ll.setOrientation(LinearLayout.VERTICAL);
  /developers/build/prebuilts/gradle/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 230 layout.setOrientation(LinearLayout.VERTICAL);
  /developers/samples/android/input/keyboard/CommitContentSampleIME/app/src/main/java/com/example/android/commitcontent/ime/
ImageKeyboard.java 230 layout.setOrientation(LinearLayout.VERTICAL);
  /development/samples/ApiDemos/src/com/example/android/apis/media/
AudioFxDemo.java 66 mLinearLayout.setOrientation(LinearLayout.VERTICAL);
  /development/samples/ThemedNavBarKeyboard/src/com/example/android/themednavbarkeyboard/
ThemedNavBarKeyboard.java 166 setOrientation(VERTICAL);
  /development/samples/browseable/CommitContentSampleIME/src/com.example.android.commitcontent.ime/
ImageKeyboard.java 230 layout.setOrientation(LinearLayout.VERTICAL);
  /external/python/cpython2/Demo/tkinter/guido/
kill.py 78 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)
svkill.py 103 self.frame.vscroll = Scrollbar(self.frame, orient=VERTICAL)
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/activity/
Main.java 119 mLayout.setOrientation(LinearLayout.VERTICAL);
  /frameworks/base/apct-tests/perftests/core/src/android/view/
ViewShowHidePerfTest.java 81 boolean vertical = remainingDepth % 2 == 0;
82 parent.setOrientation(vertical ? LinearLayout.VERTICAL : LinearLayout.HORIZONTAL);
86 // vertical: match parent in x axis, horizontal: y axis.
88 (vertical ? ViewGroup.LayoutParams.MATCH_PARENT : 0),
89 (vertical ? 0 : ViewGroup.LayoutParams.MATCH_PARENT),

Completed in 1053 milliseconds

1 2 3 4 5 6 78 91011>>