Searched defs:moveUp (Results 1 - 15 of 15) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DZIndexable.java70 public boolean moveUp(ElementType key); method in interface:ZIndexable
H A DListOrganizer.java78 public boolean moveUp(ElementType key) { method in class:ListOrganizer
H A DZLinkedList.java54 public boolean moveUp(Type key) { method in class:ZLinkedList
55 return organizer.moveUp(key);
H A DZHash.java124 public synchronized boolean moveUp(KeyType key) { method in class:ZHash
128 return zlist.moveUp(key);
/external/autotest/frontend/client/src/autotest/common/ui/
H A DMultiListSelectPresenter.java498 private void reorderItem(boolean moveUp) { argument
500 int positionDelta = moveUp ? -1 : 1;
/external/freetype/src/cff/
H A Dcf2hints.c61 CF2_Fixed moveUp; /* adjustment to optimum position */ member in struct:CF2_HintMoveRec_
412 CF2_Fixed moveUp = FT_MIN( downMoveUp, upMoveUp ); local
442 hintmap->edge[j].dsCoord + moveUp + upMinCounter )
450 move = ( -moveDown < moveUp ) ? moveDown : moveUp; /* optimum */
453 move = moveUp;
464 saveEdge = (FT_Bool)( moveUp < -moveDown );
488 savedMove.moveUp = moveUp - move;
542 hintmap->edge[j].dsCoord + hintMove->moveUp
[all...]
/external/llvm/lib/Transforms/Scalar/
H A DMemCpyOptimizer.cpp492 static bool moveUp(AliasAnalysis &AA, StoreInst *SI, Instruction *P) { function
615 if (!moveUp(AA, SI, P))
/external/pdfium/third_party/freetype/src/cff/
H A Dcf2hints.c61 CF2_Fixed moveUp; /* adjustment to optimum position */ member in struct:CF2_HintMoveRec_
412 CF2_Fixed moveUp = FT_MIN( downMoveUp, upMoveUp ); local
442 hintmap->edge[j].dsCoord + moveUp + upMinCounter )
450 move = ( -moveDown < moveUp ) ? moveDown : moveUp; /* optimum */
453 move = moveUp;
464 saveEdge = (FT_Bool)( moveUp < -moveDown );
488 savedMove.moveUp = moveUp - move;
542 hintmap->edge[j].dsCoord + hintMove->moveUp
[all...]
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 189 milliseconds