Searched refs:nesting (Results 1 – 7 of 7) sorted by relevance
139 int nesting; field in AlarmManagerService.FilterStats154 int nesting; field in AlarmManagerService.BroadcastStats595 if (fs.nesting > 0) pw.print("*ACTIVE* "); in dump()618 if (bs.nesting > 0) pw.print("*ACTIVE* "); in dump()632 if (fs.nesting > 0) pw.print("*ACTIVE* "); in dump()845 if (bs.nesting == 0) { in run()846 bs.nesting = 1; in run()849 bs.nesting++; in run()853 if (fs.nesting == 0) { in run()854 fs.nesting = 1; in run()[all …]
40 lead to an excessively deep view hierarchy. Furthermore, nesting several instances of {@link143 <li>Deep layouts - Layouts with too much nesting are bad for performance. Consider using flatter la…
1039 int nesting = ++ims.mBatchEditNesting; in beginBatchEdit() local1040 if (nesting == 1) { in beginBatchEdit()1062 int nesting = --ims.mBatchEditNesting; in endBatchEdit() local1063 if (nesting == 0) { in endBatchEdit()
339 track of the nesting depth.</li>
836 <p>You can create a group by nesting {@code <item>} elements inside a {@code <group>}
919 /sdcard/android/layout_tests/editing/pasteboard/prevent-block-nesting-01.html3225 /sdcard/android/layout_tests/fast/reflections/reflection-nesting.html
2399 /sdcard/android/layout_tests/fast/parser/block-nesting-cap.html