Searched refs:mForeground (Results 1 – 3 of 3) sorted by relevance
102 private @Nullable Drawable mForeground; field in ClipIconView234 mForeground.setBounds(sTmpRect); in update()236 mForeground.setAlpha(fgIconAlpha); in update()287 mForeground = foreground; in setIcon()298 mForeground.setBounds(mFinalDrawableBounds); in setIcon()362 if (mForeground != null) { in draw()365 mForeground.draw(canvas); in draw()374 mForeground = null; in recycle()
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()
198 private boolean mForeground; field in VoicemailSettingsActivity255 mForeground = true; in onResume()319 mForeground = false; in onPause()638 if (mForeground) { in showDialogIfForeground()