Home
last modified time | relevance | path

Searched refs:mForeground (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java102 private @Nullable Drawable mForeground; field in ClipIconView
234 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()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DDvrRecordingService.java99 private boolean mForeground; field in DvrRecordingService
166 if (mForeground && !mIsRecording) { in stopForegroundIfNotRecordingInternal()
172 if (!mForeground || hasUpcomingRecording) { in startForeground()
174 mForeground = true; in startForeground()
181 mForeground = false; in stopForeground()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java198 private boolean mForeground; field in VoicemailSettingsActivity
255 mForeground = true; in onResume()
319 mForeground = false; in onPause()
638 if (mForeground) { in showDialogIfForeground()