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

  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 199 final int actualHeight = parentHeight;
218 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
225 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight,
232 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 147 int actualHeight = mMockSurfaceView.getHeightInOnMeasure();
149 assertEquals(expectedHeight, actualHeight);
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp     [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 741 int actualWidth, actualHeight;
833 actualHeight = vidmodes[best_fit]->vdisplay;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 745 int actualHeight = resources.getDimensionPixelSize(R.dimen.workspace_cell_height);
746 int smallerSize = Math.min(actualWidth, actualHeight);
    [all...]

Completed in 495 milliseconds