Home
last modified time | relevance | path

Searched defs:setSize (Results 1 – 25 of 87) sorted by relevance

1234

/aosp12/packages/apps/Messaging/src/com/android/messaging/util/
H A DLogSaver.java74 final int setSize = BugleGservices.get().getInt( in newInstance() local
182 public DiskLogSaver(final int setSize, final int fileLimitBytes) { in DiskLogSaver()
265 final int setSize = BugleGservices.get().getInt( in isCurrent() local
/aosp12/hardware/google/pixel/perfstatsd/include/
H A Dperfstats_buffer.h68 void setSize(size_t size) { mBufferSize = size; } in setSize() function
/aosp12/packages/apps/Camera2/src/com/android/camera/widget/
H A DAnimationEffects.java33 public abstract void setSize(int width, int height); in setSize() method in AnimationEffects
/aosp12/packages/apps/Settings/src/com/android/settings/widget/
H A DChartAxis.java31 public boolean setSize(float size); in setSize() method
H A DInvertedChartAxis.java39 public boolean setSize(float size) { in setSize() method in InvertedChartAxis
/aosp12/art/tools/dexfuzz/src/dexfuzz/rawdex/
H A DStringDataItem.java69 public void setSize(int size) { in setSize() method in StringDataItem
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/main/java/com/android/car/ui/recyclerview/
H A DCarUiLinearLayoutStyle.java99 public void setSize(int size) { in setSize() method in CarUiLinearLayoutStyle
H A DCarUiGridLayoutStyle.java117 public void setSize(int size) { in setSize() method in CarUiGridLayoutStyle
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
H A DStoragePreference.java53 public void setSize(long size) { in setSize() method in StoragePreference
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DColorTexture.java49 public void setSize(int width, int height) { in setSize() method in ColorTexture
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h114 void setSize(SizeType pSize) { in setSize() function
/aosp12/frameworks/native/services/surfaceflinger/
H A DBufferStateLayer.h78 bool setSize(uint32_t /*w*/, uint32_t /*h*/) override { return false; } in setSize() function
H A DSurfaceTracing.h102 void setSize(size_t newSize) { mSizeInBytes = newSize; } in setSize() function
/aosp12/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h54 bool setSize(int width, int height) { in setSize() function
H A DLayer.h52 void setSize(uint32_t width, uint32_t height) { mWidth = width; mHeight = height; } in setSize() function
/aosp12/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java114 void setSize(int width, int height) { in setSize() method in HardwareCanvasSurfaceViewActivity.RenderingThread
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/util/io/
H A DFakeBasicFileAttributes.java117 public FakeBasicFileAttributes setSize(long size) { in setSize() method in FakeBasicFileAttributes
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DHybridConversationNotificationView.java136 private static void setSize(View view, int size) { in setSize() method in HybridConversationNotificationView
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DCameraPreview.java53 public void setSize(final Camera.Size size, final int orientation) { in setSize() method in CameraPreview
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DSurfaceTextureScreenNail.java85 public void setSize(int width, int height) { in setSize() method in SurfaceTextureScreenNail
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
H A Ddbstabsmooth.h129 inline void setSize(int hsize, int vsize) { f_hsize = hsize; f_vsize = vsize; } in setSize() function
/aosp12/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/
H A DCameraPreview.java76 public void setSize(final Camera.Size size, final int orientation) { in setSize() method in CameraPreview
/aosp12/packages/apps/Settings/src/com/android/settings/deviceinfo/storage/
H A DSecondaryUserController.java156 public void setSize(long size) { in setSize() method in SecondaryUserController
/aosp12/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java37 public abstract void setSize(int width, int height); in setSize() method
H A DBasicTexture.java75 public void setSize(int width, int height) { in setSize() method in BasicTexture

1234