Home | History | Annotate | Download | only in wm

Lines Matching defs:vf

152         final Rect vf = new Rect(pf);
153 vf.top += topVisibleInset;
154 vf.bottom -= bottomVisibleInset;
163 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);
170 assertTrue(vf.equals(w.getVisibleFrameLw()));
178 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);
336 final Rect vf = cf;
337 final Rect sf = vf;
343 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);
349 w.computeFrameLw(pf, df, of, cf, vf, dcf, sf, null, WmDisplayCutout.NO_CUTOUT, false);