Searched defs:context (Results 1 – 9 of 9) sorted by relevance
24 val context = InstrumentationRegistry.getInstrumentation().targetContext.applicationContext in loadBitmap() constant
44 public Layout(@Nullable Context context, @Nullable AttributeSet attrs) { in Layout()
57 val context = LocalContext.current in DialogScreen() constant
84 Context context = ApplicationProvider.getApplicationContext(); in launchTestActivity() local
168 Context context = ApplicationProvider.getApplicationContext(); in getDisplayIds() local
25 internal class AppManager(private val context: Context) { constant in androidx.test.uiautomator.internal.AppManager
141 val context = InstrumentationRegistry.getInstrumentation().targetContext.applicationContext in fetchExpectedImage() constant
321 Context context = getUiContext(Display.DEFAULT_DISPLAY); in getDisplaySizeDp() local1450 Context context = mUiContexts.get(displayId); in getUiContext() local1563 static Context createWindowContext(Context context, Display display) { in createWindowContext()
88 Context context = instrumentation.getContext(); in GestureController() local