Searched refs:getParent (Results 101 - 125 of 184) sorted by relevance

12345678

/frameworks/support/v4/java/android/support/v4/view/
H A DViewPager.java1342 while ((parent=child.getParent()) != this) {
1987 ViewParent parent = getParent();
2055 final ViewParent parent = getParent();
2524 for (ViewParent parent = currentFocused.getParent(); parent instanceof ViewGroup;
2525 parent = parent.getParent()) {
2535 for (ViewParent parent = currentFocused.getParent(); parent instanceof ViewGroup;
2536 parent = parent.getParent()) {
2597 ViewParent parent = child.getParent();
2605 parent = group.getParent();
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp434 &rsym->outSymbol()->fragRef()->frag()->getParent()->getSection();
893 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
934 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1590 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1640 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1711 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
/frameworks/support/v4/java/android/support/v4/view/accessibility/
H A DAccessibilityNodeInfoCompat.java213 public Object getParent(Object info); method in interface:AccessibilityNodeInfoCompat.AccessibilityNodeInfoImpl
386 public Object getParent(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoStubImpl
809 public Object getParent(Object info) { method in class:AccessibilityNodeInfoCompat.AccessibilityNodeInfoIcsImpl
810 return AccessibilityNodeInfoCompatIcs.getParent(info);
1915 public AccessibilityNodeInfoCompat getParent() { method in class:AccessibilityNodeInfoCompat
1916 return AccessibilityNodeInfoCompat.wrapNonNullInstance(IMPL.getParent(mInfo));
/frameworks/base/core/java/android/transition/
H A DChangeTransform.java189 transitionValues.values.put(PROPNAME_PARENT, view.getParent());
201 ViewGroup parent = (ViewGroup) view.getParent();
/frameworks/base/core/java/android/widget/
H A DTabHost.java422 if (mCurrentView.getParent() == null) {
760 if (mLaunchedView.getParent() != null) {
H A DVideoView.java399 View anchorView = this.getParent() instanceof View ?
400 (View)this.getParent() : this;
H A DScrollView.java524 final ViewParent parent = getParent();
604 final ViewParent parent = getParent();
643 final ViewParent parent = getParent();
1559 final ViewParent theParent = child.getParent();
H A DHorizontalScrollView.java558 final ViewParent parent = getParent();
587 final ViewParent parent = getParent();
1544 final ViewParent theParent = child.getParent();
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java136 return mTabSpinner != null && mTabSpinner.getParent() == this;
422 final ViewParent customParent = custom.getParent();
H A DResolverDrawerLayout.java476 if (child.getParent() == this) {
480 ViewParent p = child.getParent();
483 p = v.getParent();
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DVideoDumpView.java206 View anchorView = this.getParent() instanceof View ?
207 (View)this.getParent() : this;
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java454 * Invoked when the parent of this {@code Call} has changed. See {@link #getParent()}.
690 public Call getParent() { method in class:Call
889 fireParentChanged(getParent());
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java381 return Status.SUCCESS.createResult(((View)viewObject).getParent());
391 ViewParent parentView = view.getParent();
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp434 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
486 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DScrollingTabContainerView.java143 return mTabSpinner != null && mTabSpinner.getParent() == this;
445 final ViewParent customParent = custom.getParent();
/frameworks/base/core/java/android/text/method/
H A DArrowKeyMovementMethod.java256 widget.getParent().requestDisallowInterceptTouchEvent(true);
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java160 public AccessibilityWindowInfo getParent() { method in class:AccessibilityWindowInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DScreenPinningRequest.java264 if (mLayout != null && mLayout.getParent() != null) {
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DImmersiveModeConfirmation.java209 if (mClingLayout != null && mClingLayout.getParent() != null) {
/frameworks/compile/mclinker/lib/Object/
H A DObjectLinker.cpp426 pInfo.outSymbol()->fragRef()->frag()->getParent()->getSection().kind())
693 (*symbol)->fragRef()->frag()->getParent()->getSection().addr();
892 pReloc.targetRef().frag()->getParent()->getSection().offset() +
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonLDBackend.cpp604 symbol->fragRef()->frag()->getParent()->getSection().addr();
947 uint32_t flag = frag->getParent()->getSection().align();
1017 uint32_t flag = frag->getParent()->getSection().align();
H A DHexagonRelocator.cpp470 input_sym->fragRef()->frag()->getParent()->getSection();
691 pReloc.targetRef().frag()->getParent()->getSection().flag())) {
730 LDSection &target_sect = target_frag->getParent()->getSection();
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp851 pReloc.targetRef().frag()->getParent()->getSection().flag())) {
1184 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1231 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1279 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
1361 LDSection& target_sect = pReloc.targetRef().frag()->getParent()->getSection();
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DActionBarActivityDelegateBase.java648 if (mActionModeView.getParent() != null) {
649 ViewCompat.requestApplyInsets((View) mActionModeView.getParent());
870 ViewParent shownPanelParent = st.shownPanelView.getParent();
1469 if (mActionModeView.getParent() != null) {
1470 ViewCompat.requestApplyInsets((View) mActionModeView.getParent());
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp181 Function *F = UnwindDest->getParent();
203 UnwindDest->getParent());
211 int Idx = PN->getBasicBlockIndex(Invoke->getParent());
243 BasicBlock *Parent = Exn->getParent();
245 std::pair<Value*,Value*> ExnSelSlots = FnToLPadSlotMap[Parent->getParent()];
270 BasicBlock *BB = Resume->getParent();
1877 GlobalVariable *FwdRef = new GlobalVariable(*Fn->getParent(),
2907 F->getParent()->
3207 if (A->getParent() == 0) {
3210 if ((A = dyn_cast<Argument>(ValueList[i])) && A->getParent()
[all...]

Completed in 976 milliseconds

12345678