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

  /external/jmonkeyengine/engine/src/core/com/jme3/post/
FilterPostProcessor.java 77 private int originalHeight;
139 originalHeight = cam.getHeight();
174 filterCam.resize(originalWidth, originalHeight, true);
175 fsQuad.setPosition(left * originalWidth, bottom * originalHeight);
300 viewPort.getCamera().resize(originalWidth, originalHeight, true);
359 viewPort.getCamera().resize(originalWidth, originalHeight, true);
381 originalHeight = h;
  /frameworks/base/services/java/com/android/server/wm/
ScreenRotationAnimation.java 211 final int originalHeight;
217 originalHeight = displayContent.mBaseDisplayHeight;
221 originalHeight = displayInfo.logicalHeight;
225 mWidth = originalHeight;
229 mHeight = originalHeight;
234 mOriginalHeight = originalHeight;
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java 651 int originalHeight = mTextView.getHeight();
653 setMaxHeight(originalHeight + 1);
654 assertEquals(originalHeight, mTextView.getHeight());
656 setMaxHeight(originalHeight - 1);
657 assertEquals(originalHeight - 1, mTextView.getHeight());
663 assertEquals(originalHeight, mTextView.getHeight());
665 setMinHeight(originalHeight + 1);
666 assertEquals(originalHeight + 1, mTextView.getHeight());
668 setMinHeight(originalHeight - 1);
669 assertEquals(originalHeight, mTextView.getHeight())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 374 float originalHeight, float viewWidth, float viewHeight) {
381 (int) originalHeight, (int) viewWidth, (int) viewHeight);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
prototype-1.6.0.3.js     [all...]
concat-jquery-mootools-prototype.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
string-unpack-code.js     [all...]

Completed in 731 milliseconds