HomeSort by relevance Sort by last modified time
    Searched full:hotspot (Results 76 - 100 of 268) sorted by null

1 2 34 5 6 7 8 91011

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCursorImageValue.cpp 48 CSSCursorImageValue::CSSCursorImageValue(PassRefPtrWillBeRawPtr<CSSValue> imageValue, bool hasHotSpot, const IntPoint& hotSpot)
52 , m_hotSpot(hotSpot)
  /external/chromium_org/third_party/webrtc/modules/desktop_capture/
mouse_cursor_monitor_x11.cc 200 DesktopVector hotspot(std::min(img->width, img->xhot),
205 cursor_shape_.reset(new MouseCursor(image.release(), hotspot));
screen_capturer_mac.mm 529 NSPoint hotspot = [cursor hotSpot];
556 cursor_shape->hotspot.set(hotspot.x, hotspot.y);
564 last_cursor_.hotspot.equals(cursor_shape->hotspot) &&
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
RippleDrawable.java 135 // Hotspot coordinates that are awaiting activation.
490 * Creates an active hotspot at the specified location.
510 * Attempts to start an enter animation for the active hotspot. Fails if
540 * Attempts to start an exit animation for the active hotspot. Fails if
541 * there is no active hotspot.
594 * Notifies all the animating ripples that the hotspot bounds have changed.
798 // Translate the canvas to the current hotspot bounds.
944 * of the drawable bounds (or hotspot bounds, if specified) to a corner.
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiApConfigStore.java 154 Log.e(TAG, "Bad version on hotspot configuration file, set defaults");
194 Log.e(TAG, "Error writing hotspot configuration" + e);
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
Preconditions.java 242 * 2-8 in microbenchmarks, not just 10-20%. (This is a hotspot optimizer
252 * Hotspot is fine with that.
287 // Carefully optimized for execution by hotspot (explanatory comment above)
336 // Carefully optimized for execution by hotspot (explanatory comment above)
369 // Carefully optimized for execution by hotspot (explanatory comment above)
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
Preconditions.java 242 * 2-8 in microbenchmarks, not just 10-20%. (This is a hotspot optimizer
252 * Hotspot is fine with that.
287 // Carefully optimized for execution by hotspot (explanatory comment above)
336 // Carefully optimized for execution by hotspot (explanatory comment above)
369 // Carefully optimized for execution by hotspot (explanatory comment above)
  /external/chromium_org/remoting/android/java/src/org/chromium/chromoting/
DesktopView.java 226 Point hotspot = JniInterface.getCursorHotspot(); local
227 canvas.drawBitmap(cursorBitmap, x - hotspot.x, y - hotspot.y, new Paint());
  /external/replicaisland/src/com/replica/replicaisland/
AnimationComponent.java 289 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem;
290 if (hotSpot != null) {
292 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
PlayerComponent.java 280 HotSpotSystem hotSpot = sSystemRegistry.hotSpotSystem;
281 if (hotSpot != null) {
283 if (hotSpot.getHotSpot(parentObject.getCenteredPositionX(),
  /external/wpa_supplicant_8/hs20/server/ca/
setup.sh 19 cat openssl-root.cnf | sed "s/#@CN@/commonName_default = Hotspot 2.0 Trust Root CA - 99/" > openssl.cnf.tmp
38 cat openssl.cnf | sed "s/#@CN@/commonName_default = w1.fi Hotspot 2.0 Intermediate CA/" > openssl.cnf.tmp
99 sed "s/#@OU@/organizationalUnitName_default = Hotspot 2.0 Online Sign Up Server/" |
  /frameworks/base/docs/html/about/versions/
android-2.2-highlights.jd 133 <h3>Portable hotspot</h3>
139 hotspot</span> that can be shared with up to 8 devices.</p>
145 <img src="{@docRoot}sdk/images/2.2/22hotspot.png" alt="" height=180 />
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QSTileHost.java 93 ZenModeController zen, HotspotController hotspot,
104 mHotspot = hotspot;
260 else if (tileSpec.equals("hotspot")) return new HotspotTile(this);
  /external/chromium_org/remoting/ios/bridge/
client_proxy.mm 145 hotspot:webrtc::DesktopVector(cursor_shape.hotspot_x(),
client_instance_unittest.mm 61 hotspot:(const webrtc::DesktopVector&)hotspot
  /external/jsilver/src/com/google/clearsilver/jsilver/functions/escape/
SimpleEscapingFunction.java 90 // We really hope that the hotspot compiler inlines this call properly
  /external/objenesis/main/src/org/objenesis/strategy/
StdInstantiatorStrategy.java 85 // - Java Hotspot version 1.4 and higher
  /external/wpa_supplicant_8/hs20/client/
osu_client.h 2 * Hotspot 2.0 - OSU client
  /external/wpa_supplicant_8/hs20/server/
hs20_spp_server.c 2 * Hotspot 2.0 SPP server - standalone version
hs20-osu-server.txt 0 Hotspot 2.0 OSU server
118 # Install Hotspot 2.0 SPP and OMA DM XML schema/DTD files
  /external/wpa_supplicant_8/src/ap/
hs20.c 2 * Hotspot 2.0 AP ANQP processing
  /art/test/003-omnibus-opcodes/src/
Classes.java 50 //Dalvik throws terser message than Hotspot VM
61 //Dalvik throws terser message than Hotspot VM
  /external/chromium_org/remoting/client/plugin/
pepper_input_handler.cc 211 const pp::Point& hotspot) {
213 cursor_hotspot_ = hotspot;
  /external/chromium_org/third_party/WebKit/ManualTests/
css3-cursor-fallback-quirks.html 24 <td><div style='width:100px;height:100px;background-color:lightblue; cursor:url(resources/helpCursor.tiff) 1 1 text;'></div></td> <!-- CSS3 hot spot - invalid, should have comma after hotspot coords -->
57 <p>In each of the blue boxes below, the hotspot is out-of-range. In quirks mode we do not support hotspots at all, so we show the fallback cursor(text).</p>
  /external/guava/guava/src/com/google/common/base/
Preconditions.java 253 * 2-8 in microbenchmarks, not just 10-20%. (This is a hotspot optimizer
263 * Hotspot is fine with that.
299 // Carefully optimized for execution by hotspot (explanatory comment above)
349 // Carefully optimized for execution by hotspot (explanatory comment above)
382 // Carefully optimized for execution by hotspot (explanatory comment above)

Completed in 6428 milliseconds

1 2 34 5 6 7 8 91011