Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DHeadsUpManager.java163 @NonNull HeadsUpManager.HeadsUpEntry headsUpEntry, boolean isPinned) { in setEntryPinned() argument
164 if (DEBUG) Log.v(TAG, "setEntryPinned: " + isPinned); in setEntryPinned()
166 if (row.isPinned() != isPinned) { in setEntryPinned()
167 row.setPinned(isPinned); in setEntryPinned()
170 if (isPinned) { in setEntryPinned()
383 if (entry.entry.row.isPinned()) { in hasPinnedNotificationInternal()
432 if (headsUpEntry != null && entry.row.isPinned()) { in setExpanded()
494 return (entry.row.isPinned() && expanded) in isSticky()
500 boolean isPinned = entry.row.isPinned(); in compareTo()
501 boolean otherPinned = o.entry.row.isPinned(); in compareTo()
[all …]
/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/
DShortcutManagerTestUtils.java523 assertTrue("ID " + s.getId(), s.isPinned()); in assertAllPinned()
531 assertTrue("ID " + s.getId(), s.isDynamic() || s.isPinned()); in assertAllDynamicOrPinned()
578 assertFalse(si.isPinned()); in assertDynamicOnly()
584 assertTrue(si.isPinned()); in assertPinnedOnly()
589 assertTrue(si.isPinned()); in assertDynamicAndPinned()
786 filter(mList, ShortcutInfo::isPinned)); in selectPinned()
791 filter(mList, (si -> si.isPinned() in selectFloating()
872 forAllShortcuts(s -> assertTrue("id=" + s.getId(), s.isPinned())); in areAllPinned()
877 forAllShortcuts(s -> assertFalse("id=" + s.getId(), s.isPinned())); in areAllNotPinned()
916 s.isPinned() && !s.isDeclaredInManifest() && !s.isDynamic())); in areAllFloating()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java83 && mPickedChild.isHeadsUp() && mPickedChild.isPinned(); in onInterceptTouchEvent()
88 if (topEntry != null && topEntry.row.isPinned()) { in onInterceptTouchEvent()
DHeadsUpAppearanceController.java281 if (row.isPinned() || row.isHeadsUpAnimatingAway() || row == mTrackedChild) { in updateHeader()
/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.java278 || row.isPinned(); in updateAppearance()
441 boolean isPinned = (row.isPinned() || row.isHeadsUpAnimatingAway())
444 && (mAmbientState.isShadeExpanded() || !isPinned)) {
446 if (isPinned) {
526 || (!row.isPinned() && !row.isHeadsUpAnimatingAway()))) {
DExpandableNotificationRow.java250 if (isPinned()) {
846 public boolean isPinned() {
904 running = running || isPinned();
2131 if (isPinned() || mHeadsupDisappearRunning) {
DActivatableNotificationView.java1086 public boolean isPinned() { in isPinned() method in ActivatableNotificationView
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationRoundnessManager.java66 if ((view.isPinned() || view.isHeadsUpAnimatingAway()) && !mExpanded) { in getRoundness()
DStackScrollAlgorithm.java156 && ((ExpandableNotificationRow) child).isPinned(); in updateClipping()
463 if (row.isPinned()) {
DNotificationStackScrollLayout.java687 if (mAnimationsEnabled && (mIsExpanded || row != null && row.isPinned())) { in requestAnimationOnViewResize()
1184 return row.isHeadsUp() && row.isPinned();
1302 if (!mIsExpanded && row.isHeadsUp() && row.isPinned()
1322 && (mIsExpanded || !((ExpandableNotificationRow) v).isPinned());
2491 if (row.isPinned()) {
3204 boolean pinnedAndClosed = row.isPinned() && !mIsExpanded;
4230 && (mIsExpanded || changedRow.isPinned());
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutPackage.java281 wasPinned = oldShortcut.isPinned(); in addOrReplaceDynamicShortcut()
402 if (oldShortcut.isPinned()) { in deleteOrDisableWithId()
888 if (oldShortcut.isPinned()) { in publishManifestShortcuts()
1318 if (si.isPinned()) numPinned++; in dumpCheckin()
1368 if (!(si.isPinned() && si.isEnabled())) { in saveShortcut()
1697 if (!(si.isDeclaredInManifest() || si.isDynamic() || si.isPinned())) { in verifyStates()
DShortcutService.java2584 if ((matchPinned || getPinnedByAnyLauncher) && si.isPinned()) { in getShortcutsInnerLocked()
2610 return si != null && si.isPinned(); in isPinnedByCaller()
/frameworks/base/core/java/android/content/pm/
DShortcutInfo.java1531 public boolean isPinned() { in isPinned() method in ShortcutInfo
1560 return isPinned() && !(isDynamic() || isManifestShortcut()); in isFloating()
1575 return isPinned() && isVisibleToPublisher(); in isPinnedVisible()
2019 if (isPinned()) { in toStringInner()
/frameworks/base/core/java/com/android/internal/app/
DResolverComparator.java323 final boolean lPinned = lhsp.isPinned(); in compare()
324 final boolean rPinned = rhsp.isPinned(); in compare()
DResolverActivity.java1196 public boolean isPinned() { in isPinned() method in ResolverActivity.DisplayResolveInfo
1308 boolean isPinned(); in isPinned() method
1666 dri.setPinned(rci.isPinned()); in addResolveInfoWithAlternates()
1901 public boolean isPinned() { in isPinned() method in ResolverActivity.ResolvedComponentInfo
DChooserActivity.java724 if (target.isPinned()) { in getScore()
925 public boolean isPinned() { in isPinned() method in ChooserActivity.ChooserTargetInfo
926 return mSourceInfo != null ? mSourceInfo.isPinned() : false; in isPinned()
/frameworks/av/services/audioflinger/
DEffects.h120 bool isPinned() const { return mPinned; } in isPinned() function
DThreads.cpp1384 remove = (effect->removeHandle(handle) == 0) && (!effect->isPinned() || unpinIfLast); in disconnectEffectHandle()
/frameworks/base/config/
Dhiddenapi-public-dex.txt8801 Landroid/content/pm/ShortcutInfo;->isPinned()Z
/frameworks/base/api/
Dcurrent.txt11580 method public boolean isPinned();