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

/frameworks/base/libs/binder/
H A DCursorWindow.cpp173 uint32_t fieldDirOffset = alloc(fieldDirSize, true /*aligned*/);
200 uint32_t CursorWindow::alloc(size_t size, bool aligned) { argument
202 if (aligned) {
243 chunk->nextChunkOffset = alloc(sizeof(RowSlotChunk), true /*aligned*/);
/frameworks/base/core/java/android/widget/
H A DImageView.java953 * @param aligned If true, the image view will be baseline aligned with
958 public void setBaselineAlignBottom(boolean aligned) { argument
959 if (mBaselineAlignBottom != aligned) {
960 mBaselineAlignBottom = aligned;

Completed in 542 milliseconds