Searched refs:applyParams (Results 1 – 2 of 2) sorted by relevance
63 applyParams(t, surfaceParams, mTmpFloat9); in scheduleApply()73 public static void applyParams(TransactionCompat t, SurfaceParams params) { in applyParams() method in SyncRtSurfaceTransactionApplier74 applyParams(t.mTransaction, params, t.mTmpValues); in applyParams()77 private static void applyParams(Transaction t, SurfaceParams params, float[] tmpFloat9) { in applyParams() method in SyncRtSurfaceTransactionApplier
404 TextLinksParams applyParams = new TextLinksParams.Builder() in addLinkifiedTextToTextView() local407 applyParams.apply(content, links); in addLinkifiedTextToTextView()