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

  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
ViewGroup.java 80 protected static boolean isLayoutRtl(View view) {
  /frameworks/base/core/java/android/widget/
CheckedTextView.java 178 setBasePadding(isLayoutRtl());
191 if (isLayoutRtl()) {
204 private void setBasePadding(boolean isLayoutRtl) {
205 if (isLayoutRtl) {
232 final boolean isLayoutRtl = isLayoutRtl();
238 if (isLayoutRtl) {
  /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() {
DragLayer.java 772 * Note: this is a reimplementation of View.isLayoutRtl() since that is currently hidden api.
774 private boolean isLayoutRtl() {
789 final boolean isRtl = isLayoutRtl();
Folder.java 619 public boolean isLayoutRtl() {
627 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...]
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 

Completed in 259 milliseconds