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

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
TutorialJAJP.java 60 private List<Bubble> mBubbles = new ArrayList<Bubble>();
76 Bubble bubba = (Bubble) msg.obj;
83 class Bubble {
96 Bubble(Context context, View inputView,
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by,
221 Bubble button;
227 button = new Bubble(context, inputView,
236 button = new Bubble(context, inputView,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
TutorialEN.java 60 private List<Bubble> mBubbles = new ArrayList<Bubble>();
74 Bubble bubba = (Bubble) msg.obj;
81 class Bubble {
94 Bubble(Context context, View inputView,
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by,
217 Bubble button;
221 button = new Bubble(context, inputView,
231 button = new Bubble(context, inputView,
    [all...]
  /external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js 5 <include src="../login/bubble.js"></include>
77 * Shows sign-in error bubble.
88 * Clears error bubble as well as optional menus that could be open.
130 cr.ui.Bubble.decorate($('bubble'));
  /external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js 29 * If non-null, an info bubble for showing messages to the user. It points at
37 * If non-null, an bubble confirming that the user has signed into sync. It
202 loginBubble = new cr.ui.Bubble;
215 var bubbleContent = $('login-status-bubble-contents');
219 // show the bubble yet.
224 promoBubble = new cr.ui.Bubble;
225 promoBubble.anchorNode = getRequiredElement('promo-bubble-anchor');
425 * Shows the notification bubble.
482 * Hide the notification bubble.
  /external/chromium_org/chrome/browser/resources/help/
help.js 31 * Bubble for error messages and notifications.
131 channelChangeDisallowedError.className = 'channel-change-error-bubble';
160 * Shows the bubble.
161 * @param {HTMLDivElement} content The content of the bubble.
162 * @param {HTMLElement} target The element at which the bubble points.
163 * @param {HTMLElement} domSibling The element after which the bubble is
172 var bubble = new cr.ui.AutoCloseBubble;
173 bubble.anchorNode = target;
174 bubble.domSibling = domSibling;
175 bubble.arrowLocation = location
    [all...]
  /external/chromium_org/chrome/browser/resources/login/
display_manager.js 82 var Bubble = cr.ui.Bubble;
203 * Error message (bubble) was shown. This is checked in tests.
914 * Shows sign-in error bubble.
925 messageDiv.className = 'error-message-bubble';
930 messageDiv.classList.add('error-message-bubble-padding');
    [all...]

Completed in 72 milliseconds