Searched refs:LAYOUT_DIRECTION_LTR (Results 1 - 21 of 21) sorted by relevance

/frameworks/support/v4/api21/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawable21.java54 bounds, outRect, View.LAYOUT_DIRECTION_LTR);
/frameworks/support/v4/java/android/support/v4/graphics/drawable/
H A DRoundedBitmapDrawableFactory.java58 bounds, outRect, ViewCompat.LAYOUT_DIRECTION_LTR);
/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestGridLayoutCodeLtr.java67 layout.setLayoutDirection(View.LAYOUT_DIRECTION_LTR);
/frameworks/support/v4/java/android/support/v4/view/
H A DMarginLayoutParamsCompat.java68 return ViewCompat.LAYOUT_DIRECTION_LTR;
205 * Retuns the layout direction. Can be either {@link ViewCompat#LAYOUT_DIRECTION_LTR} or
218 * Should be either {@link ViewCompat#LAYOUT_DIRECTION_LTR}
H A DViewCompat.java193 LAYOUT_DIRECTION_LTR,
202 LAYOUT_DIRECTION_LTR,
211 public static final int LAYOUT_DIRECTION_LTR = 0; field in class:ViewCompat
437 return LAYOUT_DIRECTION_LTR;
1709 * {@link #LAYOUT_DIRECTION_LTR} if the layout direction is not RTL.
1711 * For compatibility, this will return {@link #LAYOUT_DIRECTION_LTR} if API version
1726 * {@link #LAYOUT_DIRECTION_LTR},
1733 * will return the default {@link #LAYOUT_DIRECTION_LTR}.
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java269 if (v.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DScreenPinningRequest.java201 mLayout.setLayoutDirection(View.LAYOUT_DIRECTION_LTR);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DActionMenuItemView.java252 if (ViewCompat.getLayoutDirection(v) == ViewCompat.LAYOUT_DIRECTION_LTR) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusBarHeaderView.java558 if (getLayoutDirection() == LAYOUT_DIRECTION_LTR) {
601 if (getLayoutDirection() == LAYOUT_DIRECTION_LTR) {
608 if (getLayoutDirection() == LAYOUT_DIRECTION_LTR) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
H A DPrintContentView.java288 if (getLayoutDirection() == View.LAYOUT_DIRECTION_LTR) {
/frameworks/base/core/java/android/text/
H A DTextUtils.java1746 * {@link android.view.View#LAYOUT_DIRECTION_LTR} or
1764 : View.LAYOUT_DIRECTION_LTR;
1774 * {@link View#LAYOUT_DIRECTION_LTR} or
1789 return View.LAYOUT_DIRECTION_LTR;
/frameworks/base/core/java/android/view/
H A DViewGroup.java6483 * {@link View#LAYOUT_DIRECTION_LTR}
6694 mMarginFlags |= LAYOUT_DIRECTION_LTR;
6841 case View.LAYOUT_DIRECTION_LTR:
6874 case View.LAYOUT_DIRECTION_LTR:
6895 * Should be either {@link View#LAYOUT_DIRECTION_LTR}
6899 if (layoutDirection != View.LAYOUT_DIRECTION_LTR &&
6913 * Retuns the layout direction. Can be either {@link View#LAYOUT_DIRECTION_LTR} or
6962 case View.LAYOUT_DIRECTION_LTR:
7254 if (mLayoutDirection == LAYOUT_DIRECTION_LTR) {
H A DView.java1883 LAYOUT_DIRECTION_LTR,
1894 LAYOUT_DIRECTION_LTR,
1904 public static final int LAYOUT_DIRECTION_LTR = LayoutDirection.LTR; field in class:View
1962 LAYOUT_DIRECTION_LTR,
1977 static final int LAYOUT_DIRECTION_RESOLVED_DEFAULT = LAYOUT_DIRECTION_LTR;
6836 * @return One of {@link #LAYOUT_DIRECTION_LTR},
6846 @ViewDebug.IntToString(from = LAYOUT_DIRECTION_LTR, to = "LTR"),
6862 * {@link #LAYOUT_DIRECTION_LTR},
6869 * will return the default {@link #LAYOUT_DIRECTION_LTR}.
6893 * {@link #LAYOUT_DIRECTION_LTR} i
[all...]
/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1496 return layoutDirection == View.LAYOUT_DIRECTION_LTR ?
1499 return layoutDirection == View.LAYOUT_DIRECTION_LTR ?
/frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
H A DLLand.java183 setLayoutDirection(LAYOUT_DIRECTION_LTR);
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
H A DWallpaperCropActivity.java361 boolean ltr = mCropView.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR;
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DScreenMagnifier.java263 if (direction == View.LAYOUT_DIRECTION_LTR) {
/frameworks/base/core/java/android/content/res/
H A DConfiguration.java1299 * Return the layout direction. Will be either {@link View#LAYOUT_DIRECTION_LTR} or
1303 * is {@link #SCREENLAYOUT_LAYOUTDIR_RTL}, otherwise {@link View#LAYOUT_DIRECTION_LTR}.
1307 ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR;
1314 * {@link View#LAYOUT_DIRECTION_LTR}. If not null will set it to the layout direction
1317 * @see {@link View#LAYOUT_DIRECTION_LTR} and {@link View#LAYOUT_DIRECTION_RTL}
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java245 int layoutDirection = isRtl ? View.LAYOUT_DIRECTION_RTL : View.LAYOUT_DIRECTION_LTR;
/frameworks/base/core/java/android/widget/
H A DTextView.java380 case LAYOUT_DIRECTION_LTR:
463 case LAYOUT_DIRECTION_LTR:
1841 case LAYOUT_DIRECTION_LTR:
1856 case LAYOUT_DIRECTION_LTR:
H A DEditor.java400 case View.LAYOUT_DIRECTION_LTR:
432 case View.LAYOUT_DIRECTION_LTR:

Completed in 634 milliseconds