Searched refs:mSlice (Results 1 – 3 of 3) sorted by relevance
44 private final @NonNull Slice mSlice; field in InlinePresentation69 List<String> hints = mSlice.getHints(); in getAutofillHints()108 this.mSlice = slice; in InlinePresentation()110 NonNull.class, null, mSlice); in InlinePresentation()124 return mSlice; in getSlice()155 "slice = " + mSlice + ", " + in toString()174 && java.util.Objects.equals(mSlice, that.mSlice) in equals()186 _hash = 31 * _hash + java.util.Objects.hashCode(mSlice); in hashCode()201 dest.writeTypedObject(mSlice, flags); in writeToParcel()221 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()
112 private Slice mSlice; field in KeyguardSliceView203 if (mSlice == null) { in showSlice()215 ListContent lc = new ListContent(getContext(), mSlice); in showSlice()348 mSlice = slice; in onChanged()427 pw.println(" mSlice: " + mSlice); in dump()