Home
last modified time | relevance | path

Searched refs:background (Results 1 – 25 of 27) sorted by relevance

12

/packages/apps/VideoEditor/src/com/android/videoeditor/util/
DImageUtils.java306 final Drawable background = context.getResources().getDrawable(drawableId); in drawCenterOverlay() local
307 background.setBounds(INSET, startHeight, width - INSET, in drawCenterOverlay()
309 background.draw(canvas); in drawCenterOverlay()
349 final Drawable background = context.getResources().getDrawable(drawableId); in drawBottomOverlay() local
350 background.setBounds(INSET, startHeight, width - INSET, height - INSET); in drawBottomOverlay()
351 background.draw(canvas); in drawBottomOverlay()
427 final Drawable background = context.getResources().getDrawable(drawableId); in drawOverlayPreview() local
428 background.setBounds(startX + INSET, startHeight, startX + width - INSET, in drawOverlayPreview()
430 background.draw(canvas); in drawOverlayPreview()
/packages/apps/Launcher2/src/com/android/launcher2/
DBubbleTextView.java277 final Drawable background = mBackground; in draw() local
278 if (background != null) { in draw()
283 background.setBounds(0, 0, getRight() - getLeft(), getBottom() - getTop()); in draw()
288 background.draw(canvas); in draw()
291 background.draw(canvas); in draw()
/packages/apps/LegacyCamera/res/raw/
Dbackdropper.graph53 @filter MediaSource background {
86 @connect background[video] => replacer[background];
/packages/apps/Camera/res/raw/
Dbackdropper.graph53 @filter MediaSource background {
88 @connect background[video] => replacer[background];
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardView.java427 final Drawable background = getBackground(); in onDrawKeyboard() local
428 if (background != null) { in onDrawKeyboard()
429 background.draw(canvas); in onDrawKeyboard()
501 final Drawable background = mKeyBackground; in onDrawKeyBackground() local
502 background.setState(drawableState); in onDrawKeyBackground()
503 final Rect bounds = background.getBounds(); in onDrawKeyBackground()
505 background.setBounds(0, 0, bgWidth, bgHeight); in onDrawKeyBackground()
508 background.draw(canvas); in onDrawKeyBackground()
900 final Drawable background = previewText.getBackground(); in showKeyPreview() local
901 if (background != null) { in showKeyPreview()
[all …]
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
DProgressBar.java314 LayerDrawable background = (LayerDrawable) drawable; in tileify() local
315 final int N = background.getNumberOfLayers(); in tileify()
319 int id = background.getId(i); in tileify()
320 outDrawables[i] = tileify(background.getDrawable(i), in tileify()
327 newBg.setId(i, background.getId(i)); in tileify()
372 AnimationDrawable background = (AnimationDrawable) drawable; in tileifyIndeterminate() local
373 final int N = background.getNumberOfFrames(); in tileifyIndeterminate()
375 newBg.setOneShot(background.isOneShot()); in tileifyIndeterminate()
378 Drawable frame = tileify(background.getFrame(i), true); in tileifyIndeterminate()
380 newBg.addFrame(frame, background.getDuration(i)); in tileifyIndeterminate()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastListItem.java66 Drawable background = message.isRead() ? in bind() local
70 setBackground(background); in bind()
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
DVUMeter.java53 Drawable background = context.getResources().getDrawable(R.drawable.vumeter); in init() local
54 setBackgroundDrawable(background); in init()
/packages/apps/Email/src/com/android/email/
DGroupMessagingListener.java191 boolean background) { in loadAttachmentFailed() argument
193 l.loadAttachmentFailed(accountId, messageId, attachmentId, me, background); in loadAttachmentFailed()
DMessagingListener.java111 boolean background) { in loadAttachmentFailed() argument
DController.java1517 MessagingException me, boolean background) {
1538 listener.loadAttachmentCallback(background ? null : me, accountId, messageId,
1809 public void loadAttachment(long attachmentId, boolean background)
1839 attachmentId, legacyListener, background);
DMessagingController.java1910 final long attachmentId, MessagingListener listener, final boolean background) { in loadAttachment() argument
1922 background); in loadAttachment()
1941 background); in loadAttachment()
1996 accountId, messageId, attachmentId, me, background); in loadAttachment()
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
DIEmailService.aidl32 oneway void loadAttachment(long attachmentId, boolean background); in loadAttachment() argument
DEmailServiceProxy.java140 public void loadAttachment(final long attachmentId, final boolean background) in loadAttachment() argument
147 mService.loadAttachment(attachmentId, background); in loadAttachment()
/packages/apps/Mms/src/com/android/mms/ui/
DConversationListItem.java234 Drawable background = mContext.getResources().getDrawable(backgroundId); in updateBackground() local
235 setBackground(background); in updateBackground()
/packages/apps/Email/src/com/android/email/service/
DEmailServiceUtils.java107 public void loadAttachment(long attachmentId, boolean background) throws RemoteException { in loadAttachment() argument
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/
DVisualization4RS.java111 mTextures[0] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.background); in createScript()
/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java114 public void setBackground(Drawable background) { in setBackground() argument
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
DGlowPadView.java735 final Drawable background = getBackground(); in startBackgroundAnimation() local
736 if (mAlwaysTrackFinger && background != null) { in startBackgroundAnimation()
740 mBackgroundAnimator = Tweener.to(background, duration, in startBackgroundAnimation()
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
DVisualization5RS.java169 mTextures[0] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.background, in createScript()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java587 boolean update(Context context, boolean background) { in update() argument
588 mBackground = background; in update()
/packages/apps/Phone/src/com/android/phone/
DPhoneUtils.java408 static boolean hangupHoldingCall(Call background) { in hangupHoldingCall() argument
410 return hangup(background); in hangupHoldingCall()
/packages/apps/Exchange/exchange2/src/com/android/exchange/
DExchangeService.java427 public void loadAttachment(long attachmentId, boolean background) throws RemoteException {
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1533 # background. This is disabled by default, because dot on Windows does not
/packages/apps/Camera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1533 # background. This is disabled by default, because dot on Windows does not

12