HomeSort by relevance Sort by last modified time
    Searched defs:isLayoutRtl (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 28 public static boolean isLayoutRtl(View view) {
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 179 setBasePadding(isLayoutRtl());
192 if (isLayoutRtl()) {
205 private void setBasePadding(boolean isLayoutRtl) {
206 if (isLayoutRtl) {
233 final boolean isLayoutRtl = isLayoutRtl();
239 if (isLayoutRtl) {
HorizontalScrollView.java     [all...]
  /frameworks/base/core/java/android/view/
FocusFinder.java 132 if (root.isLayoutRtl()) {
144 if (root.isLayoutRtl()) {
175 mSequentialFocusComparator.setIsLayoutRtl(root.isLayoutRtl());
View.java     [all...]
ViewGroup.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
ShortcutAndWidgetContainer.java 127 return mInvertIfRtl && isLayoutRtl();
130 public boolean isLayoutRtl() {
Folder.java 615 public boolean isLayoutRtl() {
623 if (isLayoutRtl()) {
    [all...]
PagedView.java 260 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
262 public boolean isLayoutRtl() {
411 final boolean isRtl = isLayoutRtl();
587 final int index = isLayoutRtl() ? 0 : childCount - 1;
653 final boolean isRtl = isLayoutRtl();
736 final boolean isRtl = isLayoutRtl();
784 final boolean isRtl = isLayoutRtl();
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 172 return mInvertIfRtl && isLayoutRtl();
175 public boolean isLayoutRtl() {
DeviceProfile.java 78 boolean isLayoutRtl;
375 isLayoutRtl = (configuration.getLayoutDirection() == View.LAYOUT_DIRECTION_RTL);
377 isLayoutRtl = false;
456 if (isLayoutRtl) {
491 if (isLayoutRtl) {
518 if (isLayoutRtl) {
    [all...]
DragLayer.java 812 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
814 private boolean isLayoutRtl() {
    [all...]
Folder.java 661 public boolean isLayoutRtl() {
688 if (isLayoutRtl()) {
    [all...]
PagedView.java 464 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
466 public boolean isLayoutRtl() {
652 final boolean isRtl = isLayoutRtl();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 429 private boolean isLayoutRtl() {
    [all...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 1718 milliseconds