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()
66 private @Nullable Drawable mForeground; field in ClipIconView207 mForeground.setBounds(sTmpRect); in update()250 mForeground = foreground; in setIcon()261 mForeground.setBounds(mFinalDrawableBounds); in setIcon()330 if (mForeground != null) { in draw()331 mForeground.draw(canvas); in draw()354 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()
202 private boolean mForeground; field in VoicemailSettingsActivity274 mForeground = true; in onResume()343 mForeground = false; in onPause()673 if (mForeground) { in showDialogIfForeground()