Searched refs:setSize (Results 1 - 25 of 149) sorted by relevance

123456

/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/compile/mclinker/lib/Target/
H A DGOT.cpp39 m_Section.setSize(offset);
/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/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);
H A DSwipeRefreshLayoutTest.java115 onView(withId(R.id.swipe_refresh)).perform(SwipeRefreshLayoutActions.setSize(SwipeRefreshLayout.LARGE));
118 onView(withId(R.id.swipe_refresh)).perform(SwipeRefreshLayoutActions.setSize(SwipeRefreshLayout.DEFAULT));
121 onView(withId(R.id.swipe_refresh)).perform(SwipeRefreshLayoutActions.setSize(SwipeRefreshLayout.DEFAULT));
122 onView(withId(R.id.swipe_refresh)).perform(SwipeRefreshLayoutActions.setSize(INVALID_SIZE));
/frameworks/base/libs/hwui/
H A DVkLayer.h43 void setSize(uint32_t width, uint32_t height) override {
H A DGlLayer.h42 void setSize(uint32_t width, uint32_t height) override {
H A DLayer.h56 virtual void setSize(uint32_t width, uint32_t height) = 0;
H A DDeferredLayerUpdater.h53 ANDROID_API bool setSize(int width, int height) { function in class:android::uirenderer::DeferredLayerUpdater
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
H A DRawTexture.java31 setSize(width, height);
H A DBasicTexture.java78 public void setSize(int width, int height) { method in class:BasicTexture
/frameworks/compile/mclinker/unittests/
H A DStaticResolverTest.cpp74 new_sym->setSize(0);
76 old_sym->setSize(1);
101 new_sym->setSize(0);
103 old_sym->setSize(1);
128 new_sym->setSize(0);
130 old_sym->setSize(1);
150 new_sym->setSize(0);
151 old_sym->setSize(1);
178 new_sym->setSize(0);
180 old_sym->setSize(
[all...]
/frameworks/native/cmds/dumpstate/
H A DDumpstateSectionReporter.h34 * sectionReporter.setSize(5000);
48 void setSize(int size) { function in class:android::os::dumpstate::DumpstateSectionReporter
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSymbol.h114 void setSize(SizeType pSize) { function in class:mcld::LDSymbol
116 m_pResolveInfo->setSize(pSize);
/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/base/services/core/java/com/android/server/wm/
H A DStrictModeFlash.java49 .setSize(1, 1)
125 mSurfaceControl.setSize(dw, dh);
/frameworks/base/libs/hwui/tests/unit/
H A DDeferredLayerUpdaterTests.cpp30 layerUpdater->setSize(100, 100);
/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/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/lib/LD/
H A DNamePool.cpp49 (*result)->setSize(pSize);
86 new_symbol->setSize(pSize);
H A DDebugString.cpp63 m_pSection->setSize(size);
/frameworks/base/core/jni/
H A Dandroid_view_TextureLayer.cpp47 changed |= layer->setSize(width, height);
/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/services/tests/servicestests/src/com/android/server/wm/
H A DDimmerTests.java160 verify(mTransaction).setSize(getDimLayer(), width, height);
250 verify(mTransaction).setSize(dimLayer, bounds.width(), bounds.height());
255 verify(mTransaction).setSize(dimLayer, bounds.width(), bounds.height());
/frameworks/av/packages/MediaComponents/src/com/android/widget/
H A DSubtitleView.java123 mSubtitleWidget.setSize(width, height);

Completed in 507 milliseconds

123456