HomeSort by relevance Sort by last modified time
    Searched defs:nextLeft (Results 1 - 25 of 51) sorted by null

1 2 3

  /packages/apps/Dialer/java/com/android/contacts/common/list/
ViewPagerTabStrip.java 87 int nextLeft = nextTitle.getLeft();
91 (int) (mSelectionOffset * nextLeft + (1.0f - mSelectionOffset) * selectedLeft);
  /packages/apps/Messaging/src/com/android/messaging/ui/
ViewPagerTabStrip.java 84 int nextLeft = nextTitle.getLeft();
87 selectedLeft = (int) (mSelectionOffset * nextLeft +
  /external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/
LoessInterpolator.java 396 int nextLeft = nextNonzero(weights, bandwidthInterval[0]);
397 bandwidthInterval[0] = nextLeft;
  /packages/apps/Calendar/src/com/android/calendar/
Event.java 152 public Event nextLeft;
  /external/icu/icu4c/source/common/
ucurr.cpp 174 const icu::UnicodeString *nextLeft = firstLeft;
176 while (nextLeft != NULL && nextRight != NULL) {
177 if (*nextLeft == rhs || *nextRight == lhs) {
181 nextLeft = leftIter.next();
    [all...]
  /frameworks/support/core-ui/java/android/support/v4/view/
PagerTitleStrip.java 406 final int nextLeft = Math.max(stripWidth - paddingRight - nextWidth,
408 mNextText.layout(nextLeft, nextTop, nextLeft + nextWidth,
  /packages/apps/Gallery2/src/com/android/photos/views/
GalleryThumbnailView.java 510 int nextLeft = getChildCount() == 0 ? 0 : getChildAt(getChildCount() - 1).getRight();
511 while (nextLeft < end && pos < mItemCount) {
512 pos += makeAndAddColumn(pos, nextLeft, true);
513 nextLeft = getChildAt(getChildCount() - 1).getRight();
  /frameworks/base/core/java/android/widget/
GridView.java 330 int nextLeft;
333 nextLeft = getWidth() - mListPadding.right - columnWidth -
336 nextLeft = mListPadding.left +
348 nextLeft += (isLayoutRtl ? -1 : +1) * deltaLeft;
366 child = makeAndAddView(pos, y, flow, nextLeft, selected, where);
368 nextLeft += nextChildDir * columnWidth;
370 nextLeft += nextChildDir * horizontalSpacing;
    [all...]
  /prebuilts/tools/common/m2/repository/org/abego/treelayout/org.abego.treelayout.core/1.0.1/
org.abego.treelayout.core-1.0.1.jar 
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /prebuilts/sdk/current/extras/constraint-layout-solver/
android-support-constraint-layout-solver.jar 
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /sdk/apps/NotificationStudio/libs/
android-support-v4.jar 
  /development/samples/ControllerSample/libs/
android-support-v4.jar 
  /development/samples/training/ContactsList/libs/
android-support-v4.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /external/robolectric/v1/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/18.0.0/
support-v4-18.0.0.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.0/
support-v4-19.0.0.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/19.0.1/
support-v4-19.0.1.jar 

Completed in 1049 milliseconds

1 2 3