Searched refs:currentHeight (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/ |
D | Camera2SurfaceViewActivity.java | 38 private int currentHeight = 0; field in Camera2SurfaceViewActivity 67 if (expectWidth == currentWidth && expectHeight == currentHeight) { in waitForSurfaceSizeChanged() 83 if (currentWidth == expectWidth && currentHeight == expectHeight) { in waitForSurfaceSizeChanged() 106 currentHeight = height; in surfaceChanged()
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | StreamingProcessor.cpp | 164 uint32_t currentWidth, currentHeight; in updatePreviewStream() local 166 ¤tWidth, ¤tHeight, 0, 0); in updatePreviewStream() 173 currentHeight != (uint32_t)params.previewHeight) { in updatePreviewStream() 175 __FUNCTION__, mId, currentWidth, currentHeight, in updatePreviewStream() 315 uint32_t currentWidth, currentHeight, currentFormat; in recordingStreamNeedsUpdate() local 318 ¤tWidth, ¤tHeight, ¤tFormat, ¤tDataSpace); in recordingStreamNeedsUpdate() 328 currentHeight != (uint32_t)params.videoHeight || in recordingStreamNeedsUpdate() 351 uint32_t currentWidth, currentHeight; in updateRecordingStream() local 355 ¤tWidth, ¤tHeight, in updateRecordingStream() 364 currentHeight != (uint32_t)params.videoHeight || in updateRecordingStream()
|
D | JpegProcessor.cpp | 139 uint32_t currentWidth, currentHeight; in updateStream() local 141 ¤tWidth, ¤tHeight, 0, 0); in updateStream() 149 currentHeight != (uint32_t)params.pictureHeight) { in updateStream()
|
D | CallbackProcessor.cpp | 124 uint32_t currentWidth, currentHeight, currentFormat; in updateStream() local 126 ¤tWidth, ¤tHeight, ¤tFormat, 0); in updateStream() 134 currentHeight != (uint32_t)params.previewHeight || in updateStream()
|
D | ZslProcessor.cpp | 236 uint32_t currentWidth, currentHeight; in updateStream() local 238 ¤tWidth, ¤tHeight, 0, 0); in updateStream() 246 currentHeight != (uint32_t)params.fastInfo.arrayHeight) { in updateStream()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 552 float currentHeight = mScaler.getHeight(); in finishExpanding() local 557 nowExpanded = currentHeight > mOldHeight && velocity >= 0; in finishExpanding() 559 nowExpanded = currentHeight >= mOldHeight || velocity > 0; in finishExpanding() 571 if (targetHeight != currentHeight && mEnabled) { in finishExpanding() 599 mFlingAnimationUtils.apply(mScaleAnimation, currentHeight, targetHeight, velocity); in finishExpanding() 602 if (targetHeight != currentHeight) { in finishExpanding() 614 if (DEBUG) Log.d(TAG, "currentHeight is: " + currentHeight); in finishExpanding()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 961 uint32_t currentHeight = static_cast<uint32_t>(mCurrentCrop.height()); in getCurrentCrop() local 971 } else if (newHeight < currentHeight) { in getCurrentCrop() 972 uint32_t dh = currentHeight - newHeight; in getCurrentCrop()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | InputMethodService.java | 1117 final int currentHeight = mWindow.getWindow().getAttributes().height; in onConfigureWindow() local 1119 if (mIsInputViewShown && currentHeight != newHeight) { in onConfigureWindow() 1122 + "window: " + currentHeight + " -> " + newHeight); in onConfigureWindow()
|