Searched defs:reverse (Results 1 - 11 of 11) sorted by relevance

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DSortDocumentUiTest.java40 private static final String[] DIRS_IN_NAME_DESC = reverse(DIRS_IN_NAME_ASC);
42 private static final String[] FILES_IN_NAME_DESC = reverse(FILES_IN_NAME_ASC);
45 private static final String[] FILES_IN_SIZE_DESC = reverse(FILES_IN_SIZE_ASC);
47 private static final String[] DIRS_IN_MODIFIED_DESC = reverse(DIRS);
48 private static final String[] FILES_IN_MODIFIED_DESC = reverse(FILES);
189 private static String[] reverse(String[] array) { method in class:SortDocumentUiTest
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAnimatorUtils.java155 public static void reverse(ValueAnimator... animators) { method in class:AnimatorUtils
159 animator.reverse();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnn.java299 * @param reverse {@code false} if toggle direction is forward, {@code true} if toggle direction is backward
302 protected String searchToggleCharacter(String prevChar, String[] toggleTable, boolean reverse) { argument
305 if (reverse) {
/packages/apps/Car/Dialer/src/com/android/car/dialer/
H A DOngoingCallFragment.java521 Animation anim = new DialpadAnimation(getContext(), false /* reverse */, animate);
586 Animation anim = new DialpadAnimation(getContext(), true /* reverse */);
752 public DialpadAnimation(Context context, boolean reverse) { argument
753 this(context, reverse, true);
756 public DialpadAnimation(Context context, boolean reverse, boolean animate) { argument
763 mReverse = reverse;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c43 static void set_operation_id(NJ_SEARCH_LOCATION *dicinfo, NJ_UINT8 reverse, NJ_RESULT *result);
413 static void set_operation_id(NJ_SEARCH_LOCATION *dicinfo, NJ_UINT8 reverse, NJ_RESULT *result) { argument
/packages/apps/Terminal/src/com/android/terminal/
H A DTerminal.java47 boolean reverse; field in class:Terminal.CellRun
/packages/apps/Launcher2/src/com/android/launcher2/
H A DFolderIcon.java569 private void animateFirstItem(final Drawable d, int duration, final boolean reverse, argument
582 if (reverse) {
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderIcon.java969 private void animateFirstItem(final Drawable d, int duration, final boolean reverse, argument
973 if (!reverse) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DGattService.java1308 reverse(address);
1333 reverse(address);
1363 private void reverse(byte[] address) { method in class:GattService
/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 342 milliseconds