Home
last modified time | relevance | path

Searched refs:bubble (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/
DReturnToCallController.java29 import com.android.bubble.Bubble;
30 import com.android.bubble.BubbleComponent;
31 import com.android.bubble.BubbleInfo;
32 import com.android.bubble.BubbleInfo.Action;
68 Bubble bubble; field in ReturnToCallController
134 if (bubble != null) { in hide()
135 bubble.hide(); in hide()
142 if (bubble == null) { in show()
143 bubble = startBubble(); in show()
145 bubble.show(); in show()
[all …]
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java185 public void setBubble(BubbleBarBubble bubble) { in setBubble() argument
186 mBubble = bubble; in setBubble()
187 mBubbleIcon.setImageBitmap(bubble.getIcon()); in setBubble()
188 mAppIcon.setImageBitmap(bubble.getBadge()); in setBubble()
189 mDotColor = bubble.getDotColor(); in setBubble()
190 mDotRenderer = new DotRenderer(mBubbleSize, bubble.getDotPath(), DEFAULT_PATH_SIZE); in setBubble()
191 String contentDesc = bubble.getInfo().getTitle(); in setBubble()
195 String appName = bubble.getInfo().getAppName(); in setBubble()
238 BubbleBarBubble bubble = (BubbleBarBubble) mBubble; in updateBadgeVisibility() local
239 Bitmap appBadgeBitmap = bubble.getBadge(); in updateBadgeVisibility()
[all …]
DBubbleBarViewController.java142 BubbleBarItem bubble = ((BubbleView) v).getBubble(); in onBubbleClicked() local
143 if (bubble == null) { in onBubbleClicked()
148 if (mBarView.isExpanded() && Objects.equals(bubble.getKey(), currentlySelected)) { in onBubbleClicked()
153 mBubbleBarController.showAndSelectBubble(bubble); in onBubbleClicked()
411 if (suppressAnimation || !(b instanceof BubbleBarBubble bubble)) { in addBubble()
422 animateBubbleNotification(bubble, isExpanding); in addBubble()
429 public void animateBubbleNotification(BubbleBarBubble bubble, boolean isExpanding) { in animateBubbleNotification() argument
434 mBubbleBarViewAnimator.animateToInitialState(bubble, isInApp, isExpanding); in animateBubbleNotification()
440 mBubbleBarViewAnimator.animateBubbleInForStashed(bubble); in animateBubbleNotification()
557 public void onDismissBubbleWhileDragging(@NonNull BubbleBarItem bubble) { in onDismissBubbleWhileDragging() argument
[all …]
DBubbleBarController.java328 BubbleBarBubble bubble = mBubbles.remove(removedBubble.getKey()); in applyViewChanges() local
329 if (bubble != null) { in applyViewChanges()
330 mBubbleBarViewController.removeBubble(bubble); in applyViewChanges()
349 BubbleBarBubble bubble = update.currentBubbles.get(i); in applyViewChanges() local
350 if (bubble != null) { in applyViewChanges()
351 mBubbles.put(bubble.getKey(), bubble); in applyViewChanges() local
352 mBubbleBarViewController.addBubble(bubble, isExpanding, suppressAnimation); in applyViewChanges()
355 bubbleToSelect = bubble; in applyViewChanges()
583 BubbleBarBubble bubble = new BubbleBarBubble(b, bubbleView, in populateBubble() local
585 bubbleView.setBubble(bubble); in populateBubble()
[all …]
DBubbleBarView.java667 public void addBubble(View bubble, FrameLayout.LayoutParams lp) { in addBubble() argument
670 bubble.setScaleX(0f); in addBubble()
671 bubble.setScaleY(0f); in addBubble()
672 addView(bubble, 0, lp); in addBubble()
673 createNewBubbleScaleInAnimator(bubble); in addBubble()
676 addView(bubble, 0, lp); in addBubble()
680 private void createNewBubbleScaleInAnimator(View bubble) { in createNewBubbleScaleInAnimator() argument
685 bubble.setScaleX(animatedFraction); in createNewBubbleScaleInAnimator()
686 bubble.setScaleY(animatedFraction); in createNewBubbleScaleInAnimator()
693 bubble.setScaleX(1); in createNewBubbleScaleInAnimator()
[all …]
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/bubbles/animation/
DBubbleBarViewAnimatorTest.kt60 private lateinit var bubble: BubbleBarBubble variable in com.android.launcher3.taskbar.bubbles.animation.BubbleBarViewAnimatorTest
83 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed()
127 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_tapAnimatingBubble()
170 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_touchTaskbarArea_whileShowing()
210 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_touchTaskbarArea_whileHiding()
251 animator.animateBubbleInForStashed(bubble) in animateBubbleInForStashed_showAnimationCanceled()
285 animator.animateToInitialState(bubble, isInApp = true, isExpanding = false) in animateToInitialState_inApp()
328 animator.animateToInitialState(bubble, isInApp = true, isExpanding = true) in animateToInitialState_inApp_autoExpanding()
362 animator.animateToInitialState(bubble, isInApp = false, isExpanding = false) in animateToInitialState_inHome()
399 bubble = in setUpBubbleBar()
[all …]
/packages/apps/Dialer/java/com/android/bubble/stub/
DBubbleStub.java17 package com.android.bubble.stub;
21 import com.android.bubble.Bubble;
22 import com.android.bubble.BubbleInfo;
DStubBubbleModule.java17 package com.android.bubble.stub;
19 import com.android.bubble.Bubble;
/packages/apps/Dialer/java/com/android/dialer/logging/
Ddialer_impression.proto440 // User pressed the speaker phone button on the return-to-call bubble
442 // User pressed the speaker phone button again on the return-to-call bubble
444 // User muted the call from the return-to-call bubble
446 // User unmuted the call from the return-to-call bubble
448 // User ended the call from the return-to-call bubble
508 // Bubble primary button first click to expand bubble (by user)
638 // Bubble primary button first click to expand bubble
640 // Bubble primary button second click to collapse bubble
642 // User return to call from bubble call action menu
644 // User muted call from bubble call action menu
[all …]
/packages/apps/Dialer/java/com/android/bubble/
DBubbleComponent.java17 package com.android.bubble;
DBubble.java17 package com.android.bubble;
DBubbleInfo.java17 package com.android.bubble;
/packages/apps/Dialer/java/com/android/dialer/binary/aosp/
DAospDialerRootComponent.java19 import com.android.bubble.stub.StubBubbleModule;
/packages/apps/Dialer/java/com/android/dialer/binary/google/
DGoogleStubDialerRootComponent.java19 import com.android.bubble.stub.StubBubbleModule;
/packages/apps/Dialer/java/com/android/dialer/binary/basecomponent/
DBaseDialerRootComponent.java19 import com.android.bubble.BubbleComponent;
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/
Dprecomputed_test_app_list.csv209 game.bubble.shooter.dragon.pop 10230
722 com.faceplus.bubble.breaker 10230
1201 com.lyd.bubble 10230
1531 com.xllusion.livewallpaper.bubble 10330
1772 bubble.shooter.trouble 10230
1933 bubble.shooter.shooting.shoot.game 10230
2751 bubble.shoot.bubbles.game.saga.world 10230
4582 champions.empire.bubble 10230,10221
4983 puzzle.games.bubble.shooter.deluxe 10230
5420 bubble.escape 10230
[all …]
/packages/modules/AdServices/adservices/apk/assets/classifier/
Dprecomputed_app_list.csv209 game.bubble.shooter.dragon.pop 10230
722 com.faceplus.bubble.breaker 10230
1201 com.lyd.bubble 10230
1531 com.xllusion.livewallpaper.bubble 10330
1772 bubble.shooter.trouble 10230
1933 bubble.shooter.shooting.shoot.game 10230
2751 bubble.shoot.bubbles.game.saga.world 10230
4582 champions.empire.bubble 10230,10221
4983 puzzle.games.bubble.shooter.deluxe 10230
5420 bubble.escape 10230
[all …]
/packages/apps/Dialer/
DAndroid.bp38 "--extra-packages com.android.bubble",
/packages/inputmethods/LatinIME/dictionaries/
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dpl_wordlist.combined.gz