Searched defs:Alignment (Results 1 - 9 of 9) sorted by relevance

/frameworks/compile/mclinker/include/mcld/LD/
H A DFragment.h32 Alignment, enumerator in enum:mcld::Fragment::Type
/frameworks/av/media/libeffects/lvm/lib/Bass/lib/
H A DLVDBE.h227 LVM_UINT16 Alignment; /* Region alignment in bytes */ member in struct:__anon339
/frameworks/av/media/libeffects/lvm/lib/Eq/lib/
H A DLVEQNB.h229 LVM_UINT16 Alignment; /* Region alignment in bytes */ member in struct:__anon413
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Private.h127 LVM_UINT16 Alignment; /* Byte alignment */ member in struct:__anon366
/frameworks/base/core/java/android/text/
H A DLayout.java112 int width, Alignment align,
134 int width, Alignment align, TextDirectionHeuristic textDir,
164 int width, Alignment align,
219 Alignment paraAlign = mAlignment;
312 Alignment align = paraAlign;
313 if (align == Alignment.ALIGN_LEFT) {
315 Alignment.ALIGN_NORMAL : Alignment.ALIGN_OPPOSITE;
316 } else if (align == Alignment.ALIGN_RIGHT) {
318 Alignment
1885 public enum Alignment { enum in class:Layout
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp510 unsigned Alignment = (Record[i+1] & (0xffffull << 16)) >> 16; local
511 if (Alignment && !isPowerOf2_32(Alignment))
512 return Error("Alignment is not a power of two.");
515 if (Alignment)
516 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment);
1767 unsigned Alignment = (1 << Record[4]) >> 1; local
1789 NewGV->setAlignment(Alignment);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp789 unsigned Alignment = (Record[i+1] & (0xffffull << 16)) >> 16; local
790 if (Alignment && !isPowerOf2_32(Alignment))
791 return Error("Alignment is not a power of two.");
794 if (Alignment)
795 ReconstitutedAttr |= Attribute::constructAlignmentFromInt(Alignment);
2065 unsigned Alignment = (1 << Record[4]) >> 1; local
2087 NewGV->setAlignment(Alignment);
/frameworks/base/core/java/android/widget/
H A DGridLayout.java577 static Alignment getAlignment(int gravity, boolean horizontal) {
1037 final Alignment getAlignment(Alignment alignment, boolean horizontal) {
1096 Alignment hAlign = getAlignment(columnSpec.alignment, true);
1097 Alignment vAlign = getAlignment(rowSpec.alignment, false);
1114 // Alignment offsets: the location of the view relative to its alignment group.
2211 protected int getOffset(GridLayout gl, View c, Alignment a, int size, boolean horizontal) {
2219 Alignment alignment = gl.getAlignment(spec.alignment, horizontal);
2341 * <li>{@link #spec(int, Alignment)}</li>
2342 * <li>{@link #spec(int, int, Alignment)}</l
2490 public static abstract class Alignment { class in class:GridLayout
2491 Alignment() { method in class:GridLayout.Alignment
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java557 static Alignment getAlignment(int gravity, boolean horizontal) {
976 final Alignment getAlignment(Alignment alignment, boolean horizontal) {
1035 Alignment hAlign = getAlignment(columnSpec.alignment, true);
1036 Alignment vAlign = getAlignment(rowSpec.alignment, false);
1050 // Alignment offsets: the location of the view relative to its alignment group.
2144 protected int getOffset(View c, Alignment alignment, int size) {
2151 Alignment alignment = gridLayout.getAlignment(spec.alignment, axis.horizontal);
2273 * <li>{@link #spec(int, Alignment)}</li>
2274 * <li>{@link #spec(int, int, Alignment)}</l
2422 public static abstract class Alignment { class in class:GridLayout
2423 Alignment() { method in class:GridLayout.Alignment
[all...]

Completed in 219 milliseconds