OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CategoryView
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java
93
convertView = new
CategoryView
(getContext());
95
CategoryView
view = (
CategoryView
) convertView;
102
if (mOrientation ==
CategoryView
.HORIZONTAL) {
109
&& mOrientation ==
CategoryView
.VERTICAL) {
CategoryView.java
33
public class
CategoryView
extends IconView
36
private static final String LOGTAG = "
CategoryView
";
55
public
CategoryView
(Context context) {
93
if (getOrientation() ==
CategoryView
.VERTICAL) {
187
if (getOrientation() ==
CategoryView
.VERTICAL) {
CategoryPanel.java
118
mAdapter.setOrientation(
CategoryView
.HORIZONTAL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
UserPresetsAdapter.java
30
import com.android.gallery3d.filtershow.category.
CategoryView
;
112
action.setImageFrame(new Rect(0, 0, mIconSize, mIconSize),
CategoryView
.VERTICAL);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java
76
import com.android.gallery3d.filtershow.category.
CategoryView
;
[
all
...]
Completed in 135 milliseconds