/external/webkit/WebKit/android/jni/ |
WebViewCore.h | 423 // Make the rect (left, top, width, height) visible. If it can be fully 425 // by (left + xPercentInDoc * width, top + yPercentInDoc * height) 427 void showRect(int left, int top, int width, int height, int contentWidth,
|
PictureSet.cpp | 587 int top = bounds.fTop; local 594 cBounds.set(left, top, right, bottom); 600 top = bottom;
|
/frameworks/base/core/java/android/inputmethodservice/ |
InputMethodService.java | 107 * the application and its top part will contain the extract text of what is 164 * not need to change. The editor is placed at the top of the IME, above the 281 info.contentInsets.top = info.visibleInsets.top 286 info.contentInsets.top = mTmpInsets.contentTopInsets; 287 info.visibleInsets.top = mTmpInsets.visibleTopInsets; 485 * This is the top part of the UI that is the main content. It is 489 * of the application behind. This value is relative to the top edge 495 * This is the top part of the UI that is visibly covering the 502 * needed to make the focus visible. This value is relative to the top edg [all...] |
/frameworks/base/libs/ui/ |
FramebufferNativeWindow.cpp | 71 * In fact this is an implementation of ANativeWindow on top of 160 return fbDev->setUpdateRect(fbDev, r.left, r.top, r.width(), r.height());
|
/packages/apps/Gallery3D/src/com/cooliris/media/ |
StringTexture.java | 192 // for top 195 int y = (config.yalignment == Config.ALIGN_TOP) ? -metrics.top + padding
|
/external/chromium/third_party/icu/source/i18n/ |
olsontz.cpp | 77 * @param top the top-level zoneinfo resource bundle. This is used 82 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, 89 if ((top == NULL || res == NULL) && U_SUCCESS(ec)) { 182 r = TimeZone::loadRule(top, ruleid, NULL, ec); [all...] |
/external/chromium/third_party/icu/source/tools/gennames/ |
gennames.c | 1407 uint32_t top=lineTop+length; local [all...] |
/external/icu4c/i18n/ |
olsontz.cpp | 107 * @param top the top-level zoneinfo resource bundle. This is used 112 OlsonTimeZone::OlsonTimeZone(const UResourceBundle* top, 119 if ((top == NULL || res == NULL) && U_SUCCESS(ec)) { 199 UResourceBundle *rule = TimeZone::loadRule(top, ruleID, NULL, ec); [all...] |
/external/icu4c/tools/gennames/ |
gennames.c | 1547 uint32_t top=lineTop+length; local [all...] |
/external/webkit/WebCore/platform/gtk/ |
RenderThemeGtk.cpp | 252 gint left, top, right, bottom; local 256 if (moz_gtk_get_widget_border(type, &left, &top, &right, &bottom, direction, inhtml) != MOZ_GTK_SUCCESS) 264 style->setPaddingTop(Length(ypadding + top, Fixed));
|
/external/webkit/WebCore/rendering/ |
RenderTheme.cpp | 100 if (borderBox.top().value() != style->borderTopWidth()) { 101 if (borderBox.top().value()) 102 style->setBorderTopWidth(borderBox.top().value()); [all...] |
/external/webkit/WebKit/chromium/tests/ |
TransparencyWinTest.cpp | 45 static_cast<float>(rect->top), 47 static_cast<float>(rect->bottom - rect->top)); 58 innerRc.top = y; 74 // Resets the top layer's alpha channel to 0 for each pixel. This simulates 335 // pixels from the top left. So we're actually clearing (2, 2) and 358 // 50% green on top of red = FF808000 (rounded to what Skia will produce). 450 // Top corner should be the original background. 453 // Check the stripe down the middle, first at the top... 466 // Our red square should be 25% red over the top of those two. 486 // The background is white on top with red on bottom [all...] |
/frameworks/base/core/java/android/widget/ |
PopupWindow.java | 43 * windows is a floating container that appears on top of the current 739 * <code>Gravity.LEFT | Gravity.TOP</code>. 762 gravity = Gravity.TOP | Gravity.LEFT; 775 * corner of the popup is pinned at the top left corner of the anchor view.</p> 791 * corner of the popup is pinned at the top left corner of the anchor view.</p> 921 // these gravity settings put the view at the top left corner of the 925 p.gravity = Gravity.LEFT | Gravity.TOP; [all...] |
/frameworks/base/core/jni/ |
android_app_NativeActivity.cpp | 345 event = mAvailKeyEvents.top(); 358 event = mAvailMotionEvents.top(); 972 rect.top = y; [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | [all...] |
/packages/apps/Email/src/com/android/email/mail/store/ |
Pop3Store.java | 744 * is fetched. This is implemented with RETR for lines = -1 or TOP 745 * for any other value. If the server does not support TOP it is 749 * support TOP after all. For better performance on these servers, we'll always 750 * probe TOP, and fall back to RETR when it's truly unsupported. 763 // Fetch partial message. Try "TOP", and fall back to slower "RETR" if necessary 765 response = executeSimpleCommand(String.format("TOP %d %d", messageId, lines)); 969 public boolean top; field in class:Pop3Store.Pop3Capabilities [all...] |
/packages/apps/Gallery/src/com/android/camera/ |
GalleryPicker.java | 695 int top = (newMap.getHeight() - overlayHeight) / 2; 696 Rect newBounds = new Rect(left, top, left + overlayWidth, 697 top + overlayHeight);
|
/external/webkit/SunSpider/tests/parse-only/ |
prototype-1.6.0.3.js | [all...] |
concat-jquery-mootools-prototype.js | 752 var val, props = { position: "absolute", visibility: "hidden", display:"block" }, which = name == "width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ]; [all...] |
/frameworks/base/core/java/android/webkit/ |
WebViewCore.java | [all...] |
/external/v8/src/ |
api.cc | 68 ASSERT(!i::Top::external_caught_exception()); \ 76 if (thread_local.CallDepthIsZero() && i::Top::is_out_of_memory()) { \ 81 i::Top::OptionalRescheduleException(call_depth_is_zero); \ 320 i::Top::ScheduleThrow(i::Heap::undefined_value()); 322 i::Top::ScheduleThrow(*Utils::OpenHandle(*value)); 478 thread_local.SaveContext(i::Top::context()); 479 i::Top::set_context(*env); 493 i::Top::set_context(last_context); 2509 i::Address top = i::Heap::NewSpaceTop(); local 2520 i::Address top = i::Heap::NewSpaceTop(); local [all...] |
/cts/tools/dx-tests/lib/ |
jasmin.jar | |
/dalvik/dx/etc/ |
jasmin.jar | |
/external/v8/tools/ |
profile.js | 259 * Performs a BF traversal of the top down call graph. 279 * Calculates a top down profile for a node with the specified label. 280 * If no name specified, returns the whole top down calls tree.
|
/external/webkit/WebKit/android/nav/ |
WebView.cpp | 161 m_javaGlue.m_rectTop = env->GetFieldID(rectClass, "top", "I"); 167 m_javaGlue.m_rectFTop = env->GetFieldID(rectClassF, "top", "F"); 322 int top = rect.y(); local 324 if (top < visible.fTop) { 325 dy = top - visible.fTop; 327 } else if (bottom > visible.fBottom && bottom - top < visible.height()) { 627 int top = (int) env->GetIntField(jRect, m_javaGlue.m_rectTop); local 629 rect->setY(top); [all...] |