HomeSort by relevance Sort by last modified time
    Searched full:preview (Results 101 - 125 of 1839) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/base/docs/html/preview/testing/
guide.jd 19 The Android M Developer Preview gives you an opportunity to ensure your apps work with the next
20 version of the platform. This preview includes a number of APIs and behavior changes that can
21 impact your app, as described in the <a href="{@docRoot}preview/api-overview.html">API
22 Overview</a> and <a href="{@docRoot}preview/behavior-changes.html">Behavior Changes</a>. In testing
23 your app with the preview, there are some specific system changes that you should focus on to
28 This guide describes the what and how to test preview features with your app. You should
29 prioritize testing of these specific preview features, due to their high potential impact on your
42 For more information about how to set up devices or virtual devices with a preview system image
43 for testing, see <a href="{@docRoot}preview/setup-sdk.html">Set up the Preview SDK</a>
    [all...]
  /packages/apps/Camera2/src/com/android/camera/app/
AppController.java 164 /********************** UI / Camera preview **********************/
168 * Freeze what is currently shown on screen until the next preview frame comes
170 * until preview is ready.
175 * Returns the {@link android.graphics.SurfaceTexture} used by the preview
181 * Gets called from module when preview is ready to start.
186 * Gets called from module when preview is started.
191 * Adds a listener to receive callbacks when preview area changes.
197 * Removes a listener that receives callbacks when preview area changes.
203 * Sets up one shot preview callback in order to notify UI when the next
204 * preview frame comes in
    [all...]
  /pdk/apps/TestingCamera/res/values/
strings.xml 22 <string name="preview_on_label">Preview On</string>
24 <string name="preview_off_label">Preview Off</string>
26 <string name="preview_resolution_prompt">Preview size</string>
27 <string name="preview_frame_rate_prompt">Preview Frame Rate</string>
57 <string name="callback_format_prompt">Preview callback format</string>
  /frameworks/base/docs/html-intl/intl/zh-cn/preview/
download.jd 173 <li><a href="{@docRoot}preview/download_mp1.html">Developer Preview Archive</a></li>
189 ??? SDK ??? <a href="{@docRoot}tools/help/sdk-manager.html">Android SDK ???</a>????????????????? SDK ?????????<a href="{@docRoot}preview/setup-sdk.html#downloadSdk">????? SDK</a>?
206 <td>Android M Preview 2<br>Developer Docs</td>
208 >m-preview-2-developer-docs.zip</a><br>
243 >hammerhead-MPZ79M-preview-b1f4bde4.tgz</a><br>
251 >shamu-MPZ79M-preview-e1024040.tgz</a><br>
259 >volantis-MPZ79M-preview-9f305342.tgz</a><br>
268 >fugu-MPZ79N-preview-fb63af98.tgz</a><br>
312 var urlRoot = "http://storage.googleapis.com/androiddevelopers/shareables/preview/";
    [all...]
  /frameworks/base/docs/html-intl/intl/zh-tw/preview/
download.jd 173 <li><a href="{@docRoot}preview/download_mp1.html">Developer Preview Archive</a></li>
189 ??? SDK ??? <a href="{@docRoot}tools/help/sdk-manager.html">Android SDK ???</a>????????????????? SDK ?????????<a href="{@docRoot}preview/setup-sdk.html#downloadSdk">????? SDK</a>?
206 <td>Android M Preview 2<br>Developer Docs</td>
208 >m-preview-2-developer-docs.zip</a><br>
243 >hammerhead-MPZ79M-preview-b1f4bde4.tgz</a><br>
251 >shamu-MPZ79M-preview-e1024040.tgz</a><br>
259 >volantis-MPZ79M-preview-9f305342.tgz</a><br>
268 >fugu-MPZ79N-preview-fb63af98.tgz</a><br>
312 var urlRoot = "http://storage.googleapis.com/androiddevelopers/shareables/preview/";
    [all...]
  /packages/apps/Camera/src/com/android/camera/
