HomeSort by relevance Sort by last modified time
    Searched full:alignment_value (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/
SlidingTab.java 180 private int alignment_value; field in class:SlidingTab.Slider
237 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getRight()
238 : alignment_value - tab.getLeft()) : 0;
239 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getBottom()
240 : alignment_value - tab.getTop());
298 int dx = horiz ? (alignment == ALIGN_LEFT ? alignment_value - tab.getLeft()
299 : alignment_value - tab.getRight()) : 0;
300 int dy = horiz ? 0 : (alignment == ALIGN_TOP ? alignment_value - tab.getTop()
301 : alignment_value - tab.getBottom());
362 alignment_value = l
    [all...]
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_per_browser.cc     [all...]
chrome_launcher_controller_per_app.cc     [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
type_traits     [all...]

Completed in 200 milliseconds