Searched refs:currentHeight (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/
H A DCamera2SurfaceViewActivity.java38 private int currentHeight = 0; field in class:Camera2SurfaceViewActivity
67 if (expectWidth == currentWidth && expectHeight == currentHeight) {
83 if (currentWidth == expectWidth && currentHeight == expectHeight) {
106 currentHeight = height;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DStreamingProcessor.cpp164 uint32_t currentWidth, currentHeight; local
166 &currentWidth, &currentHeight, 0, 0);
173 currentHeight != (uint32_t)params.previewHeight) {
175 __FUNCTION__, mId, currentWidth, currentHeight,
315 uint32_t currentWidth, currentHeight, currentFormat; local
318 &currentWidth, &currentHeight, &currentFormat, &currentDataSpace);
328 currentHeight != (uint32_t)params.videoHeight ||
351 uint32_t currentWidth, currentHeight; local
355 &currentWidth, &currentHeight,
364 currentHeight !
[all...]
H A DJpegProcessor.cpp139 uint32_t currentWidth, currentHeight; local
141 &currentWidth, &currentHeight, 0, 0);
149 currentHeight != (uint32_t)params.pictureHeight) {
H A DCallbackProcessor.cpp124 uint32_t currentWidth, currentHeight, currentFormat; local
126 &currentWidth, &currentHeight, &currentFormat, 0);
134 currentHeight != (uint32_t)params.previewHeight ||
H A DZslProcessor.cpp236 uint32_t currentWidth, currentHeight; local
238 &currentWidth, &currentHeight, 0, 0);
246 currentHeight != (uint32_t)params.fastInfo.arrayHeight) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java552 float currentHeight = mScaler.getHeight();
557 nowExpanded = currentHeight > mOldHeight && velocity >= 0;
559 nowExpanded = currentHeight >= mOldHeight || velocity > 0;
571 if (targetHeight != currentHeight && mEnabled) {
599 mFlingAnimationUtils.apply(mScaleAnimation, currentHeight, targetHeight, velocity);
602 if (targetHeight != currentHeight) {
614 if (DEBUG) Log.d(TAG, "currentHeight is: " + currentHeight);
/frameworks/native/libs/gui/
H A DGLConsumer.cpp961 uint32_t currentHeight = static_cast<uint32_t>(mCurrentCrop.height()); local
971 } else if (newHeight < currentHeight) {
972 uint32_t dh = currentHeight - newHeight;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java1117 final int currentHeight = mWindow.getWindow().getAttributes().height;
1119 if (mIsInputViewShown && currentHeight != newHeight) {
1122 + "window: " + currentHeight + " -> " + newHeight);

Completed in 103 milliseconds