Lines Matching defs:page

345     // Holds the page that we need to animate to, and the icon views that we need to animate up
346 // when we scroll to that page on resume.
458 // We only load the page synchronously if the user rotates (or triggers a
535 * ensure the custom content page is added or removed if necessary.
544 // Create the custom content page and call the subclass to populate it.
717 // that the drop page actually exists.
813 // we make sure that the drop page actually exists.
1055 // If we are resuming and the custom content is the current page, we call onShow().
1057 // if PagedView#setRestorePage was set to the custom content page in onCreate().
1988 // Reset the apps customize page
2010 for (int page: mSynchronouslyBoundPages) {
2011 mWorkspace.restoreInstanceStateForChild(page);
3362 final View page = content.getPageAt(content.getCurrentPage());
3372 // Hide the real page background, and swap in the fake one
3385 // Get the y delta between the center of the page and the center of the all apps button
3418 if (page != null) {
3419 page.setVisibility(View.VISIBLE);
3420 page.setLayerType(View.LAYER_TYPE_HARDWARE, null);
3421 layerViews.add(page);
3423 ObjectAnimator pageDrift = ObjectAnimator.ofFloat(page, "translationY", yDrift, 0);
3424 page.setTranslationY(yDrift);
3430 page.setAlpha(0f);
3431 ObjectAnimator itemsAlpha = ObjectAnimator.ofFloat(page, "alpha", 0f, 1f);
3478 if (page != null) {
3479 page.setLayerType(View.LAYER_TYPE_NONE, null);
3599 final View page = content.getPageAt(content.getNextPage());
3605 if (child != page) {
3629 // Hide the real page background, and swap in the fake one
3681 if (page != null) {
3682 page.setLayerType(View.LAYER_TYPE_HARDWARE, null);
3684 ObjectAnimator pageDrift = LauncherAnimUtils.ofFloat(page, "translationY",
3686 page.setTranslationY(0);
3692 page.setAlpha(1f);
3693 ObjectAnimator itemsAlpha = LauncherAnimUtils.ofFloat(page, "alpha", 1f, 0f);
3751 if (page != null) {
3752 page.setLayerType(View.LAYER_TYPE_NONE, null);
3762 // Reset page transforms
3763 if (page != null) {
3764 page.setTranslationX(0);
3765 page.setTranslationY(0);
3766 page.setAlpha(1);
4148 // Create the custom content page (this call updates mDefaultScreen which calls
4211 // animations on the new page (which we will try and snap to).
4309 // Animate to the correct page
4482 public void onPageBoundSynchronously(int page) {
4483 mSynchronouslyBoundPages.add(page);
4517 // TODO: this moves the user to the page where the pending item was added. Ideally,
4518 // the screen would be guaranteed to exist after bind, and the page would be set through