Searched refs:PagedOrientationHandler (Results 1 – 10 of 10) sorted by relevance
30 import com.android.launcher3.touch.PagedOrientationHandler31 import com.android.launcher3.touch.PagedOrientationHandler.Float2DAction32 import com.android.launcher3.touch.PagedOrientationHandler.Int2DAction44 interface RecentsPagedOrientationHandler : PagedOrientationHandler {
46 import com.android.launcher3.touch.PagedOrientationHandler.ChildBounds47 import com.android.launcher3.touch.PagedOrientationHandler.Float2DAction48 import com.android.launcher3.touch.PagedOrientationHandler.Int2DAction
33 public interface PagedOrientationHandler { interface35 PagedOrientationHandler DEFAULT = new DefaultPagedViewHandler();
28 public class DefaultPagedViewHandler implements PagedOrientationHandler {
24 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_BY;25 import static com.android.launcher3.touch.PagedOrientationHandler.VIEW_SCROLL_TO;58 import com.android.launcher3.touch.PagedOrientationHandler;59 import com.android.launcher3.touch.PagedOrientationHandler.ChildBounds;121 private PagedOrientationHandler mOrientationHandler =122 PagedOrientationHandler.DEFAULT;235 protected PagedOrientationHandler getPagedOrientationHandler() { in getPagedOrientationHandler()239 protected void setOrientationHandler(PagedOrientationHandler orientationHandler) { in setOrientationHandler()
41 import com.android.launcher3.touch.PagedOrientationHandler;179 PagedOrientationHandler orientationHandler = getOrientationHandler(); in getWindowTargetRect()
50 import com.android.launcher3.touch.PagedOrientationHandler;
22 import static com.android.launcher3.touch.PagedOrientationHandler.MATRIX_POST_TRANSLATE;
136 import com.android.launcher3.touch.PagedOrientationHandler;1370 PagedOrientationHandler orientationHandler = recentsView.getPagedOrientationHandler(); in getDefaultWindowTargetRect()
55 import static com.android.launcher3.touch.PagedOrientationHandler.CANVAS_TRANSLATE;