Searched refs:newContext (Results 1 – 2 of 2) sorted by relevance
462 public MockLayoutInflater(LayoutInflater original, Context newContext) { in MockLayoutInflater() argument463 super(original, newContext); in MockLayoutInflater()473 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument489 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
337 final ContentCaptureContext newContext = newContentCaptureContext(); in testSimpleLifecycle_changeContextOnCreate() local341 Log.i(TAG, "Setting root view (" + rootView + ") context to " + newContext); in testSimpleLifecycle_changeContextOnCreate()342 mainSession.setContentCaptureContext(newContext); in testSimpleLifecycle_changeContextOnCreate()892 final Context newContext = activity.createContext(new ContextParams.Builder().build()); in testViewAppeared_withNewContext() local893 final TextView child = newImportantView(newContext, "Important I am"); in testViewAppeared_withNewContext()