OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vGroup
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Settings/src/com/android/settings/
MasterClear.java
184
ViewGroup
vGroup
= (ViewGroup) v;
185
for (int i = 0; i <
vGroup
.getChildCount(); i++) {
186
View nextChild =
vGroup
.getChildAt(i);
/prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java
580
final Stack<
VGroup
> groupStack = new Stack<
VGroup
>();
587
final
VGroup
currentGroup = groupStack.peek();
606
VGroup
newChildGroup = new
VGroup
();
642
private void printGroupTree(
VGroup
currentGroup, int level) {
654
if (child instanceof
VGroup
) {
655
printGroupTree((
VGroup
) child, level + 1);
[
all
...]
/prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar
Completed in 58 milliseconds