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

123456

/frameworks/base/tools/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/java/android/support/v4/widget/
H A DEdgeEffectCompat.java80 * @deprecated Use {@link EdgeEffect#setSize(int, int)} directly.
83 public void setSize(int width, int height) { method in class:EdgeEffectCompat
84 mEdgeEffect.setSize(width, height);
/frameworks/support/core-ui/tests/java/android/support/v4/widget/
H A DSwipeRefreshLayoutActions.java54 public static ViewAction setSize(final int size) { method in class:SwipeRefreshLayoutActions
71 swipeRefreshLayout.setSize(size);
H A DSwipeRefreshLayoutTest.java23 import static android.support.v4.widget.SwipeRefreshLayoutActions.setSize;
115 onView(withId(R.id.swipe_refresh)).perform(setSize(SwipeRefreshLayout.LARGE));
118 onView(withId(R.id.swipe_refresh)).perform(setSize(SwipeRefreshLayout.DEFAULT));
121 onView(withId(R.id.swipe_refresh)).perform(setSize(SwipeRefreshLayout.DEFAULT));
122 onView(withId(R.id.swipe_refresh)).perform(setSize(INVALID_SIZE));
/frameworks/base/libs/hwui/
H A DVkLayer.h47 void setSize(uint32_t width, uint32_t height) override {
H A DGlLayer.h46 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.h51 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
H A DGLCanvas.java38 public abstract void setSize(int width, int height); method in interface:GLCanvas
/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/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/libs/hwui/tests/unit/
H A DDeferredLayerUpdaterTests.cpp30 layerUpdater->setSize(100, 100);
/frameworks/base/tools/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)
293 public ConfigGenerator setSize(ScreenSize size) { method in class:ConfigGenerator
/frameworks/native/services/surfaceflinger/tests/
H A DTransaction_test.cpp243 ASSERT_EQ(NO_ERROR, mFGSurfaceControl->setSize(128, 128));
501 mFGSurfaceControl->setSize(64, 64);
518 mFGSurfaceControl->setSize(32, 32);
536 mFGSurfaceControl->setSize(32, 32);
575 mFGSurfaceControl->setSize(128, 128);
584 mFGSurfaceControl->setSize(128, 128);
600 mFGSurfaceControl->setSize(128, 128);
609 mFGSurfaceControl->setSize(128, 128);
627 mFGSurfaceControl->setSize(128, 128);
640 mFGSurfaceControl->setSize(12
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteSurfaceTrace.java79 public void setSize(int w, int h) { method in class:RemoteSurfaceTrace
81 super.setSize(w, h);
H A DStrictModeFlash.java115 mSurfaceControl.setSize(dw, dh);
/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/support/design/tests/src/android/support/design/testutils/
H A DFloatingActionButtonActions.java86 public static ViewAction setSize(@FloatingActionButton.Size final int size) { method in class:FloatingActionButtonActions
103 fab.setSize(size);
/frameworks/base/core/jni/
H A Dandroid_view_HardwareLayer.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

Completed in 6100 milliseconds

123456