HomeSort by relevance Sort by last modified time
    Searched refs:VGroup (Results 1 - 7 of 7) sorted by null

  /frameworks/base/graphics/java/android/graphics/drawable/
VectorDrawable.java 640 mVectorState.mRootGroup = new VGroup();
743 final Stack<VGroup> groupStack = new Stack<VGroup>();
754 final VGroup currentGroup = groupStack.peek();
774 VGroup newChildGroup = new VGroup();
    [all...]
AnimatedVectorDrawable.java     [all...]
  /frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
VectorDrawableCompat.java 756 final Stack<VGroup> groupStack = new Stack<VGroup>();
767 final VGroup currentGroup = groupStack.peek();
786 VGroup newChildGroup = new VGroup();
822 private void printGroupTree(VGroup currentGroup, int level) {
834 if (child instanceof VGroup) {
835 printGroupTree((VGroup) child, level + 1);
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/drawable/
VectorDrawable_Delegate.java     [all...]
  /prebuilts/sdk/current/support/graphics/drawable/libs/
android-support-vectordrawable.jar 
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 358 milliseconds