HomeSort by relevance Sort by last modified time
    Searched defs:Placement (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/notifications/
balloon_collection_impl.h 74 enum Placement {
82 // Refresh the work area and balloon placement.
94 void set_placement(Placement placement) { placement_ = placement; }
140 Placement placement_;
  /packages/apps/Contacts/src/com/android/contacts/widget/
IndexerListAdapter.java 41 public static final class Placement {
52 private Placement mPlacementCache = new Placement();
207 * Computes the item's placement within its section and populates the {@code placement}
211 public Placement getItemPlacementInSection(int position) {

Completed in 131 milliseconds