HomeSort by relevance Sort by last modified time
    Searched refs:mFixedWidth (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/layout/table/
FixedWidthTest.java 31 private View mFixedWidth;
44 mFixedWidth = activity.findViewById(R.id.fixed_width);
51 assertNotNull(mFixedWidth);
59 assertEquals(150, mFixedWidth.getWidth());
60 assertEquals(mFixedWidth.getWidth(), mNonFixedWidth.getWidth());
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java 109 private int mFixedWidth = -1;
801 mFixedWidth = width;
826 if (mFixedWidth > 0 && mFixedHeight > 0) {
827 newWidth = mFixedWidth;
    [all...]

Completed in 44 milliseconds