HomeSort by relevance Sort by last modified time
    Searched refs:targetHeight (Results 26 - 50 of 56) sorted by null

12 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/
ExpandHelper.java 533 float targetHeight = mSmallSize;
537 targetHeight = (force || currentHeight > mSmallSize) ? mNaturalHeight : mSmallSize;
539 targetHeight = (force || currentHeight < mNaturalHeight) ? mSmallSize : mNaturalHeight;
544 mCallback.setUserExpandedChild(mResizedView, targetHeight == mNaturalHeight);
546 if (targetHeight != currentHeight) {
547 mScaleAnimation.setFloatValues(targetHeight);
557 mFlingAnimationUtils.apply(mScaleAnimation, currentHeight, targetHeight, velocity);
569 if (DEBUG) Log.d(TAG, "targetHeight is: " + targetHeight);
  /packages/apps/LegacyCamera/src/com/android/camera/
Util.java 390 int targetHeight = Math.min(display.getHeight(), display.getWidth());
392 if (targetHeight <= 0) {
394 targetHeight = display.getHeight();
401 if (Math.abs(size.height - targetHeight) < minDiff) {
403 minDiff = Math.abs(size.height - targetHeight);
413 if (Math.abs(size.height - targetHeight) < minDiff) {
415 minDiff = Math.abs(size.height - targetHeight);
  /frameworks/base/core/java/android/app/
ActivityOptions.java 397 Bitmap thumbnail, int startX, int startY, int targetWidth, int targetHeight,
400 targetWidth, targetHeight, handler, listener, true);
423 Bitmap thumbnail, int startX, int startY, int targetWidth, int targetHeight,
426 targetWidth, targetHeight, handler, listener, false);
430 int startX, int startY, int targetWidth, int targetHeight,
442 opts.mHeight = targetHeight;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/audio_player/js/
audio_player.js 345 var targetHeight;
354 targetHeight = AudioPlayer.CONTROLS_HEIGHT + expandedListHeight;
355 this.lastExpandedHeight_ = targetHeight;
357 targetHeight = this.lastExpandedHeight_;
361 targetHeight = AudioPlayer.CONTROLS_HEIGHT + AudioPlayer.TRACK_HEIGHT;
364 window.resizeTo(window.innerWidth, targetHeight + AudioPlayer.HEADER_HEIGHT);
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview_animations.js 26 * @param {number} targetHeight The desired height in pixels after the animation
30 function getFadeInAnimationCode(targetHeight) {
32 '80% { opacity: 0.5; height: ' + (targetHeight + 4) + 'px; }' +
33 '100% { opacity: 1; height: ' + targetHeight + 'px; }';
  /external/deqp/modules/egl/
teglNativeCoordMappingTests.cpp 224 void render (const glw::Functions& gl, deUint32 program, int targetWidth, int targetHeight, int x, int y, int width, int height)
228 toGLCoord(targetWidth, targetHeight, x, y),
229 toGLCoord(targetWidth, targetHeight, x+width, y),
230 toGLCoord(targetWidth, targetHeight, x+width, y+height),
232 toGLCoord(targetWidth, targetHeight, x+width, y+height),
233 toGLCoord(targetWidth, targetHeight, x, y+height),
234 toGLCoord(targetWidth, targetHeight, x, y)
245 gl.viewport(0, 0, targetWidth, targetHeight);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
CropFilter.java 107 float targetHeight = croppedDims[1] / (float)extDims[1];
108 Quad targetQuad = Quad.fromRect(0f, 0f, targetWidth, targetHeight);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartSweepView.java 183 final float targetHeight = mSweep.getIntrinsicHeight() - mSweepPadding.top
185 return mSweepPadding.top + (targetHeight / 2) + mSweepOffset.y;
652 final int targetHeight = mSweep.getIntrinsicHeight() - mSweepPadding.top
654 mMargins.top = -(mSweepPadding.top + (targetHeight / 2));
  /packages/apps/Camera2/src/com/android/camera/util/
CameraUtil.java 538 int targetHeight = Math.min(defaultDisplaySize.getWidth(), defaultDisplaySize.getHeight());
547 double heightDiff = Math.abs(size.getHeight() - targetHeight);
554 if (size.getHeight() < targetHeight) {
567 if (Math.abs(size.getHeight() - targetHeight) < minDiff) {
569 minDiff = Math.abs(size.getHeight() - targetHeight);
584 * @param targetHeight the ideal height of the video snapshot
589 int targetHeight) {
603 if (size.height() == targetHeight && size.width() == targetWidth) {
609 final double targetRatio = (double) targetWidth / targetHeight;
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 348 final int targetHeight = targetDrawable.getIntrinsicHeight();
359 final int targetTop = (parentHeight - targetHeight) / 2;
360 final int targetBottom = targetTop + targetHeight;
380 final int top = (int) (THRESHOLD * parentHeight) + handleHeight / 2 - targetHeight;
385 target.layout(targetLeft, top, targetRight, top + targetHeight);
390 target.layout(targetLeft, bottom, targetRight, bottom + targetHeight);
    [all...]
  /packages/apps/Camera/src/com/android/camera/
Util.java 452 int targetHeight = Math.min(point.x, point.y);
457 if (Math.abs(size.height - targetHeight) < minDiff) {
459 minDiff = Math.abs(size.height - targetHeight);
468 if (Math.abs(size.height - targetHeight) < minDiff) {
470 minDiff = Math.abs(size.height - targetHeight);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/orientation/
CameraOrientationActivity.java 388 int targetHeight = h;
400 curDiff = Math.abs(size.height - targetHeight) +
403 && size.height <= targetHeight
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
progress_center_panel.js 475 var targetHeight;
478 targetHeight = this.closeView_.getBoundingClientRect().height;
481 targetHeight = this.openView_.getBoundingClientRect().height;
486 this.toggleAnimation_.cssRules[1].style.height = targetHeight + 'px';
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 97 int startY, int targetWidth, int targetHeight, IRemoteCallback startedCallback,
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
IWindowManagerImpl.java 225 int startY, int targetWidth, int targetHeight, IRemoteCallback startedCallback,
  /packages/apps/FMRadio/src/com/android/fmradio/views/
FmScroller.java     [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
ProgramBinary.cpp 641 bool transposeMatrix(T *target, const GLfloat *value, int targetWidth, int targetHeight, int srcWidth, int srcHeight)
644 int copyWidth = std::min(targetHeight, srcWidth);
663 for (int y = copyWidth; y < targetHeight; y++)
675 bool expandMatrix(T *target, const GLfloat *value, int targetWidth, int targetHeight, int srcWidth, int srcHeight)
679 int copyHeight = std::min(targetHeight, srcHeight);
697 for (int y = copyHeight; y < targetHeight; y++)
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java     [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
AppTransition.java     [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /frameworks/base/core/java/android/widget/
GridLayout.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /external/chromium_org/chrome/renderer/resources/
offline.js     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
gbemu.js     [all...]

Completed in 1009 milliseconds

12 3