HomeSort by relevance Sort by last modified time
    Searched refs:currentHeight (Results 1 - 25 of 37) sorted by null

1 2

  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
Camera2SurfaceViewActivity.java 38 private int currentHeight = 0;
67 if (expectWidth == currentWidth && expectHeight == currentHeight) {
83 if (currentWidth == expectWidth && currentHeight == expectHeight) {
106 currentHeight = height;
  /cts/tests/camera/src/android/hardware/camera2/cts/
Camera2SurfaceViewCtsActivity.java 35 private int currentHeight = 0;
64 if (expectWidth == currentWidth && expectHeight == currentHeight) {
81 if (expectWidth == currentWidth && expectHeight == currentHeight) {
85 "expectHeight. Got " + currentWidth + "x" + currentHeight +
154 currentHeight = height;
  /packages/apps/Messaging/src/com/android/messaging/ui/
AudioAttachmentView.java 305 final int currentHeight = this.getHeight();
306 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) {
307 final RectF rect = new RectF(0, 0, currentWidth, currentHeight);
312 mClipPathHeight = currentHeight;
AsyncImageView.java 377 final int currentHeight = this.getHeight();
378 if (mClipPathWidth != currentWidth || mClipPathHeight != currentHeight) {
379 final RectF rect = new RectF(0, 0, currentWidth, currentHeight);
384 mClipPathHeight = currentHeight;
  /external/skia/src/gpu/vk/
GrVkGpu.cpp 660 int currentHeight = height;
671 currentHeight = SkTMax(1, currentHeight/2);
674 const size_t trimmedSize = currentWidth * bpp * currentHeight;
701 currentHeight = height;
705 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight);
715 src += (currentHeight - 1) * rowBytes;
716 for (int y = 0; y < currentHeight; y++) {
722 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight);
729 region.bufferImageHeight = currentHeight;
    [all...]
  /external/skqp/src/gpu/vk/
GrVkGpu.cpp 686 int currentHeight = height;
697 currentHeight = SkTMax(1, currentHeight/2);
700 const size_t trimmedSize = currentWidth * bpp * currentHeight;
727 currentHeight = height;
731 SkASSERT(1 == mipLevelCount || currentHeight == layerHeight);
741 src += (currentHeight - 1) * rowBytes;
742 for (int y = 0; y < currentHeight; y++) {
748 SkRectMemcpy(dst, trimRowBytes, src, rowBytes, trimRowBytes, currentHeight);
755 region.bufferImageHeight = currentHeight;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 562 float currentHeight = mScaler.getHeight();
567 nowExpanded = currentHeight > mOldHeight && velocity >= 0;
569 nowExpanded = currentHeight >= mOldHeight || velocity > 0;
581 if (targetHeight != currentHeight && mEnabled && allowAnimation) {
609 mFlingAnimationUtils.apply(mScaleAnimation, currentHeight, targetHeight, velocity);
612 if (targetHeight != currentHeight) {
624 if (DEBUG) Log.d(TAG, "currentHeight is: " + currentHeight);
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 327 int currentHeight = 0;
333 currentHeight++;
334 if (currentHeight > maxHeight) {
335 maxHeight = currentHeight;
339 currentHeight--;
342 currentHeight--;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
BaseViewRule.java 142 String currentHeight = selectedNode.getStringAttr(ANDROID_URI, ATTR_LAYOUT_HEIGHT);
144 if (canMatchParent && VALUE_FILL_PARENT.equals(currentHeight)) {
145 currentHeight = VALUE_MATCH_PARENT;
146 } else if (!canMatchParent && VALUE_MATCH_PARENT.equals(currentHeight)) {
147 currentHeight = VALUE_FILL_PARENT;
148 } else if (!VALUE_WRAP_CONTENT.equals(currentHeight)
149 && !fillParent.equals(currentHeight)) {
150 height = currentHeight;
406 currentHeight,
    [all...]
  /external/skia/tests/
MipMapTest.cpp 80 int currentHeight = height / twoToTheMipLevel;
82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight);
  /external/skqp/tests/
MipMapTest.cpp 80 int currentHeight = height / twoToTheMipLevel;
82 REPORTER_ASSERT(reporter, level.fPixmap.height() == currentHeight);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/ui/
TemperatureBarOverlay.java 429 int currentHeight = mTemperatureBar.getLayoutParams().height;
431 mTemperatureBar.setTop(mTemperatureBar.getTop() + height - currentHeight);
  /packages/apps/Car/Hvac/src/com/android/car/hvac/controllers/
HvacPanelController.java 539 int currentHeight = mPanel.getLayoutParams().height;
541 mPanel.setTop(mPanel.getTop() + height - currentHeight);
  /frameworks/native/libs/gui/
GLConsumer.cpp 890 uint32_t currentHeight = static_cast<uint32_t>(crop.height());
900 } else if (newHeight < currentHeight) {
901 uint32_t dh = currentHeight - newHeight;
    [all...]
  /external/skia/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /external/skqp/src/gpu/gl/
GrGLGpu.cpp     [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapRegionDecoderTest.java 643 int currentHeight = rect1.height() / opts.inSampleSize;
644 Rect actualRect = new Rect(0, 0, currentWidth, currentHeight);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 171 final int currentHeight = getMoreSuggestionsHeight();
172 if (currentHeight <= remainingHeight) {
  /frameworks/base/core/java/android/inputmethodservice/
InputMethodService.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
DayView.java     [all...]
  /external/doclava/res/assets/templates-sdk/assets/js/
docs.js     [all...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 
  /prebuilts/tools/common/m2/repository/com/github/bumptech/glide/glide/3.6.1/
glide-3.6.1.jar 

Completed in 1655 milliseconds

1 2