Home
last modified time | relevance | path

Searched defs:firstPass (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp1111 bool firstPass = true; in scHScale() local
1210 bool firstPass = true; in scVScale() local
/aosp12/frameworks/base/core/java/android/widget/
H A DGridLayout.java1045 private void measureChildrenWithMargins(int widthSpec, int heightSpec, boolean firstPass) { in measureChildrenWithMargins()