OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:foldinglayout
(Results
1 - 3
of
3
) sorted by null
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
OnFoldListener.java
17
package com.example.android.
foldinglayout
;
FoldingLayout.java
17
package com.example.android.
foldinglayout
;
53
public class
FoldingLayout
extends ViewGroup {
107
public
FoldingLayout
(Context context) {
111
public
FoldingLayout
(Context context, AttributeSet attrs) {
115
public
FoldingLayout
(Context context, AttributeSet attrs, int defStyle) {
FoldingLayoutActivity.java
17
package com.example.android.
foldinglayout
;
45
import com.example.android.
foldinglayout
.
FoldingLayout
.Orientation;
55
* Using bitmap and canvas scaling techniques, the
foldingLayout
can be scaled so as
82
private
FoldingLayout
mFoldLayout;
125
mFoldLayout = (
FoldingLayout
)findViewById(R.id.fold_view);
149
* of the OnFoldListener provided with the
FoldingLayout
. This is a fun extra addition
151
*
FoldingLayout
by setting the layer type to hardware. With a hardware layer type
Completed in 28 milliseconds