HomeSort by relevance Sort by last modified time
    Searched full:foldinglayout (Results 1 - 6 of 6) sorted by null

  /development/samples/devbytes/graphics/FoldingLayout/res/layout/
activity_fold.xml 21 <com.example.android.foldinglayout.FoldingLayout
33 </com.example.android.foldinglayout.FoldingLayout>
  /development/samples/devbytes/graphics/FoldingLayout/
AndroidManifest.xml 3 package="com.example.android.foldinglayout"
  /development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
OnFoldListener.java 17 package com.example.android.foldinglayout;
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
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) {
  /development/samples/devbytes/graphics/FoldingLayout/res/values/
strings.xml 17 <string name="app_name">FoldingLayout</string>

Completed in 80 milliseconds