Lines Matching full:synchronized
71 private synchronized ThreadStatus getOrCreateThreadStatus(Thread t) {
84 private synchronized void setDecodingOptions(Thread t,
89 synchronized void removeDecodingOptions(Thread t) {
98 public synchronized boolean canThreadDecoding(Thread t) {
109 public synchronized void allowThreadDecoding(Thread t) {
113 public synchronized void cancelThreadDecoding(Thread t, ContentResolver cr) {
126 synchronized (status) {
149 synchronized (status) {
160 synchronized (status) {
167 public static synchronized BitmapManager instance() {