Searched defs:setSize (Results 1 - 25 of 39) sorted by relevance

12

/frameworks/support/swiperefreshlayout/src/androidTest/java/androidx/swiperefreshlayout/widget/
H A DSwipeRefreshLayoutActions.java54 public static ViewAction setSize(final int size) { method in class:SwipeRefreshLayoutActions
71 swipeRefreshLayout.setSize(size);
/frameworks/native/cmds/dumpstate/
H A DDumpstateSectionReporter.h34 * sectionReporter.setSize(5000);
48 void setSize(int size) { function in class:android::os::dumpstate::DumpstateSectionReporter
/frameworks/support/compat/src/main/java/androidx/core/widget/
H A DEdgeEffectCompat.java57 * @deprecated Use {@link EdgeEffect#setSize(int, int)} directly.
60 public void setSize(int width, int height) { method in class:EdgeEffectCompat
61 mEdgeEffect.setSize(width, height);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DHardwareCanvasSurfaceViewActivity.java97 mThread.setSize(width, height);
114 void setSize(int width, int height) { method in class:HardwareCanvasSurfaceViewActivity.RenderingThread
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h114 void setSize(SizeType pSize) { function in class:mcld::LDSymbol
116 m_pResolveInfo->setSize(pSize);
H A DLDSection.h120 void setSize(uint64_t size) { m_Size = size; } function in class:mcld::LDSection
H A DResolveInfo.h110 void setSize(SizeType pSize) { m_Size = pSize; } function in class:mcld::ResolveInfo
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h53 ANDROID_API bool setSize(int width, int height) { function in class:android::uirenderer::DeferredLayerUpdater
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
H A DTransactionCompat.java55 public TransactionCompat setSize(SurfaceControlCompat surfaceControl, int w, int h) { method in class:TransactionCompat
56 mTransaction.setSize(surfaceControl.mSurfaceControl, w, h);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DNavigationBar.java82 setSize(context, leftPadding, orientation, getSidePadding(sw));
83 setSize(context, rightPadding, orientation, getSidePadding(sw));
87 setSize(context, navButton, orientation, navButtonWidth);
90 setSize(context, getChildAt(2), orientation, 128);
91 setSize(context, getChildAt(4), orientation, 128);
95 private static void setSize(BridgeContext context, View view, int orientation, int size) { method in class:NavigationBar
/frameworks/support/media/src/main/java/androidx/media/subtitle/
H A DClosedCaptionWidget.java94 public void setSize(int width, int height) { method in class:ClosedCaptionWidget
H A DSubtitleTrack.java677 void setSize(int width, int height); method in interface:SubtitleTrack.RenderingWidget
/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java138 public void setSize(int width, int height) { method in class:EdgeEffect
350 * {@link #setSize(int, int) input size}.
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java78 public void setSize(int width, int height) { method in class:BasicTexture
H A DGLCanvas.java38 public abstract void setSize(int width, int height); method in interface:GLCanvas
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h68 static void setSize(size_t pSize) { m_Size = pSize; } function in class:mcld::Chunk
298 Chunk<DataType, 0>::setSize(pNum);
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java77 .setSize(ScreenSize.NORMAL)
92 .setSize(ScreenSize.LARGE)
107 .setSize(ScreenSize.XLARGE)
122 .setSize(ScreenSize.NORMAL)
137 .setSize(ScreenSize.LARGE)
292 public ConfigGenerator setSize(ScreenSize size) { method in class:ConfigGenerator
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java69 mRenderThread.setSize(width, height);
75 mRenderThread.setSize(width, height);
353 public void setSize(int width, int height) { method in class:BlockingGLTextureView.RenderThread
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DFrameManager.java123 public void setSize(int size) { method in class:FrameManager.BackingCache
294 mCache.setSize(bytes);
/frameworks/support/leanback/src/main/java/androidx/leanback/widget/
H A DWindowAlignment.java169 public final void setSize(int size) { method in class:WindowAlignment.Axis
/frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
H A DSubtitleTrack.java658 public void setSize(int width, int height); method in interface:SubtitleTrack.RenderingWidget
/frameworks/base/media/java/android/media/
H A DSubtitleTrack.java688 public void setSize(int width, int height); method in interface:SubtitleTrack.RenderingWidget
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java370 setSize(mOverlay.findViewById(R.id.left), sizeTop);
371 setSize(mOverlay.findViewById(R.id.right), sizeTop);
372 setSize(mBottomOverlay.findViewById(R.id.left), sizeBottom);
373 setSize(mBottomOverlay.findViewById(R.id.right), sizeBottom);
377 private void setSize(View view, int pixelSize) { method in class:ScreenDecorations
/frameworks/base/core/java/android/view/
H A DSurfaceView.java543 .setSize(mSurfaceWidth, mSurfaceHeight)
583 mSurfaceControl.setSize(mSurfaceWidth, mSurfaceHeight);
1140 public void setSize(int w, int h) { method in class:SurfaceView.SurfaceControlWithBackground
1141 super.setSize(w, h);
1142 mBackgroundControl.setSize(w, h);
/frameworks/base/core/java/com/android/internal/util/
H A DStateMachine.java570 * constructor or by calling setSize. The public interface also
573 * the last setSize, get which returns a record and
597 synchronized void setSize(int maxSize) { method in class:StateMachine.LogRecords
1487 mSmHandler.mLogRecords.setSize(maxSize);

Completed in 232 milliseconds

12