/packages/apps/VideoEditor/src/com/android/videoeditor/util/ |
D | ImageUtils.java | 306 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/ |
D | BubbleTextView.java | 277 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/ |
D | backdropper.graph | 53 @filter MediaSource background { 86 @connect background[video] => replacer[background];
|
/packages/apps/Camera/res/raw/ |
D | backdropper.graph | 53 @filter MediaSource background { 88 @connect background[video] => replacer[background];
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardView.java | 427 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/ |
D | ProgressBar.java | 314 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/ |
D | CellBroadcastListItem.java | 66 Drawable background = message.isRead() ? in bind() local 70 setBackground(background); in bind()
|
/packages/apps/SoundRecorder/src/com/android/soundrecorder/ |
D | VUMeter.java | 53 Drawable background = context.getResources().getDrawable(R.drawable.vumeter); in init() local 54 setBackgroundDrawable(background); in init()
|
/packages/apps/Email/src/com/android/email/ |
D | GroupMessagingListener.java | 191 boolean background) { in loadAttachmentFailed() argument 193 l.loadAttachmentFailed(accountId, messageId, attachmentId, me, background); in loadAttachmentFailed()
|
D | MessagingListener.java | 111 boolean background) { in loadAttachmentFailed() argument
|
D | Controller.java | 1517 MessagingException me, boolean background) { 1538 listener.loadAttachmentCallback(background ? null : me, accountId, messageId, 1809 public void loadAttachment(long attachmentId, boolean background) 1839 attachmentId, legacyListener, background);
|
D | MessagingController.java | 1910 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/ |
D | IEmailService.aidl | 32 oneway void loadAttachment(long attachmentId, boolean background); in loadAttachment() argument
|
D | EmailServiceProxy.java | 140 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/ |
D | ConversationListItem.java | 234 Drawable background = mContext.getResources().getDrawable(backgroundId); in updateBackground() local 235 setBackground(background); in updateBackground()
|
/packages/apps/Email/src/com/android/email/service/ |
D | EmailServiceUtils.java | 107 public void loadAttachment(long attachmentId, boolean background) throws RemoteException { in loadAttachment() argument
|
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis4/ |
D | Visualization4RS.java | 111 mTextures[0] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.background); in createScript()
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
D | FloatingChildLayout.java | 114 public void setBackground(Drawable background) { in setBackground() argument
|
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/ |
D | GlowPadView.java | 735 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/ |
D | Visualization5RS.java | 169 mTextures[0] = Allocation.createFromBitmapResource(mRS, mResources, R.drawable.background, in createScript()
|
/packages/apps/Settings/src/com/android/settings/applications/ |
D | RunningState.java | 587 boolean update(Context context, boolean background) { in update() argument 588 mBackground = background; in update()
|
/packages/apps/Phone/src/com/android/phone/ |
D | PhoneUtils.java | 408 static boolean hangupHoldingCall(Call background) { in hangupHoldingCall() argument 410 return hangup(background); in hangupHoldingCall()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/ |
D | ExchangeService.java | 427 public void loadAttachment(long attachmentId, boolean background) throws RemoteException {
|
/packages/apps/LegacyCamera/jni/feature_stab/doc/ |
D | dbreg_API_doxyfile | 1533 # background. This is disabled by default, because dot on Windows does not
|
/packages/apps/Camera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1533 # background. This is disabled by default, because dot on Windows does not
|