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

  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 174 private boolean mPathIsDirty = true;
242 mPathIsDirty = true;
281 mPathIsDirty = true;
413 mPathIsDirty = true;
430 mPathIsDirty = true;
838 if (mPathIsDirty) {
842 mPathIsDirty = false;
847 if (mRingPath != null && (!st.mUseLevelForShape || !mPathIsDirty)) return mRingPath;
848 mPathIsDirty = false;
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 49 milliseconds