HomeSort by relevance Sort by last modified time
    Searched full:mstretch (Results 1 - 3 of 3) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
TableLayout8.java 32 private boolean mStretch;
44 mStretch = !mStretch;
45 table.setColumnStretchable(1, mStretch);
49 mStretch = table.isColumnStretchable(1);
  /external/quake/quake/src/QW/client/
vid_win.c 756 int cstretch, istretch, mstretch; local
1006 mstretch = i;
1021 modelist[istretch] = modelist[mstretch];
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 715 int cstretch, istretch, mstretch; local
965 mstretch = i;
980 modelist[istretch] = modelist[mstretch];
    [all...]

Completed in 78 milliseconds