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

/frameworks/av/services/audioflinger/
H A DEffects.h120 bool isPinned() const { return mPinned; } function in class:EffectModule
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java234 private void setEntryPinned(HeadsUpEntry headsUpEntry, boolean isPinned) { argument
236 if (row.isPinned() != isPinned) {
237 row.setPinned(isPinned);
240 if (isPinned) {
253 setEntryPinned(remove, false /* isPinned */);
452 if (entry.entry.row.isPinned()) {
471 setEntryPinned(entry, false /* isPinned */);
609 if (headsUpEntry != null && headsUpEntry.expanded != expanded && entry.row.isPinned()) {
696 return (entry.row.isPinned()
[all...]
/frameworks/base/core/java/android/content/pm/
H A DShortcutInfo.java1369 public boolean isPinned() { method in class:ShortcutInfo
1398 return isPinned() && !(isDynamic() || isManifestShortcut());
1502 * <li>{@link #isPinned()}
1801 if (isPinned()) {
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java715 if (target.isPinned()) {
916 public boolean isPinned() { method in class:ChooserActivity.ChooserTargetInfo
917 return mSourceInfo != null ? mSourceInfo.isPinned() : false;
H A DResolverActivity.java1185 public boolean isPinned() { method in class:ResolverActivity.DisplayResolveInfo
1297 boolean isPinned(); method in interface:ResolverActivity.TargetInfo
1655 dri.setPinned(rci.isPinned());
1883 public boolean isPinned() { method in class:ResolverActivity.ResolvedComponentInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java191 if (isPinned()) {
638 public boolean isPinned() { method in class:ExpandableNotificationRow
696 running = running || isPinned();
1565 if (isPinned() || mHeadsupDisappearRunning) {

Completed in 3094 milliseconds