OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Margins
(Results
1 - 4
of
4
) sorted by null
/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
* @return The
margins
or <code>null</code> if not set.
111
public
Margins
getMinMargins() {
116
* Sets the minimal
margins
. If the content does not fit
117
* these
margins
it will be clipped.
119
* @param The
margins
.
123
public void setMinMargins(
Margins
margins)
[
all
...]
/prebuilts/devtools/tools/lib/
rule-api.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 222 milliseconds