Searched defs:align (Results 1 - 2 of 2) sorted by relevance
/packages/apps/ContactsCommon/src/com/android/contacts/common/widget/ |
H A D | FloatingActionButtonController.java | 112 * @param align One of ALIGN_MIDDLE, ALIGN_QUARTER_RIGHT, or ALIGN_RIGHT. 115 public void align(int align, boolean animate) { argument 116 align(align, 0 /*offsetX */, 0 /* offsetY */, animate); 122 * @param align One of ALIGN_MIDDLE, ALIGN_QUARTER_RIGHT, or ALIGN_RIGHT. 127 public void align(int align, int offsetX, int offsetY, boolean animate) { argument 132 int translationX = getTranslationXForAlignment(align); 200 * @param align On 203 getTranslationXForAlignment(int align) argument [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | ScrollController.java | 308 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 198 milliseconds