Searched refs:mIsNoOp (Results 1 – 1 of 1) sorted by relevance
162 if (eventEntry.mCompoundString.mIsNoOp) { in dump()258 private final boolean mIsNoOp; field in ActiveGestureLog.CompoundString265 mIsNoOp = substring == null; in CompoundString()266 mSubstrings = mIsNoOp ? null : new ArrayList<>(); in CompoundString()267 mArgs = mIsNoOp ? null : new ArrayList<>(); in CompoundString()269 if (!mIsNoOp) { in CompoundString()275 if (mIsNoOp || substring.mIsNoOp) { in append()285 if (mIsNoOp) { in append()294 if (mIsNoOp) { in append()303 if (mIsNoOp) { in append()[all …]