Lines Matching refs:heavyweightRequests

2103         synchronized (heavyweightRequests) {
2104 for (HeavyweightFocusRequest req : heavyweightRequests) {
2207 * heavyweightRequests is used as a monitor for synchronized changes of
2211 private static LinkedList<HeavyweightFocusRequest> heavyweightRequests =
2244 synchronized (heavyweightRequests) {
2265 heavyweightRequests.add(hwFocusRequest);
2365 synchronized (heavyweightRequests) {
2390 heavyweightRequests.add(hwFocusRequest);
2437 int size = heavyweightRequests.size();
2439 ? heavyweightRequests.get(size - 2)
2453 heavyweightRequests.add
2476 synchronized (heavyweightRequests) {
2485 heavyweightRequests.add
2502 synchronized (heavyweightRequests) {
2518 synchronized (heavyweightRequests) {
2519 return (heavyweightRequests.size() == 0)
2571 synchronized(heavyweightRequests) {
2655 synchronized (heavyweightRequests) {
2686 synchronized (heavyweightRequests) {
2710 heavyweightRequests.removeFirst();
2766 } // end synchronized(heavyweightRequests)
2777 synchronized (heavyweightRequests) {
2784 heavyweightRequests.removeFirst();
2838 } // end synchronized(heavyweightRequests)
2858 synchronized(heavyweightRequests) {
2913 synchronized(heavyweightRequests) {
2917 heavyweightRequests.removeFirst();
2931 if (heavyweightRequests.size() == 0) {
2934 return (heavyweightRequests.size() > 0);
2946 synchronized(heavyweightRequests) {
2950 heavyweightRequests.removeLast();
2954 if (heavyweightRequests.size() == 0) {
3038 synchronized(heavyweightRequests) {
3039 return (heavyweightRequests.size() > 0)
3040 ? heavyweightRequests.getLast()
3046 synchronized(heavyweightRequests) {
3047 return (heavyweightRequests.size() > 0)
3048 ? heavyweightRequests.getFirst()