/packages/apps/Launcher2/src/com/android/launcher2/ |
HideFromAccessibilityHelper.java | 110 (v.getParent() instanceof ViewGroup && 111 hasAncestorOfType((ViewGroup) v.getParent(), c)));
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
HideFromAccessibilityHelper.java | 111 (v.getParent() instanceof ViewGroup && 112 hasAncestorOfType((ViewGroup) v.getParent(), c)));
|
/packages/experimental/Bummer/src/com/android/dreams/bummer/ |
BummerView.java | 43 final View parent = (View) BummerView.this.getParent(); 92 final View parent = (View) this.getParent();
|
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/ |
BummerView.java | 43 final View parent = (View) BummerView.this.getParent(); 92 final View parent = (View) this.getParent();
|
/external/llvm/lib/IR/ |
AutoUpgrade.cpp | 40 NewFn = Intrinsic::getDeclaration(F->getParent(), IID); 66 "llvm.ctlz." + Name.substr(14), F->getParent()); 70 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctpop, 79 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::ctlz, 85 NewFn = Intrinsic::getDeclaration(F->getParent(), Intrinsic::cttz, 116 NewFn = Intrinsic::getDeclaration(F->getParent(), 122 NewFn = Intrinsic::getDeclaration(F->getParent(), 168 Builder.SetInsertPoint(CI->getParent(), CI); 194 Builder.SetInsertPoint(CI->getParent(), CI); 196 Module *M = F->getParent(); [all...] |
BasicBlock.cpp | 28 if (Function *F = getParent()) 80 assert(getParent() == 0 && "BasicBlock still linked into the program!"); 86 if (getParent()) 92 if (getParent()) 97 getParent()->getBasicBlockList().remove(this); 101 getParent()->getBasicBlockList().erase(this); 107 MovePos->getParent()->getBasicBlockList().splice(MovePos, 108 getParent()->getBasicBlockList(), this); 115 MovePos->getParent()->getBasicBlockList().splice(++I, 116 getParent()->getBasicBlockList(), this) [all...] |
/cts/tests/src/android/webkit/cts/ |
WebViewStartupStubActivity.java | 44 ViewGroup vg = (ViewGroup)mWebView.getParent();
|
WebViewStubActivity.java | 43 ViewParent parent = mWebView.getParent();
|
/cts/tests/tests/holo/src/android/holo/cts/modifiers/ |
DialogModifier.java | 40 ViewGroup parent = (ViewGroup) view.getParent();
|
/external/chromium/chrome/browser/ui/views/ |
find_bar_host_win.cc | 23 static_cast<views::WidgetWin*>(host())->GetParent(), &frame_rect);
|
/external/chromium_org/chrome/common/extensions/features/ |
base_feature_provider.h | 35 virtual Feature* GetParent(Feature* feature) OVERRIDE;
|
/external/chromium_org/chrome/renderer/extensions/ |
api_definitions_natives.cc | 31 if (!feature_provider->GetParent(feature_provider->GetFeature(*i)) &&
|
/external/chromium_org/content/test/plugin/ |
plugin_window_size_test.cc | 45 ::ScreenToClient(GetParent(window), &origin_from_os);
|
/external/chromium_org/extensions/common/features/ |
feature_provider.h | 25 virtual Feature* GetParent(Feature* feature) = 0;
|
/external/chromium_org/ppapi/thunk/ |
ppb_file_ref_api.h | 30 virtual PP_Resource GetParent() = 0;
|
/external/chromium_org/third_party/skia/src/animator/ |
SkDrawPath.h | 27 virtual SkDisplayable* getParent() const;
|
SkPaintParts.h | 27 virtual SkDisplayable* getParent() const;
|
SkPostParts.cpp | 43 SkDisplayable* SkDataInput::getParent() const {
|
/external/chromium_org/ui/accessibility/ |
ax_serializable_tree.cc | 44 virtual AXNode* GetParent(const AXNode* node) const OVERRIDE {
|
ax_tree_source.h | 30 virtual AXNodeSource* GetParent(const AXNodeSource* node) const = 0;
|
/external/chromium_org/ui/views/focus/ |
focus_search.cc | 120 View* FocusSearch::GetParent(View* v) { 185 View* parent = GetParent(starting_view); 195 parent = GetParent(parent); 262 View* parent = GetParent(starting_view);
|
/external/javassist/src/main/javassist/compiler/ |
SymbolTable.java | 31 public SymbolTable getParent() { return parent; }
|
/external/jmonkeyengine/engine/src/bullet/com/jme3/bullet/objects/infos/ |
RigidBodyMotionState.java | 75 if (!applyPhysicsLocal && spatial.getParent() != null) { 76 localLocation.subtractLocal(spatial.getParent().getWorldTranslation()); 77 localLocation.divideLocal(spatial.getParent().getWorldScale()); 78 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
|
/external/jmonkeyengine/engine/src/bullet-common/com/jme3/bullet/control/ |
CharacterControl.java | 135 if (!applyLocal && spatial.getParent() != null) { 137 localLocation.subtractLocal(spatial.getParent().getWorldTranslation()); 138 localLocation.divideLocal(spatial.getParent().getWorldScale()); 139 tmp_inverseWorldRotation.set(spatial.getParent().getWorldRotation()).inverseLocal().multLocal(localLocation);
|
/external/llvm/lib/Analysis/ |
RegionInfo.cpp | 306 while (contains(R->getParent()) && R->getParent() != this) 307 R = R->getParent(); 417 while (R->getParent() && R->getParent()->getEntry() == exit) 418 R = R->getParent(); 654 region = region->getParent(); 664 region = region->getParent(); 767 while (R && R->getParent() && R->getParent()->getEntry() == BB [all...] |