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

  /packages/apps/ExactCalculator/src/com/android/calculator2/
HistoryFragment.java 43 private DragLayout mDragLayout;
63 mDragLayout = (DragLayout) container.getRootView().findViewById(R.id.drag_layout);
64 mDragLayout.addDragCallback(this);
167 return mDragLayout.createAnimator(enter);
174 if (mDragLayout != null) {
175 mDragLayout.removeDragCallback(this);
Calculator.java 255 private DragLayout mDragLayout;
417 mDragLayout = (DragLayout) findViewById(R.id.drag_layout);
418 mDragLayout.removeDragCallback(this);
419 mDragLayout.addDragCallback(this);
420 mDragLayout.setCloseCallback(this);
452 mDragLayout.isOpen() ? View.IMPORTANT_FOR_ACCESSIBILITY_NO_HIDE_DESCENDANTS
549 mDragLayout.removeDragCallback(this);
594 if (mDragLayout.isOpen() && historyFragment != null) {
605 if (mDragLayout.isOpen() && historyFragment != null) {
    [all...]

Completed in 668 milliseconds