HomeSort by relevance Sort by last modified time
    Searched refs:extraOffset (Results 1 - 21 of 21) sorted by null

  /developers/build/prebuilts/gradle/AdapterTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/build/prebuilts/gradle/FragmentTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 268 int extraOffset = (selectedTitle != null)
271 scrollToTab(position, extraOffset);
  /frameworks/base/libs/hwui/
PathTessellator.cpp 410 const int extraOffset = (extra + 1) / 2;
412 ? 2 * offset + 6 + 2 * (extra + extraOffset)
413 : offset + 2 + 2 * extraOffset;
452 const int postCapIndex = (isRound && isFirst) ? (2 * extraOffset - 2) : capIndex + (2 * extra);
487 if (isFirst && i == extra - extraOffset) {
497 const int startCapFillIndex = capIndex + 2 * (extra - extraOffset) + 4;
585 const int extraOffset = (extra + 1) / 2;
588 int currentAAOuterIndex = 2 + 2 * extraOffset;
590 int currentStrokeIndex = currentAAInnerIndex + 7 + (3 * extra - 2 * extraOffset);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineTextBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/scrolling/
ScrollingCoordinator.cpp 459 LayoutSize extraOffset;
462 extraOffset = -compositedLayer->offsetFromSquashingLayerOrigin();
471 extraOffset = compositedLayerMapping->contentOffsetInCompositingLayer();
497 rect.move(extraOffset);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollController.java 458 final public void setAlignExtraOffset(int extraOffset) {
459 mAlignExtraOffset = extraOffset;
    [all...]

Completed in 510 milliseconds