HomeSort by relevance Sort by last modified time
    Searched full:preview (Results 1 - 25 of 872) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/ui/cocoa/tab_contents/
previewable_contents_controller.h 15 // the notion of an "active" view vs. a "preview" tab contents view.
21 // The "preview" can be set using |-showPreview:| and |-hidePreview|. When a
22 // preview is set, the active view is hidden (but stays in the view hierarchy).
23 // When the preview is removed, the active view is reshown.
29 // The preview TabContents. Will be NULL if no preview is currently showing.
35 // Sets the current preview and installs its TabContentsView into the view
36 // hierarchy. Hides the active view. |preview| must not be NULL.
37 - (void)showPreview:(TabContents*)preview;
39 // Closes the current preview and shows the active view
    [all...]
previewable_contents_controller.mm 22 - (void)showPreview:(TabContents*)preview {
23 DCHECK(preview);
25 // Remove any old preview contents before showing the new one.
29 previewContents_ = preview;
33 // Hide the active container and add the preview contents.
41 // Remove the preview contents and reshow the active container.
  /external/chromium/chrome/browser/printing/
print_preview_tab_controller.h 5 // For print preview, a print preview (PP) tab is linked with the initiator tab
7 // printing operation while the first print preview tab is still open, that PP
38 // Initiate print preview for |initiator_tab|.
42 // Get/Create the print preview tab for |initiator_tab|.
46 // Returns preview tab for |tab|.
47 // Returns |tab| if |tab| is a preview tab.
48 // Returns NULL if no preview tab exists for |tab|.
60 // Returns true if |tab| is a print preview tab.
66 // 1:1 relationship between initiator tab and print preview tab
    [all...]
print_preview_tab_controller_unittest.cc 14 // Create/Get a preview tab for initiator tab.
33 // Get the preview tab for initiator tab.
37 // New print preview tab is created. Current focus is on preview tab.
44 // Get the print preview tab for initiator tab.
48 // Preview tab already exists. Tab count remains the same.
51 // 1:1 relationship between initiator and preview tab.
55 // To show multiple print preview tabs exist in the same browser for
56 // different initiator tabs. If preview tab already exists for an initiator, it
80 // Create preview tab for |tab_contents_1
    [all...]
print_preview_message_handler.h 15 // TabContents offloads print preview message handling to
28 // Gets the print preview tab associated with |owner_|.
  /development/apps/WidgetPreview/res/values/
strings.xml 18 <string name="application_label">Widget Preview</string>
19 <string name="saving_preview">Saving widget preview...</string>
20 <string name="preview_saved">Widget preview saved!</string>
22 <string name="preview_save_error">Error saving preview</string>
24 <string name="email_subject">Widget preview</string>
25 <string name="email_body">Attached is the preview of your AppWidget</string>
28 <string name="email_button">Email Preview</string>
  /frameworks/base/docs/html/training/camera/
cameradirect.jd 18 <li><a href="#camera-preview">Create the Camera Preview</a></li>
20 <li><a href="#TaskOrientation">Set the Preview Orientation</a></li>
22 <li><a href="#TaskRestartPreview">Restart the Preview</a></li>
23 <li><a href="#TaskReleaseCamera">Stop the Preview and Release the Camera</a></li>
87 <h2 id="camera-preview">Create the Camera Preview</h2>
89 <p>Taking a picture usually requires that your users see a preview of their subject before clicking
93 <h3 id="TaskSetPreview">Preview Class</h3>
95 <p>To get started with displaying a preview, you need preview class. Th
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyPreviewDrawParams.java 20 // The graphical geometry of the key preview.
24 // |preview| height (visible)
33 // The background of a {@link TextView} being used for a key preview may have invisible
35 // the background, we need to record the width and height of key preview that don't include
39 // The key preview may have an arbitrary offset and its background that may have a bottom
40 // padding. To align the more keys keyboard and the key preview we also need to record the
42 // preview background.
  /external/icu4c/i18n/unicode/
udisplaycontext.h 19 * @internal ICU 50 technology preview
25 * @internal ICU 50 technology preview
32 * @internal ICU 50 technology preview
37 * @internal ICU 50 technology preview
45 * @internal ICU 50 technology preview
58 * @internal ICU 50 technology preview
65 * @internal ICU 50 technology preview
79 * @internal ICU 50 technology preview
85 * @internal ICU 50 technology preview
91 * @internal ICU 50 technology preview
    [all...]
colldata.h 29 * @internal ICU 4.0.1 technology preview
35 * @internal ICU 4.0.1 technology preview
43 * @internal ICU 4.0.1 technology preview
49 * @internal ICU 4.0.1 technology preview
57 * @internal ICU 4.0.1 technology preview
65 * @internal ICU 4.0.1 technology preview
81 * @internal ICU 4.0.1 technology preview
87 * @internal ICU 4.0.1 technology preview
96 * @internal ICU 4.0.1 technology preview
107 * @internal ICU 4.0.1 technology preview
    [all...]
  /external/chromium/chrome/browser/ui/webui/
print_preview_ui_html_source.h 20 // A SharedMemory that contains the data for print preview,
21 // and the size of the print preview data in bytes.
27 // Gets the print preview |data|. The data is valid as long as the
31 // Sets the print preview |data|. PrintPreviewHandler owns the data and is
44 // Current print preview data, the contents of which are owned by
  /device/generic/goldfish/camera/
PreviewWindow.h 22 * of a preview window set via set_preview_window camera HAL API.
29 /* Encapsulates functionality of a preview window set via set_preview_window
52 * window - Preview window to set. This parameter might be NULL, which
53 * indicates preview window reset.
54 * preview_fps - Preview's frame frequency. This parameter determins when
56 * the preview window. If 'window' parameter passed to this method is
64 /* Starts the preview.
70 /* Stops the preview.
76 /* Checks if preview is enabled. */
111 /* Adjusts cached dimensions of the preview window frame according to th
    [all...]
PreviewWindow.cpp 19 * functionality of a preview window set via set_preview_window camera HAL API.
57 /* Reset preview info. */
63 /* The CPU will write each frame to the preview window buffer.
64 * Note that we delay setting preview window buffer geometry until
68 /* Set preview frequency. */
73 ALOGE("%s: Error setting preview window usage %d -> %s",
115 /* Make sure that preview window dimensions are OK with the camera device */
117 /* Need to set / adjust buffer geometry for the preview window.
118 * Note that in the emulator preview window uses only RGB for pixel
120 ALOGV("%s: Adjusting preview windows %p geometry to %dx%d"
    [all...]
  /external/chromium/chrome/browser/ui/views/frame/
contents_container.h 31 // Makes the preview view the active view and nulls out the old active view.
36 // Sets the preview view. This does not delete the old.
37 void SetPreview(views::View* preview, TabContents* preview_tab_contents);
44 // Returns the bounds of the preview. If the preview isn't active this
45 // retuns the bounds the preview would be shown at.
54 // Removes the fade. This is done implicitly when the preview is made active.
89 // preview overlap the bookmark bar on the new tab page.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/wave/
manifest.json 4 "description": "Find out when you have new waves and preview them fast.",
15 "default_title": "Preview new waves",
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 131 * preview managers to refresh themselves to the latest revision when they
188 for (RenderPreview preview : mPreviews) {
189 preview.disposeThumbnail();
191 RenderPreview preview = mCanvas.getPreview(); local
192 if (preview != null) {
193 preview.disposeThumbnail();
214 * Returns whether there are any manual preview items (provided the current
217 * @return true if there are items in the manual preview list
240 for (RenderPreview preview : old) {
241 preview.dispose()
466 RenderPreview preview = iterator.next(); local
587 RenderPreview preview = mCanvas.getPreview(); local
698 RenderPreview preview = RenderPreview.create(this, configuration); local
771 RenderPreview preview = RenderPreview.create(this, parent); local
956 RenderPreview preview = RenderPreview.create(this, parent); local
1059 RenderPreview preview = RenderPreview.create(this, config); local
1093 RenderPreview preview = RenderPreview.create(this, config); local
1177 RenderPreview preview = mCanvas.getPreview(); local
1492 RenderPreview preview = getPreview(mousePos); local
1612 private RenderPreview preview; field in class:RenderPreviewManager.SwapAnimation
    [all...]
RenderPreviewMode.java 26 /** Preview all the locales */
29 /** Preview all the screen sizes */
32 /** Preview layout as included in other layouts */
35 /** Preview all the variations of this layout */
  /packages/experimental/BugReportSender/res/layout/
bugreport_preview.xml 7 android:id="@+id/preview"
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 202 Bitmap preview = null; local
205 preview = readFromDb(name, unusedBitmap);
208 if (preview != null) {
210 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
212 return preview;
216 preview = generatedPreview;
217 if (preview != unusedBitmap) {
222 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
234 return preview;
324 private void writeToDb(Object o, Bitmap preview) {
    [all...]
  /external/icu4c/common/unicode/
icuplug.h 101 * \internal ICU 4.4 Technology Preview
118 * @internal ICU 4.4 Technology Preview
129 * @internal ICU 4.4 Technology Preview
135 * @internal ICU 4.4 Technology Preview
144 * @internal ICU 4.4 Technology Preview
150 * @internal ICU 4.4 Technology Preview
165 * @internal ICU 4.4 Technology Preview
180 * @internal ICU 4.4 Technology Preview
195 * @internal ICU 4.4 Technology Preview
204 * @internal ICU 4.4 Technology Preview
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CaptureAnimManager.java 45 private float mX; // The center of the whole view including preview and review.
52 /* preview: camera preview view.
87 case 0: // Preview is on the left.
90 case 90: // Preview is below.
93 case 180: // Preview on the right.
96 case 270: // Preview is above.
103 public boolean drawAnimation(GLCanvas canvas, CameraScreenNail preview,
136 preview.directDraw(canvas, (int) mX, (int) mY,
  /development/samples/WiFiDirectDemo/res/layout/
main.xml 17 <!-- Preview: layout=@layout/row_devices -->
24 <!-- Preview: layout=@layout/device_detail -->
  /development/samples/WiFiDirectDemo/res/layout-land/
main.xml 17 <!-- Preview: layout=@layout/row_devices -->
24 <!-- Preview: layout=@layout/device_detail -->
  /development/samples/WiFiDirectDemo/res/layout-large/
main.xml 10 <!-- Preview: layout=@layout/row_devices -->
15 <!-- Preview: layout=@layout/device_detail -->
  /packages/apps/Gallery2/res/xml/
wallpaper_picker_preview.xml 17 <wallpaper-preview xmlns:android="http://schemas.android.com/apk/res/android"
19 </wallpaper-preview>

Completed in 813 milliseconds

1 2 3 4 5 6 7 8 91011>>