Searched refs:frameWidth (Results 1 – 4 of 4) sorted by relevance
95 public void setFrameWidth(float frameWidth) { in setFrameWidth() argument96 mDrawable.setFrameWidth(frameWidth); in setFrameWidth()
348 final int frameWidth = res.getDimensionPixelSize(R.dimen.settingslib_illustration_width);355 final float aspectRatio = (float) frameWidth / frameHeight;
189 void fadeFrame(int frameLeft, int frameBottom, int frameWidth, int frameHeight,
741 final int frameWidth = width - 2 * mMirrorSurfaceMargin; in setWindowSizeAndCenter() local743 setMagnificationFrame(frameWidth, frameHeight, (int) centerX, (int) centerY); in setWindowSizeAndCenter()