Searched defs:xPixels (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tests/WallpaperTest/src/com/example/wallpapertest/
H A DTestWallpaper.java177 float xStep, float yStep, int xPixels, int yPixels) {
178 super.onOffsetsChanged(xOffset, yOffset, xStep, yStep, xPixels, yPixels);
186 mOffsetXPixels = xPixels;
176 onOffsetsChanged(float xOffset, float yOffset, float xStep, float yStep, int xPixels, int yPixels) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DImageWallpaper.java251 int xPixels, int yPixels) {
255 + ", xPixels=" + xPixels + ", yPixels=" + yPixels);
370 int xPixels = availw / 2;
374 // mXOffset and mYOffset are set to 0.5f by default and therefore xPixels and yPixels
379 xPixels += (int) (availwUnscaled * (mXOffset - .5f) + .5f);
388 if (!redrawNeeded && xPixels == mLastXTranslation && yPixels == mLastYTranslation) {
395 mLastXTranslation = xPixels;
403 if (!drawWallpaperWithOpenGL(sh, availw, availh, xPixels, yPixels)) {
404 drawWallpaperWithCanvas(sh, availw, availh, xPixels, yPixel
249 onOffsetsChanged(float xOffset, float yOffset, float xOffsetStep, float yOffsetStep, int xPixels, int yPixels) argument
[all...]

Completed in 8194 milliseconds