Home | History | Annotate | Download | only in am

Lines Matching refs:displayHeight

231     private void updateOomLevels(int displayWidth, int displayHeight, boolean write) {
239 float scaleDisp = ((float)(displayWidth*displayHeight)-minSize)/(maxSize-minSize);
243 + " dh=" + displayHeight);
294 int reserve = displayWidth * displayHeight * 4 * 3 / 1024;