Home
last modified time | relevance | path

Searched defs:reconfigure (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowBitmap.java624 protected void reconfigure(int width, int height, Bitmap.Config config) { in reconfigure() method in ShadowBitmap
/external/python/cpython3/Lib/
D_pyio.py2058 def reconfigure(self, *, member in TextIOWrapper