Mark some trivial view-related methods as inline.

The lambdas were creating anonymous types at the callsite already. They were then wrapped in a Runnable inside the method before being posted. By inling and changing the lambda to crossinline, the anonymous type becomes itself a Runnable which can be posted directly.
2 files changed
tree: d2e31ce340868caf0efe19aa6cae0104d23e4339
  1. core/