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

  /external/chromium_org/base/android/java/src/org/chromium/base/
ApiCompatibilityUtils.java 27 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() {
DragLayer.java 801 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
803 private boolean isLayoutRtl() {
    [all...]
Folder.java 628 public boolean isLayoutRtl() {
655 if (isLayoutRtl()) {
    [all...]
PagedView.java 462 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
464 public boolean isLayoutRtl() {
630 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 642 milliseconds