Home
last modified time | relevance | path

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

/development/tools/winscope/src/
Ddecode.js128 function manyOf(dataType, fold = null) { argument
129 return {manyOf: true, type: dataType, fold};
/development/samples/devbytes/graphics/FoldingLayout/src/com/example/android/foldinglayout/
DFoldingLayoutActivity.java256 getMenuInflater().inflate(R.menu.fold, menu); in onCreateOptionsMenu()