/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
MoreKeysDetector.java | 53 final int dist = keys.get(index).squaredDistanceToEdge(touchX, touchY); 61 allCodes[0] = keys.get(nearestIndex).mCode;
|
/sdk/chimpchat/src/com/android/chimpchat/core/ |
ChimpView.java | 60 * Get the coordinates for the view with the given id. 67 int left = Integer.parseInt(result.get(0)); 68 int top = Integer.parseInt(result.get(1)); 69 int width = Integer.parseInt(result.get(2)); 70 int height = Integer.parseInt(result.get(3)); 88 * Get the class of the view 96 * Get the checked status of the view. 104 * Get whether the view is enabled or not. 112 * Get the selected status of the view. 128 * Get the focused status of the view [all...] |
/sdk/ide_common/src/com/android/ide/common/resources/ |
MultiResourceFile.java | 100 if (mResourceItems.get(type).keySet() 101 .equals(oldResourceItems.get(type).keySet()) == false) { 123 // don't need to touch the content, it'll get reclaimed as this objects disappear. 134 Map<String, ResourceValue> list = mResourceItems.get(type); 145 Map<String, ResourceValue> list = mResourceItems.get(type); 185 Map<String, ResourceValue> list = mResourceItems.get(resType); 193 ResourceValue oldValue = list.get(value.getName()); 207 // get the list for the given type 208 Map<String, ResourceValue> list = mResourceItems.get(type); 211 return list.get(name) [all...] |
/external/chromium/chrome/browser/sessions/ |
session_restore_uitest.cc | 50 ASSERT_TRUE(browser_proxy.get()); 68 ASSERT_TRUE(browser_proxy.get()); 79 ASSERT_TRUE(tab_proxy.get()); 106 ASSERT_TRUE(browser_proxy.get()); 122 ASSERT_TRUE(active_tab.get()); 133 ASSERT_TRUE(browser_proxy.get()); 163 ASSERT_TRUE(active_tab.get()); 174 ASSERT_TRUE(browser_proxy.get()); 179 ASSERT_TRUE(tab_proxy.get()); 210 ASSERT_TRUE(browser_proxy.get()); [all...] |
/external/webkit/Source/WebCore/platform/graphics/cg/ |
ImageBufferCG.cpp | 91 return RetainPtr<IOSurfaceRef>(AdoptCF, IOSurfaceCreate(dict.get())); 147 cgContext.adoptCF(wkIOSurfaceContextCreate(m_data.m_surface.get(), size.width(), size.height(), m_data.m_colorSpace)); 156 m_context.set(new GraphicsContext(cgContext.get())); 173 return m_context.get(); 197 data.m_colorSpace, data.m_bitmapInfo, data.m_dataProvider.get(), 0, true, kCGRenderingIntentDefault); 207 destContext->drawImage(copy.get(), ColorSpaceDeviceRGB, destRect, srcRect, op, useLowQualityScale); 210 destContext->drawImage(imageForRendering.get(), styleColorSpace, destRect, srcRect, op, useLowQualityScale); 215 destContext->drawImage(copy.get(), colorSpace, destRect, srcRect, op, useLowQualityScale); 249 CGContextClipToMask(platformContextToClip, FloatRect(FloatPoint(), rect.size()), image.get()); 294 return RetainPtr<CFStringRef>(AdoptCF, UTTypeCreatePreferredIdentifierForTag(kUTTagClassMIMEType, mimeTypeCFString.get(), 0)) [all...] |
/external/webkit/Source/WebCore/platform/graphics/cocoa/ |
FontPlatformDataCocoa.mm | 196 m_CTFont.adoptCF(CTFontCreateWithGraphicsFont(m_cgFont.get(), m_size, 0, 0)); 197 return m_CTFont.get(); 203 RetainPtr<CTFontRef> sourceFont(AdoptCF, CTFontCreateWithGraphicsFont(m_cgFont.get(), m_size, 0, 0)); 204 RetainPtr<CTFontDescriptorRef> sourceDescriptor(AdoptCF, CTFontCopyFontDescriptor(sourceFont.get())); 207 RetainPtr<CTFontDescriptorRef> newDescriptor(AdoptCF, CTFontDescriptorCreateCopyWithFeature(sourceDescriptor.get(), featureType.get(), featureSelector.get())); 208 RetainPtr<CTFontRef> newFont(AdoptCF, CTFontCreateWithFontDescriptor(newDescriptor.get(), m_size, 0)); 210 m_CTFont = newFont.get() ? newFont : sourceFont; 212 return m_CTFont.get(); [all...] |
/bionic/libc/kernel/common/linux/ |
klist.h | 24 void (*get)(struct klist_node *); member in struct:klist
|
/cts/tools/dex-tools/src/dex/structure/ |
DexAnnotation.java | 61 public static Visibility get(byte value) { method in class:DexAnnotation.Visibility
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
FieldIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:FieldIdsSection 63 IndexedItem result = fieldIds.get((CstFieldRef) cst); 105 FieldIdItem result = fieldIds.get(field); 129 FieldIdItem item = fieldIds.get(ref);
|
MethodIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:MethodIdsSection 63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst); 105 MethodIdItem result = methodIds.get(method); 129 MethodIdItem item = methodIds.get(ref);
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
LineNumberList.java | 49 result.set(i, list1.get(i)); 53 result.set(sz1 + i, list2.get(i)); 74 public Item get(int n) { method in class:LineNumberList 122 Item one = get(i);
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LineNumberList.java | 49 result.set(i, list1.get(i)); 53 result.set(sz1 + i, list2.get(i)); 74 public Item get(int n) { method in class:LineNumberList 122 Item one = get(i);
|
/dalvik/dx/src/com/android/dx/dex/code/form/ |
Form21t.java | 47 return regs.get(0).regString() + ", " + branchString(insn); 69 unsignedFitsInByte(regs.get(0).getReg()))) { 83 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 103 opcodeUnit(insn, regs.get(0).getReg()),
|
Form31i.java | 51 return regs.get(0).regString() + ", " + literalBitsString(value); 73 unsignedFitsInByte(regs.get(0).getReg()))) { 93 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 104 write(out, opcodeUnit(insn, regs.get(0).getReg()), value);
|
Form31t.java | 47 return regs.get(0).regString() + ", " + branchString(insn); 69 unsignedFitsInByte(regs.get(0).getReg()))) { 82 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 98 write(out, opcodeUnit(insn, regs.get(0).getReg()), offset);
|
Form51l.java | 52 return regs.get(0).regString() + ", " + literalBitsString(value); 74 unsignedFitsInByte(regs.get(0).getReg()))) { 90 bits.set(0, unsignedFitsInByte(regs.get(0).getReg())); 101 write(out, opcodeUnit(insn, regs.get(0).getReg()), value);
|
/dalvik/dx/src/com/android/dx/dex/file/ |
FieldIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:FieldIdsSection 63 IndexedItem result = fieldIds.get((CstFieldRef) cst); 105 FieldIdItem result = fieldIds.get(field); 129 FieldIdItem item = fieldIds.get(ref);
|
MethodIdsSection.java | 56 public IndexedItem get(Constant cst) { method in class:MethodIdsSection 63 IndexedItem result = methodIds.get((CstBaseMethodRef) cst); 105 MethodIdItem result = methodIds.get(method); 129 MethodIdItem item = methodIds.get(ref);
|
/dalvik/dx/src/com/android/dx/io/instructions/ |
BaseCodeCursor.java | 46 int mapped = baseAddressMap.get(cursor);
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
InterferenceGraph.java | 67 interference.get(regV).add(regW); 68 interference.get(regW).add(regV); 80 sb.append("Reg " + i + ":" + interference.get(i).toString()); 95 set.merge(interference.get(reg));
|
/development/ndk/platforms/android-3/include/linux/ |
klist.h | 24 void (*get)(struct klist_node *); member in struct:klist
|
/development/pdk/hosting/ |
pdk.py | 28 def get(self): member in class:MainPage
|
/development/tools/emulator/opengl/host/libs/Translator/EGL/ |
EglThreadInfo.cpp | 33 EglThreadInfo* EglThreadInfo::get(void) function in class:EglThreadInfo
|
EglThreadInfo.h | 35 static EglThreadInfo* get(void) __attribute__((const));
|
/development/tools/emulator/opengl/system/OpenglSystemCommon/ |
HostConnection.h | 30 static HostConnection *get();
|