/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | HeadsUpManager.java | 124 @NonNull HeadsUpManager.HeadsUpEntry headsUpEntry, boolean isPinned) { in setEntryPinned() argument 126 Log.v(TAG, "setEntryPinned: " + isPinned); in setEntryPinned() 129 if (entry.isRowPinned() != isPinned) { in setEntryPinned() 130 entry.setRowPinned(isPinned); in setEntryPinned() 133 if (isPinned) { in setEntryPinned() 376 boolean isPinned = mEntry.isRowPinned(); in compareTo() 378 if (isPinned && !otherPinned) { in compareTo() 380 } else if (!isPinned && otherPinned) { in compareTo()
|
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
D | ShortcutManagerTestUtils.java | 528 assertTrue("ID " + s.getId(), s.isPinned()); in assertAllPinned() 536 assertTrue("ID " + s.getId(), s.isDynamic() || s.isPinned()); in assertAllDynamicOrPinned() 583 assertFalse(si.isPinned()); in assertDynamicOnly() 589 assertTrue(si.isPinned()); in assertPinnedOnly() 594 assertTrue(si.isPinned()); in assertDynamicAndPinned() 791 filter(mList, ShortcutInfo::isPinned)); in selectPinned() 796 filter(mList, (si -> si.isPinned() in selectFloating() 877 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.isPinned())); in areAllPinned() 882 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.isPinned())); in areAllNotPinned() 921 s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic())); in areAllFloating() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | ShortcutManagerTest10.java | 95 assertTrue(mRequest.getShortcutInfo().isPinned()); in testCreateShortcutResult_alreadyPinned() 119 assertFalse(mRequest.getShortcutInfo().isPinned()); in testCreateShortcutResult_alreadyPinnedByAnother()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | NotificationShelf.java | 310 || row.isPinned(); in updateAppearance() 513 boolean isPinned = (row.isPinned() || row.isHeadsUpAnimatingAway()) 518 && (mAmbientState.isShadeExpanded() || !isPinned)) { 520 if (isPinned) { 606 || (!row.isPinned() && !row.isHeadsUpAnimatingAway()))) {
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 82 && mPickedChild.isHeadsUp() && mPickedChild.isPinned(); in onInterceptTouchEvent()
|
D | HeadsUpAppearanceController.java | 392 if (row.isPinned() || row.isHeadsUpAnimatingAway() || row == mTrackedChild) { in updateHeader()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationRoundnessManager.java | 134 if ((view.isPinned() || view.isHeadsUpAnimatingAway()) && !mExpanded) { in getRoundness()
|
D | StackScrollAlgorithm.java | 176 && ((ExpandableNotificationRow) child).isPinned(); in updateClipping() 544 if (row.isPinned()) {
|
D | NotificationStackScrollLayout.java | 912 if ((row.isPinned() || row.isHeadsUpAnimatingAway()) && row.getTranslation() < 0 1037 if (mAnimationsEnabled && (mIsExpanded || row != null && row.isPinned())) { 1499 return row.isHeadsUp() && row.isPinned(); 1583 if (!mIsExpanded && row.isHeadsUp() && row.isPinned() 3384 boolean pinnedAndClosed = row.isPinned() && !mIsExpanded; 6431 && (mIsExpanded || changedRow.isPinned()); 6476 && (mIsExpanded || !((ExpandableNotificationRow) v).isPinned());
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ShortcutPackage.java | 300 wasPinned = oldShortcut.isPinned(); in addOrReplaceDynamicShortcut() 421 if (oldShortcut.isPinned()) { in deleteOrDisableWithId() 1004 if (oldShortcut.isPinned()) { in publishManifestShortcuts() 1434 if (si.isPinned()) numPinned++; in dumpCheckin() 1491 if (!(si.isPinned() && si.isEnabled())) { in saveShortcut() 1871 if (!(si.isDeclaredInManifest() || si.isDynamic() || si.isPinned())) { in verifyStates()
|
D | ShortcutService.java | 2648 if ((matchPinned || getPinnedByAnyLauncher) && si.isPinned()) { in getShortcutsInnerLocked() 2674 return si != null && si.isPinned(); in isPinnedByCaller()
|
/frameworks/base/core/java/android/content/pm/ |
D | ShortcutInfo.java | 1689 public boolean isPinned() { in isPinned() method in ShortcutInfo 1718 return isPinned() && !(isDynamic() || isManifestShortcut()); in isFloating() 1733 return isPinned() && isVisibleToPublisher(); in isPinnedVisible() 2183 if (isPinned()) { in toStringInner()
|
/frameworks/av/services/audioflinger/ |
D | Effects.h | 123 bool isPinned() const { return mPinned; } in isPinned() function
|
D | Threads.cpp | 1399 remove = (effect->removeHandle(handle) == 0) && (!effect->isPinned() || unpinIfLast); in disconnectEffectHandle()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/ |
D | ExpandableNotificationRow.java | 293 if (isPinned()) { 992 public boolean isPinned() { 1050 running = running || isPinned(); 2351 if (isPinned() || mHeadsupDisappearRunning) {
|
D | ActivatableNotificationView.java | 1052 public boolean isPinned() { in isPinned() method in ActivatableNotificationView
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/ |
D | NotificationEntry.java | 657 return row != null && row.isPinned(); in isRowPinned()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |