OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FixedGridLayout
(Results
1 - 2
of
2
) sorted by null
/development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java
34
* <p>This class was copied from the
FixedGridLayout
Api demo; see that demo for
37
public class
FixedGridLayout
extends ViewGroup {
41
public
FixedGridLayout
(Context context) {
/development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java
17
package com.example.android.
fixedgridlayout
;
37
public class
FixedGridLayout
extends ViewGroup {
41
public
FixedGridLayout
(Context context) {
45
public
FixedGridLayout
(Context context, AttributeSet attrs) {
50
attrs, R.styleable.
FixedGridLayout
);
Completed in 153 milliseconds