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

  /cts/tests/tests/view/src/android/view/animation/cts/
TranslateAnimationTest.java 198 final int actualWidth = selfWidth;
217 assertEquals(RELATIVE_FROM_X_DELTA * actualWidth, values[Matrix.MTRANS_X], POSITION_DELTA);
223 assertEquals(((RELATIVE_TO_X_DELTA + RELATIVE_FROM_X_DELTA) / 2) * actualWidth,
231 assertEquals(RELATIVE_TO_X_DELTA * actualWidth, values[Matrix.MTRANS_X], POSITION_DELTA);
  /cts/tests/tests/view/src/android/view/cts/
SurfaceViewTest.java 146 int actualWidth = mMockSurfaceView.getWidthInOnMeasure();
148 assertEquals(expectedWidth, actualWidth);
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp     [all...]
  /external/quake/quake/src/WinQuake/
gl_vidlinuxglx.cpp 741 int actualWidth, actualHeight;
832 actualWidth = vidmodes[best_fit]->hdisplay;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 744 int actualWidth = resources.getDimensionPixelSize(R.dimen.workspace_cell_width);
746 int smallerSize = Math.min(actualWidth, actualHeight);
    [all...]
  /external/sqlite/dist/
shell.c     [all...]

Completed in 246 milliseconds