HomeSort by relevance Sort by last modified time
    Searched refs:getLayoutDirection (Results 76 - 100 of 139) sorted by null

1 2 34 5 6

  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmActivity.java 302 if (mContentView.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
  /packages/apps/Launcher2/src/com/android/launcher2/
DragController.java 534 final boolean isRtl = (dragLayer.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
DragLayer.java 775 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
Folder.java 619 return (getLayoutDirection() == LAYOUT_DIRECTION_RTL);
    [all...]
WidgetPreviewLoader.java 589 if (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR) {
  /packages/apps/Launcher3/src/com/android/launcher3/
DragController.java 527 final boolean isRtl = (dragLayer.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
DeviceProfile.java 440 isLayoutRtl = (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
    [all...]
DragLayer.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java     [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java     [all...]
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 668 return ViewCompat.getLayoutDirection(this) == ViewCompat.LAYOUT_DIRECTION_RTL;
    [all...]
  /frameworks/base/core/java/android/content/res/
Resources.java     [all...]
  /frameworks/base/core/java/android/widget/
LinearLayout.java     [all...]
TextView.java     [all...]
ImageView.java 813 d.setLayoutDirection(getLayoutDirection());
    [all...]
Spinner.java 568 final int layoutDirection = getLayoutDirection();
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 971 mDrawable.setLayoutDirection(orig.mDrawable.getLayoutDirection());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentsPanelView.java 205 if (getLayoutDirection() == View.LAYOUT_DIRECTION_RTL) {
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
WallpaperCropActivity.java 361 boolean ltr = mCropView.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR;
    [all...]
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
WallpaperCropActivity.java 365 boolean ltr = mCropView.getLayoutDirection() == View.LAYOUT_DIRECTION_LTR;
    [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 198 eat, parent.getPaddingEnd(), sbWidthPx, getListView().getLayoutDirection()));
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 785 ViewCompat.setLayoutDirection(overlayView, ViewCompat.getLayoutDirection(this));
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 582 final boolean isRtlLanguage = (ViewCompat.getLayoutDirection(addToDictionaryStrip)
    [all...]

Completed in 1700 milliseconds

1 2 34 5 6