Searched defs:panel (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DMoreKeysPanel.java26 * @param panel the panel to be shown.
28 public void onShowMoreKeysPanel(final MoreKeysPanel panel); argument
36 * Instructs the parent to cancel the panel (e.g., when entering a different input mode).
43 public void onShowMoreKeysPanel(final MoreKeysPanel panel) {}
52 * controller's onShowMoreKeysPanel to add the panel's container view.
67 * Dismisses the more keys panel and calls the controller's onDismissMoreKeysPanel to remove
68 * the panel's container view.
73 * Process a move event on the more keys panel.
83 * Process a down event on the more keys panel
[all...]
H A DMainKeyboardView.java155 // More keys panel (used by both more keys keyboard and more suggestions view)
661 // TODO: Implement zoom in animation of more keys panel.
673 public void onShowMoreKeysPanel(final MoreKeysPanel panel) { argument
675 panel.showInParent(mDrawingPreviewPlacerView);
676 mMoreKeysPanel = panel;
731 // When a more keys panel is showing, we should ignore other fingers' single touch events
732 // other than the finger that is showing the more keys panel.
H A DPointerTracker.java185 // the more keys panel currently being shown. equals null if no panel is active.
642 // When this pointer is the only active pointer and is showing a more keys panel,
786 // the gestured touch points are still being recorded in case the panel is dismissed.
904 // touch panel firmware. This hack detects such cases and translates the move event to
912 // down-move-up event by touch panel firmware. This hack detects such cases and breaks
1065 public void onShowMoreKeysPanel(final MoreKeysPanel panel) { argument
1067 final int translatedX = panel.translateX(mLastX);
1068 final int translatedY = panel.translateY(mLastY);
1069 panel
[all...]
/packages/apps/Dialer/src/com/android/dialer/widget/
H A DOverlappingPaneLayout.java70 * This is the minimum section of the sliding panel that will
76 * True if a panel can slide with the current measurements
91 * How far the panel is offset from its closed position.
97 * How far the panel is offset from its closed position, in pixels.
103 * How far in pixels the slideable panel may move.
108 * A panel view is locked into internal scrolling or another condition that
143 * Stores an offset used to represent a point somewhere in between the panel's fully closed
144 * state and fully opened state where the panel can be temporarily pinned or opened up to
181 * @param panel The child view that was moved
184 public void onPanelSlide(View panel, floa argument
190 onPanelOpened(View panel) argument
197 onPanelClosed(View panel) argument
262 dispatchOnPanelSlide(View panel) argument
266 dispatchOnPanelOpened(View panel) argument
271 dispatchOnPanelClosed(View panel) argument
276 updateObscuredViewsVisibility(View panel) argument
[all...]

Completed in 100 milliseconds