Searched refs:layoutDirection (Results 1 - 19 of 19) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DTimelineRow.java64 public void onRtlPropertiesChanged(int layoutDirection) { argument
65 super.onRtlPropertiesChanged(layoutDirection);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/setup/
H A DSetupStepIndicatorView.java41 final int layoutDirection = ViewCompat.getLayoutDirection(this);
46 mXRatio = (layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL) ? 1.0f - pos : pos;
H A DSetupStartIndicatorView.java99 final int layoutDirection = ViewCompat.getLayoutDirection(this);
105 if (layoutDirection == ViewCompat.LAYOUT_DIRECTION_RTL) {
/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/apps/DeskClock/src/com/android/deskclock/widget/toast/
H A DSnackbarSlidingBehavior.java52 public boolean onLayoutChild(CoordinatorLayout parent, View child, int layoutDirection) { argument
/packages/apps/Car/libs/car-stream-ui-lib/src/com/android/car/view/
H A DCarLayoutManager.java803 * @param layoutDirection The side of the adjacent row that the new row will be laid out on.
808 @LayoutDirection int layoutDirection) {
812 if (layoutDirection == BEFORE) {
814 } else if (layoutDirection == AFTER) {
830 if (layoutDirection == BEFORE) {
840 if (layoutDirection == BEFORE) {
853 @LayoutDirection int layoutDirection) {
856 if (layoutDirection == BEFORE) {
861 } else if (layoutDirection == AFTER) {
870 if (layoutDirection
807 layoutNextRow(RecyclerView.Recycler recycler, View adjacentRow, @LayoutDirection int layoutDirection) argument
852 shouldLayoutNextRow(RecyclerView.State state, View adjacentRow, @LayoutDirection int layoutDirection) argument
[all...]
/packages/apps/TV/src/com/android/tv/dvr/ui/browse/
H A DActionPresenterSelector.java58 public ActionViewHolder(View view, int layoutDirection) { argument
61 mLayoutDirection = layoutDirection;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
H A DSuggestionStripView.java103 final int layoutDirection = isRtlLanguage ? ViewCompat.LAYOUT_DIRECTION_RTL
105 ViewCompat.setLayoutDirection(mSuggestionStripView, layoutDirection);
106 ViewCompat.setLayoutDirection(mSuggestionsStrip, layoutDirection);
107 ViewCompat.setLayoutDirection(mImportantNoticeStrip, layoutDirection);
/packages/apps/Settings/src/com/android/settings/widget/
H A DDonutView.java109 final int layoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
110 final int bidiFlags = (layoutDirection == LAYOUT_DIRECTION_LTR)
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/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java342 final int layoutDirection = mContext.getResources().getConfiguration().getLayoutDirection();
345 if (layoutDirection == View.LAYOUT_DIRECTION_LTR) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemViewCoordinates.java130 public Config setLayoutDirection(int layoutDirection) { argument
131 mLayoutDirection = layoutDirection;
/packages/apps/Car/Settings/src/com/android/car/settings/sound/
H A DSoundSettingsFragment.java191 public void setLayoutDirection(int layoutDirection) throws RemoteException { argument
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactEntryListFragment.java966 final int layoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
967 switch (layoutDirection) {
H A DContactListItemView.java166 final int layoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
167 switch (layoutDirection) {
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DContactEntryListFragment.java851 final int layoutDirection = TextUtils.getLayoutDirectionFromLocale(locale);
852 switch (layoutDirection) {
H A DContactListItemView.java289 int layoutDirection = TextUtils.getLayoutDirectionFromLocale(Locale.getDefault());
290 return layoutDirection == View.LAYOUT_DIRECTION_RTL ? PhotoPosition.RIGHT : PhotoPosition.LEFT;
/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/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarVolumeServiceTest.java502 public void setLayoutDirection(int layoutDirection) throws RemoteException { argument

Completed in 7279 milliseconds