Searched defs:getParent (Results 1 - 25 of 42) sorted by relevance

12

/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DConfigurationContainerTests.java323 protected ConfigurationContainer getParent() { method in class:ConfigurationContainerTests.TestConfigurationContainer
/frameworks/base/wifi/java/android/net/wifi/hotspot2/omadm/
H A DXMLNode.java78 public XMLNode getParent() { method in class:XMLNode
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DFragment.h40 const SectionData* getParent() const { return m_pParent; } function in class:mcld::Fragment
41 SectionData* getParent() { return m_pParent; } function in class:mcld::Fragment
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteRenderResources.java65 StyleResourceValue getParent(StyleResourceValue style) throws RemoteException; method in interface:RemoteRenderResources
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityWindowInfoCompat.java137 public AccessibilityWindowInfoCompat getParent() { method in class:AccessibilityWindowInfoCompat
139 return wrapNonNullInstance(((AccessibilityWindowInfo) mInfo).getParent());
351 builder.append(", hasParent=").append(getParent() != null);
/frameworks/base/core/java/android/security/net/config/
H A DNetworkSecurityConfig.java225 current = current.getParent();
231 public Builder getParent() { method in class:NetworkSecurityConfig.Builder
/frameworks/base/core/java/com/android/internal/app/
H A DLocaleStore.java56 this.mParent = getParent(locale);
67 private static Locale getParent(Locale locale) { method in class:LocaleStore.LocaleInfo
87 public Locale getParent() { method in class:LocaleStore.LocaleInfo
153 Locale parentWithScript = getParent(LocaleHelper.addLikelySubtags(baseLocale));
286 final Locale parent = li.getParent();
331 if (li.getParent() != null) return 2;
352 if (parentId.equals(li.getParent().toLanguageTag())) {
359 result.add(getLocaleInfo(li.getParent()));
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpManager.java211 int getParent(int deviceId, int objectHandle) throws IOException { method in class:MtpManager
214 final int result = (int) device.getParent(objectHandle);
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestMtpManager.java157 Assert.assertNotSame(0, objectInfo.getParent());
201 int getParent(int deviceId, int objectHandle) throws IOException { method in class:TestMtpManager
204 return mObjectInfos.get(key).getParent();
/frameworks/compile/mclinker/include/mcld/LD/
H A DBranchIsland.h77 SectionData* getParent() const { return m_Entry.getParent(); } function in class:mcld::BranchIsland
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteRenderResourcesAdapter.java106 public StyleResourceValue getParent(StyleResourceValue style) { method in class:RemoteRenderResourcesAdapter
107 return mDelegate.getParent(style);
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteRenderResourcesAdapter.java184 public StyleResourceValue getParent(StyleResourceValue style) { method in class:RemoteRenderResourcesAdapter
186 return mDelegate.getParent(style);
/frameworks/support/navigation/common/src/main/java/androidx/navigation/
H A DNavDestination.java111 public NavGraph getParent() { method in class:NavDestination
258 NavGraph parent = current.getParent();
274 * {@link #getParent() parent} of this destination if the action destination is not found in
286 : getParent() != null ? getParent().getAction(id) : null;
/frameworks/base/core/java/android/view/
H A DViewParent.java72 if (getParent() != null) {
74 getParent().onDescendantInvalidated(child, target);
119 public ViewParent getParent(); method in interface:ViewParent
/frameworks/base/media/java/android/mtp/
H A DMtpDevice.java303 public long getParent(int objectHandle) { method in class:MtpDevice
H A DMtpObjectInfo.java261 public final int getParent() { method in class:MtpObjectInfo
H A DMtpStorageManager.java186 public MtpObject getParent() { method in class:MtpStorageManager.MtpObject
423 return obj.getParent().isRoot() && mSubdirectories != null
620 || removed.getParent().mChildren.remove(removed.getName(), removed);
758 Log.i(TAG, key + " | " + (obj.getParent() == null ? obj.getParent().getId() : "null")
792 if (obj.getParent() != null) {
793 if (obj.getParent().isRoot() && obj.getParent()
794 != mRoots.get(obj.getParent().getId())) {
798 if (!obj.getParent()
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DConfigurationContainer.java128 final ConfigurationContainer parent = getParent();
156 final ConfigurationContainer parent = getParent();
462 final ConfigurationContainer parent = getParent();
524 abstract protected ConfigurationContainer getParent(); method in class:ConfigurationContainer
H A DWindowContainer.java137 final protected WindowContainer getParent() { method in class:WindowContainer
213 if (child.getParent() != null) {
215 + " is already a child of container=" + child.getParent().getName()
244 if (child.getParent() != null) {
246 + " is already a child of container=" + child.getParent().getName()
258 WindowContainer parent = getParent();
261 parent = parent.getParent();
283 WindowContainer parent = getParent();
286 parent = parent.getParent();
398 if (child.getParent() !
[all...]
/frameworks/opt/calendar/src/com/android/calendarcommon2/
H A DICalendar.java100 public Component getParent() { method in class:ICalendar.Component
504 return component.getParent();
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DViewBoundsCheck.java268 View getParent(); method in interface:ViewBoundsCheck.Callback
/frameworks/av/media/mtp/
H A DMtpDevice.cpp552 MtpObjectHandle MtpDevice::getParent(MtpObjectHandle handle) { function in class:android::MtpDevice
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityWindowInfo.java248 public AccessibilityWindowInfo getParent() { method in class:AccessibilityWindowInfo
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityDisplay.java651 protected ConfigurationContainer getParent() { method in class:ActivityDisplay
/frameworks/base/tools/aapt/
H A DResourceTable.h355 String16 getParent() const { return mParent; } function in class:ResourceTable::Entry

Completed in 547 milliseconds

12