Searched refs:newContext (Results 1 – 2 of 2) sorted by relevance
460 public MockLayoutInflater(LayoutInflater original, Context newContext) { in MockLayoutInflater() argument461 super(original, newContext); in MockLayoutInflater()471 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument487 public LayoutInflater cloneInContext(Context newContext) { in cloneInContext() argument
335 final ContentCaptureContext newContext = newContentCaptureContext(); in testSimpleLifecycle_changeContextOnCreate() local339 Log.i(TAG, "Setting root view (" + rootView + ") context to " + newContext); in testSimpleLifecycle_changeContextOnCreate()340 mainSession.setContentCaptureContext(newContext); in testSimpleLifecycle_changeContextOnCreate()915 final Context newContext = activity.createContext(new ContextParams.Builder().build()); in testViewAppeared_withNewContext() local916 final TextView child = newImportantView(newContext, "Important I am"); in testViewAppeared_withNewContext()