/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/ |
H A D | NavigationBar.java | 82 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 D | GOT.cpp | 39 m_Section.setSize(offset);
|
/frameworks/support/compat/src/main/java/androidx/core/widget/ |
H A D | EdgeEffectCompat.java | 57 * @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 D | SwipeRefreshLayoutActions.java | 54 public static ViewAction setSize(final int size) { method in class:SwipeRefreshLayoutActions 71 swipeRefreshLayout.setSize(size);
|
H A D | SwipeRefreshLayoutTest.java | 115 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 D | VkLayer.h | 43 void setSize(uint32_t width, uint32_t height) override {
|
H A D | GlLayer.h | 42 void setSize(uint32_t width, uint32_t height) override {
|
H A D | Layer.h | 56 virtual void setSize(uint32_t width, uint32_t height) = 0;
|
H A D | DeferredLayerUpdater.h | 53 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 D | RawTexture.java | 31 setSize(width, height);
|
H A D | BasicTexture.java | 78 public void setSize(int width, int height) { method in class:BasicTexture
|
/frameworks/compile/mclinker/unittests/ |
H A D | StaticResolverTest.cpp | 74 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 D | DumpstateSectionReporter.h | 34 * sectionReporter.setSize(5000); 48 void setSize(int size) { function in class:android::os::dumpstate::DumpstateSectionReporter
|
/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | LDSymbol.h | 114 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 D | TransactionCompat.java | 55 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 D | StrictModeFlash.java | 49 .setSize(1, 1) 125 mSurfaceControl.setSize(dw, dh);
|
/frameworks/base/libs/hwui/tests/unit/ |
H A D | DeferredLayerUpdaterTests.cpp | 30 layerUpdater->setSize(100, 100);
|
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/ |
H A D | ConfigGenerator.java | 77 .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 D | HardwareCanvasSurfaceViewActivity.java | 97 mThread.setSize(width, height); 114 void setSize(int width, int height) { method in class:HardwareCanvasSurfaceViewActivity.RenderingThread
|
/frameworks/compile/mclinker/lib/LD/ |
H A D | NamePool.cpp | 49 (*result)->setSize(pSize); 86 new_symbol->setSize(pSize);
|
H A D | DebugString.cpp | 63 m_pSection->setSize(size);
|
/frameworks/base/core/jni/ |
H A D | android_view_TextureLayer.cpp | 47 changed |= layer->setSize(width, height);
|
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 69 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 D | DimmerTests.java | 160 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 D | SubtitleView.java | 123 mSubtitleWidget.setSize(width, height);
|