Home | History | Annotate | Download | only in wm

Lines Matching refs:toks

9449                 String[] toks = line.split("%");
9450 if (toks != null && toks.length > 0) {
9451 mWatermark = new Watermark(mRealDisplayMetrics, mFxSession, toks);