Home
last modified time | relevance | path

Searched refs:setSize (Results 1 – 25 of 64) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java100 setSize(mConversationIconView, mSingleAvatarSize); in bind()
115 setSize(mConversationFacePile, mFacePileSize); in bind()
116 setSize(facePileBottom, mFacePileAvatarSize); in bind()
117 setSize(facePileTop, mFacePileAvatarSize); in bind()
118 setSize(facePileBottomBg, mFacePileAvatarSize + 2 * mFacePileProtectionWidth); in bind()
140 private static void setSize(View view, int size) { in setSize() method in HybridConversationNotificationView
/aosp14/frameworks/base/libs/hwui/tests/common/scenes/
H A DListViewAnimation.cpp61 font.setSize(size / 2); in createRandomCharIcon()
98 textPaint.getSkFont().setSize(dp(20)); in createListItem()
103 textPaint.getSkFont().setSize(dp(15)); in createListItem()
H A DSaveLayer2Animation.cpp45 mBluePaint.getSkFont().setSize(padding); in createContent()
47 mGreenPaint.getSkFont().setSize(padding); in createContent()
H A DStretchyListViewAnimation.cpp106 font.setSize(size / 2); in createRandomCharIcon()
148 textPaint.getSkFont().setSize(dp(20)); in createListItem()
153 textPaint.getSkFont().setSize(dp(15)); in createListItem()
H A DGlyphStressAnimation.cpp56 paint.getSkFont().setSize(10 + (frameNr % 20) + i * 20); in doFrame()
H A DListOfFadedTextAnimation.cpp38 textPaint.getSkFont().setSize(dp(20)); in createListItem()
H A DTextAnimation.cpp36 paint.getSkFont().setSize(50); in createContent()
H A DTvApp.cpp127 paint.getSkFont().setSize(24); in createInfoNode()
131 paint.getSkFont().setSize(20); in createInfoNode()
/aosp14/frameworks/base/services/core/java/com/android/server/utils/
H A DWatchedSparseSetArray.java178 final int setSize = set.size(); in snapshot() local
179 for (int j = 0; j < setSize; j++) { in snapshot()
/aosp14/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java97 mThread.setSize(width, height); in surfaceChanged()
114 void setSize(int width, int height) { in setSize() method in HardwareCanvasSurfaceViewActivity.RenderingThread
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java69 mRenderThread.setSize(width, height); in onSurfaceTextureAvailable()
75 mRenderThread.setSize(width, height); in onSurfaceTextureSizeChanged()
353 public void setSize(int width, int height) { in setSize() method in BlockingGLTextureView.RenderThread
/aosp14/frameworks/base/core/java/com/android/internal/widget/floatingtoolbar/
H A DLocalFloatingToolbarPopup.java739 setSize(mContentContainer, containerSize); in setPanelsStatesAtRestingPosition()
781 setSize(mContentContainer, containerSize); in setPanelsStatesAtRestingPosition()
841 setSize(mOverflowPanel, mOverflowPanelSize); in updateOverflowHeight()
843 setSize(mContentContainer, mOverflowPanelSize); in updateOverflowHeight()
850 setSize(mContentContainer, mMainPanelSize); in updateOverflowHeight()
1060 setSize(mOverflowPanel, mOverflowPanelSize); in layoutOverflowPanelItems()
1288 private static void setSize(View view, int width, int height) { in setSize() method in LocalFloatingToolbarPopup
1298 private static void setSize(View view, Size size) { in setSize() method in LocalFloatingToolbarPopup
1299 setSize(view, size.getWidth(), size.getHeight()); in setSize()
1304 setSize(view, width, params.height); in setWidth()
[all …]
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DDeferredLayerUpdaterTests.cpp31 layerUpdater->setSize(100, 100); in RENDERTHREAD_TEST()
/aosp14/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java31 setSize(width, height); in RawTexture()
H A DGLCanvas.java38 public abstract void setSize(int width, int height); in setSize() method
H A DBasicTexture.java78 public void setSize(int width, int height) { in setSize() method in BasicTexture
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/surfaceeffects/turbulencenoise/
H A DTurbulenceNoiseShader.kt130 fun setSize(width: Float, height: Float) { regex
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_graphics_TextureLayer.cpp32 changed |= layer->setSize(width, height); in TextureLayer_prepare()
/aosp14/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java123 public void setSize(int size) { in setSize() method in FrameManager.BackingCache
294 mCache.setSize(bytes); in setCacheSize()
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/util/io/
H A DFakeBasicFileAttributes.java117 public FakeBasicFileAttributes setSize(long size) { in setSize() method in FakeBasicFileAttributes
/aosp14/frameworks/base/libs/hwui/
H A DLayer.h52 void setSize(uint32_t width, uint32_t height) { mWidth = width; mHeight = height; } in setSize() function
H A DDeferredLayerUpdater.h55 bool setSize(int width, int height) { in setSize() function
/aosp14/frameworks/base/apct-tests/perftests/core/src/android/libcore/
H A DZipFilePerfTest.java84 ze.setSize(entrySize); in writeEntries()
H A DZipFileReadPerfTest.java73 ze.setSize(entrySize); in writeEntries()
/aosp14/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/
H A DInstallStaging.java192 params.setSize(result.calculateInstalledSize(params, pfd)); in createSessionParams()
198 params.setSize(pfd.getStatSize()); in createSessionParams()

123