Searched refs:align (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Dialer/java/com/android/contacts/common/widget/
H A DFloatingActionButtonController.java108 * @param align One of ALIGN_MIDDLE, ALIGN_QUARTER_RIGHT, or ALIGN_RIGHT.
111 public void align(int align, boolean animate) { argument
112 align(align, 0 /*offsetX */, 0 /* offsetY */, animate);
118 * @param align One of ALIGN_MIDDLE, ALIGN_QUARTER_RIGHT, or ALIGN_RIGHT.
123 private void align(int align, int offsetX, int offsetY, boolean animate) { argument
128 int translationX = getTranslationXForAlignment(align);
171 * @param align On
174 getTranslationXForAlignment(int align) argument
[all...]
/packages/apps/Contacts/src/com/android/contacts/widget/
H A DFloatingActionButtonController.java112 * @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/services/Car/evs/app/
H A DFormatConvert.cpp22 int align(int value) { function
67 unsigned strideLum = align<16>(width);
99 unsigned strideLum = align<16>(width);
101 unsigned strideColor = align<16>(strideLum/2);
/packages/services/Car/evs/sampleDriver/
H A DbufferCopy.cpp30 int align(int value) { function in namespace:android::hardware::automotive::evs::V1_0::implementation
74 const unsigned strideLum = align<16>(tgtBuff.width);
103 const unsigned strideLum = align<16>(tgtBuff.width);
/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...]
/packages/inputmethods/LatinIME/native/dicttoolkit/
H A DAndroid.mk33 LOCAL_CFLAGS += -Werror -Wall -Wextra -Weffc++ -Wformat=2 -Wcast-qual -Wcast-align \
/packages/inputmethods/LatinIME/native/jni/
H A DAndroid.mk30 LOCAL_CFLAGS += -Werror -Wall -Wextra -Weffc++ -Wformat=2 -Wcast-qual -Wcast-align \
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/connectivity/setup/
H A DSelectFromListWizardFragment.java534 SelectFromListWizardFragment.align(mListView, getActivity());
564 private static void align(VerticalGridView listView, Activity activity) { method in class:SelectFromListWizardFragment
/packages/apps/Dialer/java/com/android/dialer/app/
H A DDialtactsActivity.java491 mFloatingActionButtonController.align(getFabAlignment(), false /* animate */);
559 mFloatingActionButtonController.align(getFabAlignment(), false /* animate */);
905 mFloatingActionButtonController.align(getFabAlignment(), animate);
1300 mFloatingActionButtonController.align(getFabAlignment(), false /* animate */);
/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DBatteryHistoryChart.java1285 Paint.Align align = mTextPaint.getTextAlign();
1313 mTextPaint.setTextAlign(align);

Completed in 220 milliseconds