Searched refs:setSize (Results 101 - 125 of 149) sorted by relevance

123456

/frameworks/base/core/java/android/widget/
H A DMagnifier.java501 .setSize(mSurfaceWidth, mSurfaceHeight)
H A DVideoView.java925 mSubtitleWidget.setSize(width, height);
H A DHorizontalScrollView.java1667 mEdgeGlowLeft.setSize(height, getWidth());
1681 mEdgeGlowRight.setSize(height, width);
H A DScrollView.java1761 mEdgeGlowTop.setSize(width, height);
1787 mEdgeGlowBottom.setSize(width, height);
/frameworks/base/libs/input/
H A DSpriteController.cpp164 t.setSize(update.state.surfaceControl,
/frameworks/base/media/java/android/media/
H A DTtmlRenderer.java706 public void setSize(int width, int height) { method in class:TtmlRenderingWidget
H A DWebVttRenderer.java1173 public void setSize(int width, int height) { method in class:WebVttRenderingWidget
1268 setSize(width, height);
/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotSurface.java312 .setSize(buffer.getWidth(), buffer.getHeight())
H A DAccessibilityController.java708 .setSize(mTempPoint.x, mTempPoint.y) // not a typo
786 mSurfaceControl.setSize(mTempPoint.x, mTempPoint.y);
H A DTaskStack.java258 .setSize(mAnimationBackgroundSurface, mTmpRect.width(), mTmpRect.height())
782 transaction.setSize(mSurfaceControl, width, height);
H A DScreenRotationAnimation.java267 .setSize(mWidth, mHeight)
/frameworks/native/services/surfaceflinger/
H A DLayer.h257 bool setSize(uint32_t w, uint32_t h);
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DSubtitleTrack.java677 void setSize(int width, int height); method in interface:SubtitleTrack.RenderingWidget
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java424 int setSize = playingSet.size();
425 for (int i = 0; i < setSize; i++) {
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp407 section->setSize(sh_size);
901 section->setSize(sh_size);
/frameworks/ex/widget/java/com/android/ex/widget/
H A DStaggeredGridView.java651 mTopEdge.setSize(width, height);
652 mBottomEdge.setSize(width, height);
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java2172 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2175 mLeftGlow.setSize(getMeasuredHeight(), getMeasuredWidth());
2185 mRightGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2188 mRightGlow.setSize(getMeasuredHeight(), getMeasuredWidth());
2198 mTopGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(),
2201 mTopGlow.setSize(getMeasuredWidth(), getMeasuredHeight());
2212 mBottomGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(),
2215 mBottomGlow.setSize(getMeasuredWidth(), getMeasuredHeight());
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DNestedScrollView.java1906 mEdgeGlowTop.setSize(width, height);
1928 mEdgeGlowBottom.setSize(width, height);
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DRecyclerView.java2421 mLeftGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2424 mLeftGlow.setSize(getMeasuredHeight(), getMeasuredWidth());
2434 mRightGlow.setSize(getMeasuredHeight() - getPaddingTop() - getPaddingBottom(),
2437 mRightGlow.setSize(getMeasuredHeight(), getMeasuredWidth());
2447 mTopGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(),
2450 mTopGlow.setSize(getMeasuredWidth(), getMeasuredHeight());
2461 mBottomGlow.setSize(getMeasuredWidth() - getPaddingLeft() - getPaddingRight(),
2464 mBottomGlow.setSize(getMeasuredWidth(), getMeasuredHeight());
/frameworks/base/core/java/android/content/pm/
H A DPackageInstaller.java1193 public void setSize(long sizeBytes) { method in class:PackageInstaller.SessionParams
1628 * Get the value as set in {@link SessionParams#setSize(long)}.
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java705 setSize(Math.min(mTileSize, rightEdge), Math.min(mTileSize, bottomEdge));
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp130 bss_sect_hdr->setSize(bss_sect_hdr->size() + size);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp433 bss_sect_hdr->setSize(bss_sect_hdr->size() + size);
/frameworks/native/libs/gui/
H A DSurfaceComposerClient.cpp232 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::setSize( function in class:android::SurfaceComposerClient::Transaction
/frameworks/native/services/surfaceflinger/tests/
H A DSurfaceInterceptor_test.cpp282 t.setSize(mBGSurfaceControl, SIZE_UPDATE, SIZE_UPDATE);

Completed in 1396 milliseconds

123456