HomeSort by relevance Sort by last modified time
    Searched full:reparent (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
Reparenting.java 70 ChangeBounds reparent = new ChangeBounds();
71 reparent.setReparent(true);
72 TransitionManager.go(newScene, reparent);
  /external/chromium_org/ui/views/controls/native/
native_view_host_unittest.cc 158 // (reparent) operations with correct parent changes.
201 // Reparent test_host to host1, expect no parent change because the old and
208 // Reparent test_host to contents view of child0, expect 2 parent changes
218 // move (reparent) operations with correct parent changes.
261 // Reparent view0 to view1, expect no parent change because the old and new
272 // Then, reparent view1 to contents view of child0.
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.cc 94 bool DesktopBackgroundWidgetController::Reparent(aura::Window* root_window,
102 // Nothing to reparent.
desktop_background_widget_controller.h 38 // it hides user's windows. Returns true if there was something to reparent.
39 bool Reparent(aura::Window* root_window,
desktop_background_controller.cc 242 desktop_controller->Reparent(root_window_controller->GetRootWindow(),
249 // can temporarily be two desktop background widgets. We must reparent
257 moved |= animating_controller->Reparent(
  /external/sepolicy/
global_macros 35 define(`create_dir_perms', `{ create reparent rmdir setattr rw_dir_perms link_file_perms }')
mls 72 mlsconstrain dir { write setattr rename add_name remove_name reparent rmdir }
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
TransitionHelper.java 83 public Object createChangeBounds(boolean reparent);
190 public Object createChangeBounds(boolean reparent) {
357 public Object createChangeBounds(boolean reparent) {
358 return TransitionHelperKitkat.createChangeBounds(reparent);
575 public Object createChangeBounds(boolean reparent) {
576 return mImpl.createChangeBounds(reparent);
  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
HTMLConstructionSite.h 49 Reparent,
155 void reparent(HTMLElementStack::ElementRecord* newParent, HTMLElementStack::ElementRecord* child);
156 void reparent(HTMLElementStack::ElementRecord* newParent, HTMLStackItem* child);
HTMLConstructionSite.cpp 148 ASSERT(task.operation == HTMLConstructionSiteTask::Reparent);
184 if (task.operation == HTMLConstructionSiteTask::Reparent)
694 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord* newParent, HTMLElementStack::ElementRecord* child) function in class:HTMLConstructionSite
696 HTMLConstructionSiteTask task(HTMLConstructionSiteTask::Reparent);
702 void HTMLConstructionSite::reparent(HTMLElementStack::ElementRecord* newParent, HTMLStackItem* child) function in class:HTMLConstructionSite
704 HTMLConstructionSiteTask task(HTMLConstructionSiteTask::Reparent);
    [all...]
  /external/chromium_org/ui/accessibility/
ax_tree_update.h 32 // allowed to "reparent" a child to this node without first removing
  /frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
TransitionHelperKitkat.java 133 static Object createChangeBounds(boolean reparent) {
135 changeBounds.setReparent(reparent);
  /external/chromium_org/ash/wm/dock/
docked_window_resizer.cc 193 // Reparent workspace windows during the drag to elevate them above workspace.
198 // Reparent the window into the docked windows container in order to get it
282 // Reparent the window back to workspace.
  /external/icu/icu4c/source/layout/
LETableReference.h 185 LETableReference &reparent(const LETableReference &base) { function in class:LETableReference
332 LEReferenceToArrayOf<T> &reparent(const LETableReference &base) { function in class:LEReferenceToArrayOf
392 LEReferenceTo<T> &reparent(const LETableReference &base) { function in class:LEReferenceTo
ScriptAndLanguage.cpp 101 return scriptTable->findLanguage(scriptTable, languageTag, success, exactMatch).reparent(base);
  /frameworks/base/core/java/android/transition/
ChangeBounds.java 109 * @param reparent true if the transition should track the parent
114 public void setReparent(boolean reparent) {
115 mReparent = reparent;
ChangeTransform.java 149 * @param reparent Set to true to track parent changes or false to only track changes
153 public void setReparent(boolean reparent) {
154 mReparent = reparent;
  /cts/tools/selinux/src/
example_input_policy.conf 330 reparent
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ScopedStyleTree.cpp 96 // Reparent all nodes whose scoping node is contained by target's one.
  /external/libsepol/tests/policies/test-deps/
base-metreq.conf 164 reparent
base-notmetreq.conf 163 reparent
small-base.conf 164 reparent
  /external/libsepol/tests/policies/test-expander/
alias-base.conf 164 reparent
role-base.conf 164 reparent
user-base.conf 164 reparent

Completed in 546 milliseconds

1 2 3 4