OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Preview
(Results
1 - 10
of
10
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java
47
private
Preview
mPreview;
65
mPreview = new
Preview
(this);
137
// Acquire the next camera and request
Preview
to reconfigure
145
// Start the
preview
157
* A simple wrapper around a Camera and a SurfaceView that renders a centered
preview
of the Camera
159
* support
preview
sizes at the same aspect ratio as the device's display.
161
class
Preview
extends ViewGroup implements SurfaceHolder.Callback {
162
private final String TAG = "
Preview
";
170
Preview
(Context context) {
208
// wrapper to a SurfaceView that centers the camera
preview
instea
[
all
...]
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
CameraFragment.java
43
private
Preview
mPreview;
57
mPreview = new
Preview
(this.getActivity());
140
// Acquire the next camera and request
Preview
to reconfigure
147
// Start the
preview
166
*
preview
of the Camera to the surface. We need to center the SurfaceView
167
* because not all devices have cameras that support
preview
sizes at the same
170
class
Preview
extends ViewGroup implements SurfaceHolder.Callback {
171
private final String TAG = "
Preview
";
180
Preview
(Context context) {
214
// wrapper to a SurfaceView that centers the camera
preview
instea
[
all
...]
/external/lldb/scripts/
sed-sources
24
option to
preview
changes to STDOUT, or use the B<-b> option to make a backup
50
Preview
changes to STDOUT without modifying original source files.
72
# and and subdirectories and also unexpand spaces to tabs and
preview
the
89
our $opt_p = 0; #
Preview
changes to STDOUT?
147
#
Preview
to STDOUT
/external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m
12
% 'Format' one of the strings 'eps','eps2','jpeg','png','
preview
'
14
% The output format '
preview
' does not generate an output
16
%
preview
of the exported figure. In this case the
19
% '
Preview
' one of the strings 'none', 'tiff'
20
% specifies a
preview
for EPS files. Defaults to 'none'.
114
preview
= 'none';
138
if (~strcmp(format,{'eps','eps2','jpeg','png','
preview
'}))
140
' ''
preview
''.']);
142
case '
preview
'
143
preview
= value
[
all
...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/ui/
preview_panel.js
9
* @param {HTMLElement} element DOM Element of
preview
panel.
22
* The cached height of
preview
panel.
29
* Visibility type of the
preview
panel.
43
* Dom element of the
preview
panel.
61
element.querySelector('.
preview
-thumbnails'),
69
this.summaryElement_ = element.querySelector('.
preview
-summary');
82
this.previewText_ = element.querySelector('.
preview
-text');
119
* Visibility type of the
preview
panel.
122
//
Preview
panel always shows.
124
//
Preview
panel shows when the selection property are set
[
all
...]
/external/chromium_org/remoting/webapp/
toolbar.js
31
* @type {number?} The id of the
preview
timer, if any.
64
// Prevent the
preview
canceling if the user is interacting with the tool-bar.
77
*
Preview
the tool-bar functionality by showing it for 3s.
80
remoting.Toolbar.prototype.
preview
= function() {
/build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs
242
color:#666;font-weight:100;font-size:24px;">Developer
Preview
</h1></div>
/build/tools/droiddoc/templates-sdk/components/
masthead.cs
2
<?cs if:
preview
?>
284
<?cs /if ?><?cs # end if/else
preview
?><?cs
296
<a href="<?cs var:toroot ?>
preview
/index.html">
302
color:#666;font-weight:100;font-size:27px;">L Developer
Preview
</h1></div>
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtilsImpl.js
346
var imageElement = /** @type {?Element} */ (record.getUserObject("TimelineUIUtils::
preview
-element") || null);
362
record.setUserObject("TimelineUIUtils::
preview
-element", element);
445
contentHelper.appendElementRow(WebInspector.UIString("
Preview
"), imagePreviewElement);
TracingTimelineUIUtils.js
617
contentHelper.appendElementRow(WebInspector.UIString("
Preview
"), event.previewElement);
696
container.className = "image-
preview
-container";
[
all
...]
Completed in 136 milliseconds