HomeSort by relevance Sort by last modified time
    Searched defs:oldParent (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
CounterNode.cpp 52 CounterNode* oldParent = 0;
60 oldParent = m_parent;
79 child->m_parent = oldParent;
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 116 ViewParent oldParent = editText.getParent();
117 if (oldParent != view) {
118 if (oldParent != null) {
119 ((ViewGroup) oldParent).removeView(editText);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 66 ContainerNode* oldParent()
68 // It's sort of ugly, but we store the |oldParent| in the |child| field
161 void takeAllChildren(HTMLStackItem* newParent, HTMLElementStack::ElementRecord* oldParent);
  /frameworks/base/core/java/android/view/
GhostView.java 109 View oldParent = (View) ghostView.getParent();
110 ViewGroup oldGrandParent = (ViewGroup) oldParent.getParent();
113 oldGrandParent.removeView(oldParent);
  /libcore/luni/src/main/java/java/util/logging/
LogManager.java 255 Logger oldParent = child.getParent();
256 if (parent == oldParent && (name.length() == 0 || child.getName().startsWith(nameDot))) {
259 if (oldParent != null) {
261 oldParent.children.remove(child);
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContextView.java 129 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
130 if (oldParent != null) oldParent.removeView(mMenuView);
143 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
144 if (oldParent != null) oldParent.removeView(mMenuView);
ActionBarView.java 306 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
307 if (oldParent != null) {
308 oldParent.removeView(mMenuView);
386 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
387 if (oldParent != null) {
388 oldParent.removeView(mMenuView);
407 final ViewGroup oldParent = (ViewGroup) menuView.getParent();
408 if (oldParent != null && oldParent != this) {
409 oldParent.removeView(menuView)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
CdmaConnection.java 624 public void updateParent(CdmaCall oldParent, CdmaCall newParent){
625 if (newParent != oldParent) {
626 if (oldParent != null) {
627 oldParent.detach(this);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ActionBarContextView.java 122 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
123 if (oldParent != null) oldParent.removeView(mMenuView);
136 final ViewGroup oldParent = (ViewGroup) mMenuView.getParent();
137 if (oldParent != null) oldParent.removeView(mMenuView);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 767 CanvasViewInfo oldParent = old.getParent();
768 if (oldParent != null) {
769 CanvasViewInfo newParent = findCorresponding(oldParent, newRoot);
774 List<CanvasViewInfo> oldSiblings = oldParent.getChildren();
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java     [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 693 milliseconds