Searched defs:isPinned (Results 1 - 6 of 6) sorted by relevance

/frameworks/av/services/audioflinger/
H A DEffects.h115 bool isPinned() const { return mPinned; } function in class:EffectModule
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java229 private void setEntryPinned(HeadsUpEntry headsUpEntry, boolean isPinned) { argument
231 if (row.isPinned() != isPinned) {
232 row.setPinned(isPinned);
235 if (isPinned) {
248 setEntryPinned(remove, false /* isPinned */);
447 if (entry.entry.row.isPinned()) {
466 setEntryPinned(entry, false /* isPinned */);
691 return (entry.row.isPinned() && expanded)
697 boolean isPinned
[all...]
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1339 public boolean isPinned() { method in class:ShortcutInfo
1368 return isPinned() && !(isDynamic() || isManifestShortcut());
1447 * <li>{@link #isPinned()}
1741 if (isPinned()) {
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java791 public boolean isPinned() { method in class:ChooserActivity.ChooserTargetInfo
792 return mSourceInfo != null ? mSourceInfo.isPinned() : false;
890 if (target.isPinned()) {
H A DResolverActivity.java1124 public boolean isPinned() { method in class:ResolverActivity.DisplayResolveInfo
1236 boolean isPinned(); method in interface:ResolverActivity.TargetInfo
1584 dri.setPinned(rci.isPinned());
1786 public boolean isPinned() { method in class:ResolverActivity.ResolvedComponentInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java157 if (isPinned()) {
531 public boolean isPinned() { method in class:ExpandableNotificationRow
584 running = running || isPinned();
1219 if (isPinned() || mHeadsupDisappearRunning) {

Completed in 127 milliseconds