Home
last modified time | relevance | path

Searched refs:isPinned (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java124 @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/
DShortcutManagerTestUtils.java528 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/
DShortcutManagerTest10.java95 assertTrue(mRequest.getShortcutInfo().isPinned()); in testCreateShortcutResult_alreadyPinned()
119 assertFalse(mRequest.getShortcutInfo().isPinned()); in testCreateShortcutResult_alreadyPinnedByAnother()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java310 || 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/
DHeadsUpTouchHelper.java82 && mPickedChild.isHeadsUp() && mPickedChild.isPinned(); in onInterceptTouchEvent()
DHeadsUpAppearanceController.java392 if (row.isPinned() || row.isHeadsUpAnimatingAway() || row == mTrackedChild) { in updateHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java134 if ((view.isPinned() || view.isHeadsUpAnimatingAway()) && !mExpanded) { in getRoundness()
DStackScrollAlgorithm.java176 && ((ExpandableNotificationRow) child).isPinned(); in updateClipping()
544 if (row.isPinned()) {
DNotificationStackScrollLayout.java912 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/
DShortcutPackage.java300 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()
DShortcutService.java2648 if ((matchPinned || getPinnedByAnyLauncher) && si.isPinned()) { in getShortcutsInnerLocked()
2674 return si != null && si.isPinned(); in isPinnedByCaller()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1689 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/
DEffects.h123 bool isPinned() const { return mPinned; } in isPinned() function
DThreads.cpp1399 remove = (effect->removeHandle(handle) == 0) && (!effect->isPinned() || unpinIfLast); in disconnectEffectHandle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java293 if (isPinned()) {
992 public boolean isPinned() {
1050 running = running || isPinned();
2351 if (isPinned() || mHeadsupDisappearRunning) {
DActivatableNotificationView.java1052 public boolean isPinned() { in isPinned() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java657 return row != null && row.isPinned(); in isRowPinned()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...