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

  /external/chromium_org/components/cloud_devices/common/
printer_description.cc 41 extern const char kOptionMargins[] = "margins";
404 Margins::Margins()
408 Margins::Margins(MarginsType type,
420 bool Margins::operator==(const Margins& other) const {
652 static bool Load(const base::DictionaryValue& dict, Margins* option) {
664 static void Save(const Margins& option, base::DictionaryValue* dict) {
819 template class SelectionCapability<Margins, MarginsTraits>
    [all...]
printer_description.h 71 struct Margins {
72 Margins();
73 Margins(MarginsType type,
79 bool operator==(const Margins& other) const;
80 bool operator!=(const Margins& other) const { return !(*this == other); }
347 typedef SelectionCapability<Margins, MarginsTraits> MarginsCapability;
361 typedef TicketItem<Margins, MarginsTraits> MarginsTicketItem;
  /frameworks/base/core/java/android/print/
PrintAttributes.java 50 private Margins mMinMargins;
61 mMinMargins = (parcel.readInt() == 1) ? Margins.createFromParcel(parcel) : null;
106 * Gets the minimal margins. If the content does not fit
107 * these margins it will be clipped.
109 * <strong>These margins are physically imposed by the printer and they
116 * @return The margins or <code>null</code> if not set.
118 public Margins getMinMargins() {
123 * Sets the minimal margins. If the content does not fit
124 * these margins it will be clipped.
126 * <strong>These margins are physically imposed by the printer and the
    [all...]
  /prebuilts/devtools/tools/lib/
rule-api.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 142 milliseconds