Searched refs:retValue (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | ExpandableListConnector.java | 378 boolean retValue; in isEnabled() 380 retValue = mExpandableListAdapter.isChildSelectable(pos.groupPos, pos.childPos); in isEnabled() 383 retValue = true; in isEnabled() 388 return retValue; in isEnabled() 403 Object retValue; in getItem() local 405 retValue = mExpandableListAdapter in getItem() 408 retValue = mExpandableListAdapter.getChild(posMetadata.position.groupPos, in getItem() 417 return retValue; in getItem() 424 long retValue; in getItemId() local 426 retValue = mExpandableListAdapter.getCombinedGroupId(groupId); in getItemId() [all …]
|
D | ExpandableListView.java | 759 boolean retValue = mConnector.expandGroup(pm); in expandGroup() 774 return retValue; in expandGroup() 785 boolean retValue = mConnector.collapseGroup(groupPos); in collapseGroup() 791 return retValue; in collapseGroup()
|
D | ZoomButtonsController.java | 592 boolean retValue = targetView.dispatchTouchEvent(containerEvent); in onTouch() 594 return retValue; in onTouch()
|
D | Gallery.java | 985 boolean retValue = mGestureDetector.onTouchEvent(event); in onTouchEvent() 995 return retValue; in onTouchEvent()
|
D | ListView.java | 3373 boolean retValue = (mCachingActive && mIsCacheColorOpaque && mDividerIsOpaque && 3375 if (retValue) { 3389 return retValue;
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | single_source_ref_count.rscript | 27 rs_allocation retValue = {}; 31 return retValue; 37 return retValue; 40 retValue = rsCreateAllocation(type); 41 if (!rsIsObject(retValue)) { 42 rsDebug("rs_allocation retValue is null.", retValue.p); 45 return retValue;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | single_source_ref_count.rscript | 25 rs_allocation retValue = {}; 29 return retValue; 35 return retValue; 38 retValue = rsCreateAllocation(type); 39 if (!rsIsObject(retValue)) { 40 rsDebug("rs_allocation retValue is null.", retValue.p); 43 return retValue;
|
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/ |
D | TrackerEntry.java | 246 Float retValue = null; in getNullableFloat() local 249 retValue = cursor.getFloat(colIndex); in getNullableFloat() 251 return retValue; in getNullableFloat()
|
/frameworks/native/cmds/idlcli/ |
D | utils.h | 122 T retValue; in get() local 129 stream >> std::setbase(0) >> retValue; in get() 138 return retValue; in get()
|
/frameworks/av/media/libeffects/proxy/ |
D | EffectProxy.cpp | 81 int retValue = EffectGetSubEffects(uuid, sube, SUB_FX_COUNT); in EffectProxyCreate() local 83 if (retValue != SUB_FX_COUNT) { in EffectProxyCreate()
|
/frameworks/base/packages/Tethering/src/com/android/networkstack/tethering/ |
D | Tethering.java | 1798 boolean retValue = true; in processMessage() 1874 retValue = false; in processMessage() 1877 return retValue; in processMessage() 1886 boolean retValue = true; in processMessage() 1897 retValue = false; in processMessage() 1899 return retValue; in processMessage()
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/ |
D | DcTracker.java | 1561 boolean retValue = setupData(apnContext, radioTech, requestType); in trySetupData() 1563 if (DBG) log("trySetupData: X retValue=" + retValue); in trySetupData() 1564 return retValue; in trySetupData()
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | PackageManagerService.java | 10034 ArrayList<SharedLibraryInfo> retValue = new ArrayList<>(); 10037 findSharedLibrariesRecursive(info, retValue, collectedNames); 10039 return retValue; 10062 ArrayList<PackageParser.Package> retValue = new ArrayList<>(); 10067 retValue.add(depPackage); 10071 return retValue;
|