HomeSort by relevance Sort by last modified time
    Searched full:overlay (Results 151 - 175 of 1450) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/resources/print_preview/search/
destination_search.html 1 <div id="destination-search" class="destination-search overlay transparent">
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
instant_overlay_controller_mac.h 18 OverlayableContentsController* overlay);
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
keyboard_handler.h 15 // Customize modifier keys overlay page UI handler.
  /external/chromium_org/chrome/common/extensions/api/
first_run_private.json 36 "description": "Launches overlay tutorial.",
  /external/chromium_org/ppapi/api/dev/
ppp_scrollbar_dev.idl 30 [in] PP_Bool overlay);
  /hardware/qcom/display/msm8960/liboverlay/
Android.mk 13 overlay.cpp \
  /hardware/qcom/display/msm8974/liboverlay/
Android.mk 13 overlay.cpp \
  /hardware/qcom/display/msm8x26/liboverlay/
Android.mk 13 overlay.cpp \
  /packages/apps/Email/res/xml/
senders_product.xml 16 <!-- Actual entries should be in the overlay files found elsewhere -->
  /packages/apps/UnifiedEmail/unified_src/
README 5 should go in the Gmail/Email overlay of UnifiedEmail. But for now, this allows us to use a single
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/
.project 3 <name>plugin-adt-overlay</name>
  /external/chromium_org/base/prefs/
overlay_user_pref_store_unittest.cc 25 // prefs using the overlay pref store, so make up keys here.
60 // Check that overwriting change in overlay is reported.
70 // Check that overlay remove is reported.
166 // Check that we get this value from the overlay
170 // Check that overwriting change in overlay is reported.
175 // Check that we get this value from the overlay and the underlay.
181 // Check that overlay remove is reported.
186 // Check that value was removed from overlay and underlay
211 // Check that if there is no override in the overlay, changing underlay value
212 // is reported as changing an overlay value
    [all...]
  /hardware/qcom/display/msm8960/libhwcomposer/
hwc_utils.h 47 namespace ovutils = overlay::utils;
49 namespace overlay { namespace
50 class Overlay;
128 void add(hwc_layer_1_t* layer, overlay::Rotator *rot);
132 overlay::Rotator* getRot(uint32_t index) const;
136 overlay::Rotator* mRot[MAX_SESS];
149 inline overlay::Rotator* LayerRotMap::getRot(uint32_t index) const {
202 overlay::Rotator **rot);
208 const ovutils::eDest& rDest, overlay::Rotator **rot);
307 //Overlay object - NULL for non overlay device
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/service/
MovieMediaItem.java 25 import android.media.videoeditor.Overlay;
59 // The overlay applied to the media item
127 final List<Overlay> overlays = mediaItem.getAllOverlays();
128 for (Overlay overlay : overlays) {
129 addOverlay(new MovieOverlay(overlay));
397 * @return The overlay
404 * Only one overlay is supported at this time
406 * @param overlay The overlay
    [all...]
  /external/chromium/chrome/browser/resources/options/
autofill_options.js 82 * Shows the 'Add address' overlay, specifically by loading the
83 * 'Edit address' overlay, emptying the input fields and modifying the
84 * overlay title.
95 * Shows the 'Add credit card' overlay, specifically by loading the
96 * 'Edit credit card' overlay, emptying the input fields and modifying the
97 * overlay title.
166 * Shows the 'Edit address' overlay, using the data in |address| to fill the
179 * Shows the 'Edit credit card' overlay, using the data in |credit_card| to
  /external/chromium/chrome/browser/ui/views/
keyboard_overlay_dialog_view.h 18 // A customized dialog view for the keyboard overlay.
32 // Shows the keyboard overlay.
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_view.h 28 // A customized dialog view for the keyboard overlay.
48 // Shows the keyboard overlay.
  /external/chromium_org/chrome/browser/resources/chromeos/
browser_options.js 39 * Handles addBluetoothDevice call, display the Bluetooth pairing overlay
51 // the Bluetooth pairing overlay.
mobile_setup_portal.html 15 <div id="systemStatus" class="overlay opaque-overlay" hidden>
  /external/chromium_org/chrome/browser/resources/options/
autofill_options.js 85 * Shows the 'Add address' overlay, specifically by loading the
86 * 'Edit address' overlay and modifying the overlay title.
96 * Shows the 'Add credit card' overlay, specifically by loading the
97 * 'Edit credit card' overlay and modifying the overlay title.
156 * Shows the 'Edit address' overlay, using the data in |address| to fill the
169 * Shows the 'Edit credit card' overlay, using the data in |credit_card| to
  /external/chromium_org/chrome/browser/ui/cocoa/constrained_window/
constrained_window_sheet_info.h 36 // Hides the sheet and the associated overlay window. Hiding is done in such
40 // Shows the sheet and the associated overlay window.
  /external/qemu/distrib/sdl-1.2.15/docs/html/
sdloverlay.html 83 >SDL_Overlay&nbsp;--&nbsp;YUV video overlay</DIV
133 >Overlay format (see below)</TD
148 >Width and height of overlay</TD
163 >Number of planes in the overlay. Usually either 1 or 3</TD
193 >An array of pointers to teh data of each plane. The overlay should be locked before these pointers are used.</TD
208 >This will be set to 1 if the overlay is hardware accelerated.</TD
233 > except it stores a YUV overlay. All the fields are read only, except for <TT
246 > field stores the format of the overlay which is one of the following:
  /external/qemu/distrib/sdl-1.2.15/test/
README 23 testoverlay Tests the software/hardware overlay functionality.
24 testoverlay2 Tests the overlay flickering/scaling during playback.
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMapView.java 10 import com.google.android.maps.Overlay;
23 * {@code Overlay}s, and {@code TouchEvent}s
30 private List<Overlay> overlays = new ArrayList<Overlay>();
146 public List<Overlay> getOverlays() {
172 for (Overlay overlay : overlays) {
173 if (overlay.onTouchEvent(event, realMapView)) {
  /frameworks/base/docs/html/design/
index.jd 11 #text-overlay {
24 <div id="text-overlay">

Completed in 2748 milliseconds

1 2 3 4 5 67 8 91011>>