Home
last modified time | relevance | path

Searched refs:mFoldLayout (Results 1 – 1 of 1) sorted by relevance

/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java82 private FoldingLayout mFoldLayout; field in FoldingLayoutActivity
125 mFoldLayout = (FoldingLayout)findViewById(R.id.fold_view); in onCreate()
126 mFoldLayout.setBackgroundColor(Color.BLACK); in onCreate()
127 mFoldLayout.setFoldListener(mOnFoldListener); in onCreate()
160 setSepiaLayer(mFoldLayout.getChildAt(0), true);
166 setSepiaLayer(mFoldLayout.getChildAt(0), false);
247 mFoldLayout.setAnchorFactor(mAnchorFactor);
268 mFoldLayout.getLocationOnScreen(loc); in onWindowFocusChanged()
289 mFoldLayout.setOrientation(mOrientation); in onOptionsItemSelected()
296 mFoldLayout.removeView(mImageView); in onOptionsItemSelected()
[all …]