Searched refs:mForeground (Results 1 – 3 of 3) sorted by relevance
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()
140 private @Nullable Drawable mForeground; field in FloatingIconView275 mForeground.setBounds(sTmpRect); in update()469 mForeground = foreground; in setIcon()481 mForeground.setBounds(mFinalDrawableBounds); in setIcon()496 if (mForeground instanceof ShiftedBitmapDrawable) { in setIcon()497 ShiftedBitmapDrawable sbd = (ShiftedBitmapDrawable) mForeground; in setIcon()647 if (mForeground != null) { in draw()650 mForeground.draw(canvas); in draw()853 mForeground = null; in recycle()
197 private boolean mForeground; field in VoicemailSettingsActivity250 mForeground = true; in onResume()320 mForeground = false; in onPause()639 if (mForeground) { in showDialogIfForeground()