/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/ |
D | EmbeddedContentContainer.java | 39 protected void onSizeChanged(int newWidth, int newHeight, int oldWidth, int oldHeight) { in onSizeChanged()
|
/frameworks/base/tests/ImfTest/tests/src/com/android/imftest/samples/ |
D | ImfBaseTestCase.java | 125 int newHeight; in destructiveCheckImeUp() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | StackScrollAlgorithm.java | 153 float newHeight = state.height; in updateClipping() local 473 float newHeight = bottomStackStart - childViewState.yTranslation; in clampPositionToBottomStackStart() local 502 int newHeight = childHeight; in updateStateForChildTransitioningInBottom() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 190 float newHeight = clamp(target); in updateExpansion() local 440 final float newHeight = clamp(rawHeight); in onTouchEvent() local
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | MessagingLinearLayout.java | 136 int newHeight = Math.max(totalHeight, totalHeight + childHeight + lp.topMargin + in onMeasure() local
|
D | FloatingToolbar.java | 996 final int newHeight = calculateOverflowHeight(maxItemSize); in updateOverflowHeight() local
|
/frameworks/base/core/java/android/content/res/ |
D | CompatibilityInfo.java | 494 int newWidth, newHeight; in computeCompatibleScaling() local
|
/frameworks/base/media/java/android/media/session/ |
D | MediaSessionLegacyHelper.java | 345 int newHeight = Math.round(scale * height); in scaleBitmapIfTooBig() local
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoDecoderOMXComponent.cpp | 490 uint32_t newHeight = video_def->nFrameHeight; in internalSetParameter() local
|
/frameworks/native/services/surfaceflinger/ |
D | DisplayDevice.cpp | 480 void DisplayDevice::setDisplaySize(const int newWidth, const int newHeight) {
|
/frameworks/av/cmds/screenrecord/ |
D | screenrecord.cpp | 574 uint32_t newHeight = needSwap ? kFallbackWidth : kFallbackHeight; in recordScreen() local
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/ |
D | ListRowPresenter.java | 632 int newHeight = expanded ? getExpandedRowHeight() : getRowHeight(); in onRowViewExpanded() local
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | Keyboard.java | 626 final void resize(int newWidth, int newHeight) { in resize()
|
D | InputMethodService.java | 1088 final int newHeight = isFullscreen ? MATCH_PARENT : WRAP_CONTENT; in onConfigureWindow() local
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PanelView.java | 322 final float newHeight = Math.max(0, h + mInitialOffsetOnTouch); in onTouchEvent() local
|
D | NotificationPanelView.java | 347 private void startQsSizeChangeAnimation(int oldHeight, final int newHeight) { in startQsSizeChangeAnimation()
|
/frameworks/base/core/jni/ |
D | android_app_NativeActivity.cpp | 562 int32_t newHeight = getWindowProp(code->nativeWindow.get(), in onSurfaceChanged_native() local
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 932 uint32_t newHeight = static_cast<uint32_t>(mCurrentCrop.height()); in getCurrentCrop() local
|
/frameworks/av/services/camera/libcameraservice/api1/client2/ |
D | Parameters.cpp | 100 int newHeight = availablePreviewSizes[i].height; in initialize() local
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityStack.java | 4703 final int newHeight = taskConfig.screenHeightDp; in catchConfigChangesFromUnset() local
|
/frameworks/base/core/java/android/view/ |
D | View.java | 17710 int newHeight = bottom - top; in setFrame() local 17763 private void sizeChange(int newWidth, int newHeight, int oldWidth, int oldHeight) { in sizeChange()
|