Searched refs:background (Results 26 - 42 of 42) sorted by relevance

12

/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceProxy.java106 * non-background loading. The service MUST use the loadAttachmentStatus callback when
113 * @param background whether or not this request corresponds to a background action (i.e.
118 final long attachmentId, final boolean background)
124 mService.loadAttachment(cb, accountId, attachmentId, background);
117 loadAttachment(final IEmailServiceCallback cb, final long accountId, final long attachmentId, final boolean background) argument
/packages/apps/Messaging/src/com/android/messaging/
H A DBugleApplication.java185 final boolean background = getMainLooper().getThread() != thread;
186 if (background) {
187 LogUtil.e(TAG, "Uncaught exception in background thread " + thread, ex);
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DCallAudioModeStateMachineTest.java443 "Ringing call disconnects with a holding call in the background",
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKey.java150 /** Background type that represents different key background visual than normal one. */
985 * Returns the background drawable for the key, based on the current state and type of the key.
986 * @return the background drawable of the key.
993 final Drawable background;
995 background = functionalKeyBackground;
997 background = spacebarBackground;
999 background = keyBackground;
1002 background.setState(state);
1003 return background;
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramItemView.java160 Drawable background = getBackground();
162 setProgress(background, R.id.reverse_progress, MAX_PROGRESS - progress);
/packages/apps/TV/src/com/android/tv/recommendation/
H A DNotificationService.java457 private Bitmap overlayChannelLogo(Bitmap logo, Bitmap background) { argument
459 background, Integer.MAX_VALUE, mCardImageHeight);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java210 /** The resource id of the color to use to override the background. */
747 Utils.traceBeginSection("set background resource");
955 // the background is dark blue for activated versus gray for non-activated.
1347 * Set the background for this item based on:
1348 * 1. Read / Unread (unread messages have a lighter background)
1354 final int background;
1356 background = mBackgroundOverrideResId;
1358 background = R.drawable.conversation_item_background;
1360 setBackgroundResource(background);
1410 // We update the background afte
[all...]
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailServiceStub.java124 final long attachmentId, final boolean background) throws RemoteException {
123 loadAttachment(final IEmailServiceCallback cb, final long accountId, final long attachmentId, final boolean background) argument
H A DPop3Service.java81 final long attachmentId, final boolean background) throws RemoteException {
H A DEmailServiceUtils.java83 * no background thread that happens to be running will continue, possibly hitting an
87 * be a lot cleaner if our background services could handle this without crashing.
702 final long attachmentId, final boolean background) throws RemoteException {
701 loadAttachment(final IEmailServiceCallback cb, final long accountId, final long attachmentId, final boolean background) argument
/packages/services/Car/car-ui-provider/src/android/car/ui/provider/
H A DCarUiEntry.java189 ImageView bg = (ImageView) mContentView.findViewById(R.id.background);
324 // set background color of mSearchBox to get rid of the animation artifact in b/23767062
/packages/apps/Launcher3/src/com/android/launcher3/
H A DCellLayout.java396 public void setPressedIcon(BubbleTextView icon, Bitmap background) { argument
397 if (icon == null || background == null) {
401 if (mTouchFeedbackView.setBitmap(background)) {
463 // a neighboring page) or with just a normal background (if backgroundAlpha > 0.0f)
465 // a drag). However, we also drag the mini hover background *over* one of those two
865 // Expand the background drawing bounds by the padding baked into the background drawable
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java98 // 60% opaque black background.
1116 * Sets the alpha on the list background. This is called whenever the list
1117 * is scrolling or animating, so that background can adjust its dimness.
1119 * @param alpha new alpha to be applied on list background color
1124 // Change alpha on the background color.
1127 // Set new color to list background.
1669 * When visible width of list is changed, the background of the list needs
1677 // background should be 50% transparent.
1689 * Gets called when UI elements such as background and gear icon need to adjust
2098 * Sets the bitmap to be drawn in the background an
2104 setBackground(Bitmap background, RectF drawArea) argument
[all...]
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningState.java202 // background update thread and the UI thread.
633 boolean update(Context context, boolean background) { argument
634 mBackground = background;
1380 // The background items have changed; we need to re-build the
1386 // We now need to re-build the per-user list so that background
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java307 * <li>Else if there's a background call, hang that up.
326 log("hangup(): hanging up background call");
366 static boolean hangupHoldingCall(Call background) { argument
368 return hangup(background);
410 // handle foreground call hangup while there is background call
711 // multiple background calls, for now, always act on the first background call.
716 * @param heldCall is the background call want to be swapped
1955 // for background holding calls may do.
/packages/apps/TV/src/com/android/tv/menu/
H A DPlayControlsRowView.java174 mBackgroundView = findViewById(R.id.background);
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DPhotoTable.java173 mBackground = (ViewGroup) findViewById(R.id.background);

Completed in 4808 milliseconds

12