OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bubbleContent
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Launcher3/src/com/android/launcher3/
Cling.java
510
View
bubbleContent
= findViewById(R.id.bubble_content);
512
bubbleContent
.getGlobalVisibleRect(bubbleRect);
516
float radius = Math.min(maxRadius, (
bubbleContent
.getMeasuredWidth() + buffer) / 2);
/external/chromium_org/chrome/browser/resources/ntp4/
new_tab.js
215
var
bubbleContent
= $('login-status-bubble-contents');
216
loginBubble.content =
bubbleContent
;
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/
slide_mode.js
132
var
bubbleContent
= util.createChild(this.bubble_);
133
bubbleContent
.innerHTML = this.displayStringFunction_(
[
all
...]
Completed in 135 milliseconds