OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gallery
(Results
26 - 50
of
273
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/frameworks/base/core/java/android/widget/
Gallery.java
42
* The default values for the
Gallery
assume you will be using
44
* each View given to the
Gallery
from the Adapter. If you are not doing this,
45
* you may need to adjust some
Gallery
properties, such as the spacing.
47
* Views given to the
Gallery
should use {@link
Gallery
.LayoutParams} as their
50
* <p>See the <a href="{@docRoot}resources/tutorials/views/hello-
gallery
.html">
Gallery
58
public class
Gallery
extends AbsSpinner implements GestureDetector.OnGestureListener {
60
private static final String TAG = "
Gallery
";
180
public
Gallery
(Context context)
[
all
...]
/external/chromium/chrome/browser/resources/options/
personal_options.css
25
#themes-
gallery
-div {
personal_options.html
116
<div id="themes-
gallery
-div">
117
<a id="themes-
gallery
" i18n-content="themesGallery"
146
<div id="themes-
gallery
-div">
147
<a id="themes-
gallery
" i18n-content="themesGallery"
/packages/apps/Gallery2/src/com/android/gallery3d/app/
SlideshowDream.java
22
.putExtra(
Gallery
.EXTRA_SLIDESHOW, true)
AlbumPicker.java
37
data.putBoolean(
Gallery
.KEY_GET_ALBUM, true);
/sdk/layoutopt/libs/uix/src/resources/rules/
NestedScrollingWidgets.rule
15
widgets = ["HorizontalScrollView", "
Gallery
"]
/packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java
39
import android.widget.
Gallery
;
121
GridView gridView = (GridView) v.findViewById(R.id.
gallery
);
151
final
Gallery
gallery
= (
Gallery
) view.findViewById(R.id.
gallery
);
local
152
gallery
.setCallbackDuringFling(false);
153
gallery
.setOnItemSelectedListener(this);
154
gallery
.setAdapter(new ImageAdapter(getActivity()));
160
selectWallpaper(
gallery
.getSelectedItemPosition())
[
all
...]
/packages/apps/Gallery/src/com/android/camera/gallery/
IImageList.java
17
package com.android.camera.
gallery
;
44
* The interface of all image collections used in
gallery
.
IImage.java
17
package com.android.camera.
gallery
;
25
* The interface of all images used in
gallery
.
/packages/apps/Gallery2/res/values/
styles.xml
18
<style name="Theme.
Gallery
" parent="android:Theme.Holo">
35
<style name="DialogPickerTheme" parent="Theme.
Gallery
">
/packages/apps/Gallery2/src/com/android/gallery3d/gadget/
WidgetClickHandler.java
20
import com.android.gallery3d.app.
Gallery
;
55
startActivity(new Intent(this,
Gallery
.class));
/external/neven/FaceRecEm/common/src/b_FDSDK/
Types.h
77
/**
gallery
type */
80
/** album
gallery
*/
83
/** reference
gallery
*/
/external/clang/www/analyzer/
available_checks.html
27
<li><a href="http://www.therareair.com/howto-static-analyze-your-objective-c-code-using-the-clang-static-analyzer-tool-
gallery
/">HOWTO: Static Analyze Your Objective-C Code Using the Clang Static Analyzer Tool
Gallery
</a></li>
/packages/apps/Gallery/tests/src/com/android/camera/
BitmapManagerUnitTests.java
19
import com.android.camera.
gallery
.IImage;
20
import com.android.camera.
gallery
.IImageList;
/development/samples/ApiDemos/src/com/example/android/apis/view/
Buttons1.java
27
* A
gallery
of the different styles of buttons.
/development/samples/HoneycombGallery/res/values/
strings.xml
18
<string name="app_name">Honeycomb
Gallery
</string>
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
UsbAccessoryActivity.java
26
* USB service and springboards to the main
Gallery
activity
/external/chromium/chrome/browser/sync/protocol/
extension_specifics.proto
31
// Extensions
Gallery
) is used.
/external/webkit/Tools/mangleme/
README
20
Check
gallery
/ for some samples.
/frameworks/base/docs/html/resources/tutorials/views/
index.jd
100
<a href="hello-
gallery
.html">
Gallery
</a><br/>
101
<a href="hello-
gallery
.html"><img src="images/hello-
gallery
.png" height="285" width="200" /></a>
/frameworks/base/tests/BiDiTests/res/layout/
gallery_ltr.xml
23
<
Gallery
gallery_rtl.xml
23
<
Gallery
/packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java
1
package com.android.camera.
gallery
;
MockImageList.java
1
package com.android.camera.
gallery
;
/packages/apps/Gallery2/res/values-xlarge/
styles.xml
17
<style name="Theme.
Gallery
" parent="android:Theme.Holo">
Completed in 1080 milliseconds
1
2
3
4
5
6
7
8
9
10
11