SwitchAnimManager.java 27 * An image of the previous camera zooms in and fades out. The preview of the
45 // know how much the preview is scaled and scale the review the same amount.
46 // For example, the preview is not full screen in film strip mode.
70 // preview: camera preview view.
71 // review: snapshot of the preview before switching the camera.
73 int height, CameraScreenNail preview, RawTexture review) {
78 // Calculate the position and the size of the preview.
90 // Calculate how much preview is scaled.
107 // Draw the preview
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
WidgetPreviewLoader.java 232 Bitmap preview = null; local
235 preview = readFromDb(name, unusedBitmap);
238 if (preview != null) {
240 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
242 return preview;
246 preview = generatedPreview;
247 if (preview != unusedBitmap) {
252 mLoadedPreviews.put(name, new WeakReference<Bitmap>(preview));
264 return preview;
357 private void writeToDb(Object o, Bitmap preview) {
    [all...]
  /frameworks/base/docs/html-intl/intl/ko/preview/testing/
guide.jd 20 ? ?? ???? ?? ??? ?? ? ?? ??? API? ?? ?? ??? ???? ????.? ??? <a href="{@docRoot}preview/api-overview.html">API ??</a>? <a href="{@docRoot}preview/behavior-changes.html">?? ??</a>? ??? ?????.
42 ???? ?? ?? ??? ???? ?? ?? ?? ??? ???? ??? ?? ??? ??? <a href="{@docRoot}preview/setup-sdk.html">?? ?? SDK ????</a>? ??????.
50 ??? <a href="{@docRoot}preview/features/runtime-permissions.html">??</a> ??? ???? ???? ?? ??? ???? ??? ?? ????.
106 ??? ??? <a href="{@docRoot}preview/setup-sdk.html#">?? ?? SDK ????</a>? ??????.
118 ??? ??? ??, ??? ? ?? ??? ?? ??? ??? <a href="{@docRoot}preview/features/runtime-permissions.html">??</a> ??? ?? ?? ???? ??????.
183 <p>?? ?? ????? ? ??? ?? ?? ???? ???? ??(?: Google Cloud ??? ?? ID), ?? ??? ?? ??? ??? ?? ???? ???? ???. ? ??? <a href="{@docRoot}preview/backup/index.html">?? ?? ??</a>? ???? ????.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
SlidingKeyInputDrawingPreview.java 29 * Draw rubber band preview graphics during sliding key input.
43 // TODO: Finalize the rubber band preview implementation.
78 * Draws the preview
79 * @param canvas The canvas where the preview is drawn.
87 // TODO: Finalize the rubber band preview implementation.
96 * Set the position of the preview.
97 * @param tracker The new location of the preview is based on the points in PointerTracker.
DrawingProxy.java 30 * @param withPreview true if key popup preview should be displayed.
37 * @param withAnimation when true, key popup preview should be dismissed with animation.
61 * Show sliding-key input preview.
63 * null to dismiss the sliding-key input preview.
70 * @param showsFloatingPreviewText when true, a gesture floating preview text will be shown
76 * Dismiss a gesture floating preview text without delay.
  /frameworks/base/docs/html/sdk/installing/
studio-layout.jd 27 into your layout and preview your layout while editing the XML.</p>
38 <h3>Preview</h3>
40 <p>While editing in the <strong>Text</strong> view, you can preview the layout on devices
41 by opening the <strong>Preview</strong> pane available on the right side of the window.
42 Within the <strong>Preview</strong> pane, you can modify the preview by changing various
43 options at the top of the pane, including the preview device, layout theme, platform
44 version and more. To see a preview of how your app would look with a particular device
45 skin, click the preview icon
46 <img src="{@docRoot}images/tools/as-preview-icon.png" style="vertical-align:bottom;margin:0;height:19px" /
    [all...]
  /frameworks/base/docs/html-intl/intl/ru/preview/
behavior-changes.jd 33 <li><a href="{@docRoot}preview/download.html">API ?????? 22 ? M Preview &raquo;</a> </li>
39 <li><a href="{@docRoot}preview/api-overview.html">????? API-??????????? M Developer Preview</a> </li>
45 <p>?????? ? ?????? ????????? ? ?????????????, ?????? M Developer Preview ????? ???????? ? ???? ???
53 <p>? M Preview ???????????? ????? ?????? ??????????: ?????? ???????????? ????? ????????? ???????????? ??????????
58 <p>? ????? ???????????, ??????????????? ??? M Preview, ??????? ? ???????????? ??????? ????????? ????? ?????????? ? ??? ?????????????
66 <a href="{@docRoot}preview/features/runtime-permissions.html">??????????</a>. ??? ????? ????????? ??????? ????? ?????? ?? ???? ??????????, ??????? ?
67 <a href="{@docRoot}preview/testing/guide.html#runtime-permissions">??????????? ?? ????????????</a></p>
70 <p>? M Preview ?????????? ??? ????? ??????? ??????????? ???????? ??????? ??? ?????????? ????????? ? ??????????.</ (…)
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CaptureLayoutHelper.java 30 * preview should be transformed. The two things that could affect bottom bar layout
31 * and preview transform are: window size and preview aspect ratio. Once these two
32 * things are set, the layout of bottom bar and preview rect will be calculated
35 * Note that this helper assumes that preview TextureView will be laid out full
48 /** Aspect ratio of preview. It could be 0, meaning match the screen aspect ratio,
57 * PositionConfiguration contains the layout info for bottom bar and preview
58 * rect, as well as whether bottom bar should be overlaid on top of preview.
62 * This specifies the rect of preview on screen.
70 * This indicates whether bottom bar should overlay itself on top of preview
    [all...]
TextureViewHelper.java 43 * (e.g. bottom bar) of the preview size change.
76 public TextureViewHelper(TextureView preview, CaptureLayoutHelper helper,
78 mPreview = preview;
92 * transform matrix will be automatically adjusted based on the preview
123 * Transforms the preview with the identity matrix, ensuring there is no
124 * scaling on the preview. It also calls onPreviewSizeChanged, to trigger
125 * any necessary preview size changing callbacks.
172 * This returns the rect that is available to display the preview, and
186 * @param aspectRatio the aspectRatio that the preview should be
207 Log.e(TAG, "Invalid preview size: " + previewWidth + " x " + previewHeight)
    [all...]
  /frameworks/av/include/camera/
Camera.h 90 // start preview mode, must call setPreviewTarget first
93 // stop preview mode
96 // get preview state
120 // set preview/capture parameters - key/value pairs
123 // get preview/capture parameters - key/value pairs
135 // Configure preview callbacks to app. Only one of the older
  /frameworks/base/docs/html-intl/intl/ja/preview/
api-overview.jd 48 <li><a href="{@docRoot}preview/download.html">API ??? 22 ?? M Preview&raquo;</a> </li>
54 <p>M Developer Preview ??????????????? Android ???????????????????????????????????????
58 <p>M Developer Preview ??<strong>Developer ??????</strong>?<strong>????</strong>??????????
60 <a href="{@docRoot}preview/setup-sdk.html">M Developer Preview ????</a>?????????????????????????Android ?????????????????????????????
64 <p class="caution"><strong>??:</strong> M Developer Preview ??????????Google Play ????????????????
69 ????????????? API ??????????????????<a href="{@docRoot}preview/download.html#docs">????????????</a>??????????????
82 <a href="{@docRoot}preview/features/app-linking.html">?????????</a>????????
87 <p>????????????????? ??????????????????????????????M Preview ?????????????????????????????????????????
    [all...]
  /packages/apps/Camera2/src/com/android/camera/module/
ModuleController.java 30 /** Preview is fully visible. */
32 /** Preview is covered by e.g. the transparent mode drawer. */
34 /** Preview is fully hidden, e.g. by the filmstrip. */
66 /********************** UI / Camera preview **********************/
69 * Called when the preview becomes visible/invisible.
71 * @param visible Whether the preview is visible, one of
  /packages/apps/Camera2/src/com/android/camera/one/v2/initialization/
PreviewStarter.java 32 * When the preview surface is available, creates a capture session, and then
46 * @param outputSurfaces The set of output surfaces (except for the preview
63 * @param surface The preview surface to use.
66 // When we have the preview surface, start the capture session.
70 // Need to create a capture session with the single preview stream first
71 // to lock it as the first stream. Then resend the another session with preview
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetPreview.java 29 * Shows a preview of the TinyPlanet on the screen while editing.
34 * preview size.
38 * Called when the preview size has changed.
40 * @param sizePx the size in pixels of the square preview area
66 public void setBitmap(Bitmap preview, Lock lock) {
67 mPreview = preview;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreview.java 96 * Represents a preview rendering of a given configuration
112 * Height of the toolbar shown over a preview during hover. Needs to be
173 /** Whether the mouse is actively hovering over this preview */
177 * Whether this preview cannot be rendered because of a model error - such
184 /** Whether in the current layout, this preview is visible */
188 * this preview made visible. This corresponds to the change flags in
196 * @param canvas canvas where preview is painted
198 * @param width the initial width to use for the preview
199 * @param height the initial height to use for the preview
222 * Sets the configuration to use for this preview
    [all...]
  /packages/apps/Camera2/src/com/android/camera/one/v2/autofocus/
AFScanHoldResetCommand.java 29 * the preview.
50 // Reset any delayed preview-restart which may be pending execution as a
56 // Reset metering regions and restart the preview.
  /packages/apps/Camera2/src/com/android/camera/ui/focus/
FocusRing.java 67 * The physical size of preview can vary and does not map directly
69 * and preview space for values that are provided in preview space.
  /developers/build/prebuilts/gradle/CardView/
packaging.yaml 15 - android:preview/material/ui-widgets.html
  /developers/build/prebuilts/gradle/LNotifications/
packaging.yaml 15 - android:preview/notifications.html
  /developers/build/prebuilts/gradle/RecyclerView/
packaging.yaml 15 - android:preview/material/ui-widgets.html

Completed in 466 milliseconds

1 2 3 45 6 7 8 91011>>