Searched defs:Placement (Results 1 - 2 of 2) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
H A DIndexerListAdapter.java41 public static final class Placement { class in class:IndexerListAdapter
52 private Placement mPlacementCache = new Placement();
202 public Placement getItemPlacementInSection(int position) {
/packages/apps/Messaging/src/com/android/messaging/ui/
H A DSnackBar.java87 public static class Placement { class in class:SnackBar
91 private Placement(@NonNull final View anchorView, final boolean anchorAbove) { method in class:SnackBar.Placement
108 public static Placement above(final View anchorView) {
109 return new Placement(anchorView, true);
115 public static Placement below(final View anchorView) {
116 return new Placement(anchorView, false);
131 private Placement mPlacement;
175 public Builder withPlacement(final Placement placement) {
197 private final Placement mPlacement;
260 public Placement getPlacemen
[all...]

Completed in 72 milliseconds