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 114 private int mFixedWidth = -1;
747 mFixedWidth = width;
771 if (mFixedWidth > 0 && mFixedHeight > 0) {
772 newWidth = mFixedWidth;
784 if (mFixedWidth > 0 && mFixedHeight > 0) {
    [all...]

Completed in 419 milliseconds