Home
last modified time | relevance | path

Searched refs:isPinned (Results 1 – 25 of 25) 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()
380 boolean isPinned = mEntry.isRowPinned(); in compareTo()
382 if (isPinned && !otherPinned) { in compareTo()
384 } else if (!isPinned && otherPinned) { in compareTo()
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java529 assertTrue("ID " + s.getId(), s.isPinned()); in assertAllPinned()
537 assertTrue("ID " + s.getId(), s.isDynamic() || s.isPinned()); in assertAllDynamicOrPinned()
584 assertFalse(si.isPinned()); in assertDynamicOnly()
590 assertTrue(si.isPinned()); in assertPinnedOnly()
595 assertTrue(si.isPinned()); in assertDynamicAndPinned()
792 filter(mList, ShortcutInfo::isPinned)); in selectPinned()
797 filter(mList, (si -> si.isPinned() in selectFloating()
878 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.isPinned())); in areAllPinned()
883 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.isPinned())); in areAllNotPinned()
922 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/core/java/com/android/internal/app/
DAbstractResolverComparator.java176 final boolean lPinned = lhsp.isPinned(); in compare()
177 final boolean rPinned = rhsp.isPinned(); in compare()
DResolverActivity.java1540 public boolean isPinned() {
1651 boolean isPinned();
1958 dri.setPinned(rci.isPinned());
1959 if (rci.isPinned()) {
2172 public boolean isPinned() {
DChooserActivity.java2254 public boolean isPinned() {
2345 public boolean isPinned() {
2346 return mSourceInfo != null && mSourceInfo.isPinned();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShelf.java285 || row.isPinned(); in updateAppearance()
495 boolean isPinned = (row.isPinned() || row.isHeadsUpAnimatingAway())
504 && (mAmbientState.isShadeExpanded() || !isPinned)) {
506 if (isPinned) {
592 || (!row.isPinned() && !row.isHeadsUpAnimatingAway()))) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java82 && mPickedChild.isHeadsUp() && mPickedChild.isPinned(); in onInterceptTouchEvent()
DStatusBarRemoteInputCallback.java111 if (!row.isPinned()) { in onLockedRemoteInput()
DHeadsUpAppearanceController.java435 if (row.isPinned() || row.isHeadsUpAnimatingAway() || row == mTrackedChild in updateHeader()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java130 if ((view.isPinned() || view.isHeadsUpAnimatingAway()) && !mExpanded) { in getRoundness()
DStackScrollAlgorithm.java175 && ((ExpandableNotificationRow) child).isPinned(); in updateClipping()
542 if (row.isPinned()) {
DNotificationStackScrollLayout.java932 if ((row.isPinned() || row.isHeadsUpAnimatingAway()) && row.getTranslation() < 0
1062 if (mAnimationsEnabled && (mIsExpanded || row != null && row.isPinned())) {
1542 return row.isHeadsUp() && row.isPinned();
1626 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()
3432 boolean pinnedAndClosed = row.isPinned() && !mIsExpanded;
6312 if (row.isPinned() && !canChildBeDismissed(row)
6471 && (mIsExpanded || changedRow.isPinned());
6516 && (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/
DDeviceEffectManager.cpp180 bool remove = (effect->removeHandle(handle) == 0) && (!effect->isPinned() || unpinIfLast); in disconnectEffectHandle()
DEffects.h153 bool isPinned() const { return mPinned; } in isPinned() function
DEffects.cpp3177 bool remove = (effect->removeHandle(handle) == 0) && (!effect->isPinned() || unpinIfLast); in disconnectEffectHandle()
DThreads.cpp1432 remove = (effect->removeHandle(handle) == 0) && (!effect->isPinned() || unpinIfLast); in disconnectEffectHandle()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRow.java278 if (isPinned()) {
975 public boolean isPinned() {
1033 running = running || isPinned();
2326 if (isPinned() || mHeadsupDisappearRunning) {
DActivatableNotificationView.java1031 public boolean isPinned() { in isPinned() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DNotificationEntry.java573 return row != null && row.isPinned(); in isRowPinned()
/frameworks/base/non-updatable-api/
Dcurrent.txt12036 method public boolean isPinned();
/frameworks/base/api/
Dcurrent.txt12036 method public boolean isPinned();