Searched defs:invert (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DShortcutAndWidgetContainer.java109 // Set whether or not to invert the layout horizontally if the layout is in RTL mode.
110 public void setInvertIfRtl(boolean invert) { argument
111 mInvertIfRtl = invert;
H A DCellLayout.java341 // Set whether or not to invert the layout horizontally if the layout is in RTL mode.
342 public void setInvertIfRtl(boolean invert) { argument
343 mShortcutsAndWidgets.setInvertIfRtl(invert);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DShortcutAndWidgetContainer.java121 // Set whether or not to invert the layout horizontally if the layout is in RTL mode.
122 public void setInvertIfRtl(boolean invert) { argument
123 mInvertIfRtl = invert;
H A DCellLayout.java377 // Set whether or not to invert the layout horizontally if the layout is in RTL mode.
378 public void setInvertIfRtl(boolean invert) { argument
379 mShortcutsAndWidgets.setInvertIfRtl(invert);
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 42 milliseconds