Searched refs:mSlice (Results 1 – 3 of 3) sorted by relevance
49 private final @NonNull Slice mSlice; field in InlinePresentation74 List<String> hints = mSlice.getHints(); in getAutofillHints()132 this.mSlice = slice; in InlinePresentation()134 NonNull.class, null, mSlice); in InlinePresentation()153 return mSlice; in getSlice()184 "slice = " + mSlice + ", " + in toString()203 && java.util.Objects.equals(mSlice, that.mSlice) in equals()215 _hash = 31 * _hash + java.util.Objects.hashCode(mSlice); in hashCode()230 dest.writeTypedObject(mSlice, flags); in writeToParcel()250 this.mSlice = slice; in InlinePresentation()[all …]
65 private int mSlice; field in BitmapMutateActivity.BitmapsView75 mSlice = mBitmap1.getWidth() / 3; in BitmapsView()95 color |= (int) ((0xff * ((i + mOffset) % mSlice) / (float) mSlice)) << in onDraw()96 mShifts[i / mSlice]; in onDraw()
71 private Slice mSlice; field in KeyguardSliceViewController91 mSlice = slice;232 pw.println(" mSlice: " + mSlice); in dump()