Searched defs:layoutDirection (Results 1 - 10 of 10) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/widget/toast/
H A DSnackbarSlidingBehavior.java52 public boolean onLayoutChild(CoordinatorLayout parent, View child, int layoutDirection) { argument
/packages/apps/TV/src/com/android/tv/dvr/ui/
H A DActionPresenterSelector.java58 public ActionViewHolder(View view, int layoutDirection) { argument
61 mLayoutDirection = layoutDirection;
/packages/apps/TV/src/com/android/tv/guide/
H A DTimelineRow.java64 public void onRtlPropertiesChanged(int layoutDirection) { argument
65 super.onRtlPropertiesChanged(layoutDirection);
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
H A DVolumeControllerPresenter.java181 public void setLayoutDirection(int layoutDirection) throws RemoteException { argument
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DCircleView.java106 public void onRtlPropertiesChanged(int layoutDirection) { argument
107 super.onRtlPropertiesChanged(layoutDirection);
110 applyGravity(mGravity, layoutDirection);
283 * Applies the specified {@code gravity} and {@code layoutDirection}, adjusting the alignment
288 * @param layoutDirection the layout direction used to resolve the absolute gravity
291 private void applyGravity(int gravity, int layoutDirection) { argument
292 final int absoluteGravity = Gravity.getAbsoluteGravity(gravity, layoutDirection);
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarVolumeServiceTest.java443 public void setLayoutDirection(int layoutDirection) throws RemoteException { argument
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/volume/
H A DVolumeTestFragment.java289 public void setLayoutDirection(int layoutDirection) throws RemoteException { argument
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewCoordinates.java130 public Config setLayoutDirection(int layoutDirection) { argument
131 mLayoutDirection = layoutDirection;
/packages/apps/Settings/src/com/android/settings/widget/
H A DMatchParentShrinkingLinearLayout.java1160 final int layoutDirection = getLayoutDirection();
1161 final int absoluteGravity = Gravity.getAbsoluteGravity(gravity, layoutDirection);
1193 public void onRtlPropertiesChanged(int layoutDirection) { argument
1194 super.onRtlPropertiesChanged(layoutDirection);
1195 if (layoutDirection != mLayoutDirection) {
1196 mLayoutDirection = layoutDirection;
1239 final int layoutDirection = getLayoutDirection();
1240 switch (Gravity.getAbsoluteGravity(majorGravity, layoutDirection)) {
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarLayoutManager.java802 * @param layoutDirection The side of the adjacent row that the new row will be laid out on.
807 @LayoutDirection int layoutDirection) {
811 if (layoutDirection == BEFORE) {
813 } else if (layoutDirection == AFTER) {
829 if (layoutDirection == BEFORE) {
839 if (layoutDirection == BEFORE) {
852 @LayoutDirection int layoutDirection) {
855 if (layoutDirection == BEFORE) {
860 } else if (layoutDirection == AFTER) {
869 if (layoutDirection
806 layoutNextRow(RecyclerView.Recycler recycler, View adjacentRow, @LayoutDirection int layoutDirection) argument
851 shouldLayoutNextRow(RecyclerView.State state, View adjacentRow, @LayoutDirection int layoutDirection) argument
[all...]

Completed in 317 milliseconds