Home | History | Annotate | Download | only in wm

Lines Matching refs:shortSize

7250         int shortSize = h;
7251 if (longSize < shortSize) {
7253 longSize = shortSize;
7254 shortSize = tmp;
7257 shortSize = (int)(shortSize/density);
7258 return Configuration.reduceScreenLayout(curLayout, longSize, shortSize);