Searched refs:mForeground (Results 1 – 5 of 5) sorted by relevance
49 private Drawable mForeground; field in CardContent.CardBackgroundImage52 mForeground = foreground; in CardBackgroundImage()67 return mForeground; in getForeground()
99 private boolean mForeground; field in DvrRecordingService166 if (mForeground && !mIsRecording) { in stopForegroundIfNotRecordingInternal()172 if (!mForeground || hasUpcomingRecording) { in startForeground()174 mForeground = true; in startForeground()181 mForeground = false; in stopForeground()
64 private @Nullable Drawable mForeground; field in ClipIconView201 mForeground.setBounds(sTmpRect); in update()244 mForeground = foreground; in setIcon()255 mForeground.setBounds(mFinalDrawableBounds); in setIcon()320 if (mForeground != null) { in draw()321 mForeground.draw(canvas); in draw()342 mForeground = null; in recycle()
348 private final LayerDrawable mForeground; field in ClockDrawableWrapper.ClockIconDrawable356 mForeground = (LayerDrawable) mFullDrawable.getForeground(); in ClockIconDrawable()374 mInfo.animInfo.applyTime(mTime, mForeground); in drawInternal()379 mForeground.draw(canvas); in drawInternal()397 if (mInfo.animInfo.applyTime(mTime, mForeground)) { in run()
203 private boolean mForeground; field in VoicemailSettingsActivity273 mForeground = true; in onResume()338 mForeground = false; in onPause()668 if (mForeground) { in showDialogIfForeground()