HomeSort by relevance Sort by last modified time
    Searched full:pager (Results 151 - 175 of 364) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/swiftshader/third_party/LLVM/test/Transforms/GVN/
2009-01-22-SortInvalidation.ll 13 %struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i8, i8, i8, i8, i8, i8, i8, i8, i32, i16, i16, i32, i32, i32, i32, i8, i32, i8*, void (i8*)*, %struct.sqlite3_mutex*, %struct.BusyHandler, i32, %struct.BtShared*, %struct.BtLock*, %struct.Btree* }
40 %struct.Pager = type { %struct.sqlite3_vfs*, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, %struct.Bitvec*, %struct.Bitvec*, i8*, i8*, i8*, i8*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.BusyHandler*, %struct.PagerLruList, %struct.PgHdr*, %struct.PgHdr*, %struct.PgHdr*, i64, i64, i64, i64, i64, i32, void (%struct.PgHdr*, i32)*, void (%struct.PgHdr*, i32)*, i32, %struct.PgHdr**, i8*, [16 x i8] }
44 %struct.PgHdr = type { %struct.Pager*, i32, %struct.PgHdr*, %struct.PgHdr*, %struct.PagerLruLink, %struct.PgHdr*, i8, i8, i8, i8, i8, i16, %struct.PgHdr*, %struct.PgHdr*, i8* }
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
OnePaneController.java 67 * Listener for pager animation to complete and then remove the TL fragment.
78 // Once the pager is done animating in, we are ready to remove the
269 * Override showConversation with animation parameter so that we animate in the pager when
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /developers/build/prebuilts/gradle/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 67 * The main activity with a view pager, containing three pages:<p/>
259 mPager = (GridViewPager) findViewById(R.id.pager);
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /developers/samples/android/wearable/wear/DataLayer/Wearable/src/main/java/com/example/android/wearable/datalayer/
MainActivity.java 67 * The main activity with a view pager, containing three pages:<p/>
259 mPager = (GridViewPager) findViewById(R.id.pager);
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /development/samples/browseable/DataLayer/Wearable/src/com.example.android.wearable.datalayer/
MainActivity.java 67 * The main activity with a view pager, containing three pages:<p/>
259 mPager = (GridViewPager) findViewById(R.id.pager);
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 154 * Sets the associated view pager. Note that the assumption here is that the pager content
  /external/fmtlib/doc/bootstrap/
variables.less 462 //== Pager
466 @pager-bg: @pagination-bg;
467 @pager-border: @pagination-border;
468 @pager-border-radius: 15px;
470 @pager-hover-bg: @pagination-hover-bg;
472 @pager-active-bg: @pagination-active-bg;
473 @pager-active-color: @pagination-active-color;
475 @pager-disabled-color: @pagination-disabled-color;
  /external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
ExampleNumbersTest.java 115 Set<PhoneNumberType> pagerTypes = EnumSet.of(PhoneNumberType.PAGER);
116 checkNumbersValidAndCorrectType(PhoneNumberType.PAGER, pagerTypes);
  /frameworks/base/core/java/com/android/internal/widget/
ViewPager.java 90 /** Logical position of the item within the pager adapter. */
137 // or end of the pager data set during touch scrolling.
182 // If the pager is at least this close to its final position, complete the scroll
184 // "catching" the flinging pager.
207 * Indicates that the pager is in an idle, settled state. The current page
213 * Indicates that the pager is currently being dragged by the user.
218 * Indicates that the pager is in the process of settling to a final position.
257 * begins dragging, when the pager is automatically settling to the current page,
305 * position of the pager. 0 is front and center. 1 is one full
320 * pager decorations by default
    [all...]
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
W3cHints.java 71 public static final String PREFIX_PAGER = "pager";
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailActivity.java 86 mPager = (ViewPager) findViewById(R.id.pager);
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/multidatasetservice/
W3cHints.java 71 public static final String PREFIX_PAGER = "pager";
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/ui/
ImageDetailActivity.java 86 mPager = (ViewPager) findViewById(R.id.pager);

Completed in 8155 milliseconds

1 2 3 4 5 67 8 91011>>