Searched defs:pinned (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DAppButtonData.java28 public boolean pinned; field in class:AppButtonData
32 public AppButtonData(AppInfo appInfo, boolean pinned) { argument
34 this.pinned = pinned;
45 return !pinned && getTaskCount() == 0;
/frameworks/base/core/java/com/android/internal/app/
H A DResolverTargetActionsDialogFragment.java39 private static final String PINNED_KEY = "pinned";
50 boolean pinned) {
54 args.putBoolean(PINNED_KEY, pinned);
49 ResolverTargetActionsDialogFragment(CharSequence title, ComponentName name, boolean pinned) argument
H A DResolverActivity.java1098 public void setPinned(boolean pinned) { argument
1099 mPinned = pinned;
1204 * @return true if this target should be pinned to the front by the request of the user
1744 public void setPinned(boolean pinned) { argument
1745 mPinned = pinned;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DExpandableNotificationRow.java81 * Has this notification been expanded while it was pinned
503 * Set this notification to be pinned to the top if {@link #isHeadsUp()} is true. By doing this
506 * @param pinned whether it is pinned
508 public void setPinned(boolean pinned) { argument
510 mIsPinned = pinned;
514 if (pinned) {
530 * @return the height of the heads up notification when pinned

Completed in 575 milliseconds