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

/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java99 * @param align One of ALIGN_MIDDLE, ALIGN_QUARTER_RIGHT, or ALIGN_RIGHT.
103 public void align(int align, int offsetX, int offsetY, boolean animate) { argument
108 int translationX = getTranslationXForAlignment(align);
166 * @param align One of ALIGN_MIDDLE, ALIGN_QUARTER_RIGHT, or ALIGN_RIGHT.
169 public int getTranslationXForAlignment(int align) { argument
171 switch (align) {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DScrollController.java308 final public void setScrollItemAlign(int align) { argument
309 mScrollItemAlign = align;
525 // total children size is less than view port: align the left edge
532 // scroll center is within half of view port size: align the left edge
540 // scroll center is very close to the right edge of view port : align the
563 // total children size is less than view port: align the left edge
570 // scroll center is within half of view port size: align the left edge
577 // scroll center is very close to the right edge of view port : align the
667 int align = mainAxis().getScrollItemAlign();
677 mMainAxis.setScrollItemAlign(align);
683 setScrollItemAlign(int align) argument
[all...]

Completed in 95 milliseconds