Searched refs:mLastFormat (Results 1 – 6 of 6) sorted by relevance
36 private FrameFormat mLastFormat = null; field in ToRGBAFilter65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return; in createProgram()66 mLastFormat = format; in createProgram()
36 private FrameFormat mLastFormat = null; field in ToRGBFilter65 if (mLastFormat != null && mLastFormat.getBytesPerSample() == mInputBPP) return; in createProgram()66 mLastFormat = format; in createProgram()
38 private FrameFormat mLastFormat = null; field in CropFilter89 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()90 mLastFormat = format; in createProgram()
48 private FrameFormat mLastFormat = null; field in ResizeFilter69 if (mLastFormat != null && mLastFormat.getTarget() == format.getTarget()) return; in createProgram()70 mLastFormat = format; in createProgram()
78 DateFormat mLastFormat; field in DateTimeView215 if (display == mLastDisplay && mLastFormat != null) { in update()217 format = mLastFormat; in update()229 mLastFormat = format; in update()363 mLastFormat = null; in clearFormatAndUpdate()
66041 Landroid/widget/DateTimeView;->mLastFormat:Ljava/text/DateFormat;