Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/homescreen/ui/
DCardContent.java49 private Drawable mForeground; field in CardContent.CardBackgroundImage
52 mForeground = foreground; in CardBackgroundImage()
67 return mForeground; in getForeground()
/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/apps/Launcher3/src/com/android/launcher3/views/
DClipIconView.java64 private @Nullable Drawable mForeground; field in ClipIconView
201 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()
/packages/modules/Permission/PermissionController/iconloaderlib/src/com/android/launcher3/icons/
DClockDrawableWrapper.java348 private final LayerDrawable mForeground; field in ClockDrawableWrapper.ClockIconDrawable
356 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()
/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailSettingsActivity.java203 private boolean mForeground; field in VoicemailSettingsActivity
273 mForeground = true; in onResume()
338 mForeground = false; in onPause()
668 if (mForeground) { in showDialogIfForeground()