Searched refs:hasCompatScale (Results 1 – 4 of 4) sorted by relevance
178 final boolean hasCompatScale = compatScale != 1f; in computeFrames()203 } else if (hasCompatScale) { in computeFrames()210 } else if (hasCompatScale) { in computeFrames()218 } else if (hasCompatScale) { in computeFrames()225 } else if (hasCompatScale) { in computeFrames()232 if (hasCompatScale) { in computeFrames()
678 assertTrue(w.hasCompatScale()); in testCompatOverrideScale()679 assertTrue(child.hasCompatScale()); in testCompatOverrideScale()
1217 if (hasCompatScale()) { in updateGlobalScale()1242 boolean hasCompatScale() { in hasCompatScale() method in WindowState4076 proto.write(HAS_COMPAT_SCALE, hasCompatScale()); in dumpDebug()
29892 HPLcom/android/server/wm/WindowState;->hasCompatScale()Z