Home
last modified time | relevance | path

Searched refs:retValue (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/java/android/widget/
DExpandableListConnector.java378 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 …]
DExpandableListView.java759 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()
DZoomButtonsController.java592 boolean retValue = targetView.dispatchTouchEvent(containerEvent); in onTouch()
594 return retValue; in onTouch()
DGallery.java985 boolean retValue = mGestureDetector.onTouchEvent(event); in onTouchEvent()
995 return retValue; in onTouchEvent()
DListView.java3377 boolean retValue = (mCachingActive && mIsCacheColorOpaque && mDividerIsOpaque &&
3379 if (retValue) {
3393 return retValue;
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
Dsingle_source_ref_count.rscript27 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/
Dsingle_source_ref_count.rscript25 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/
DTrackerEntry.java246 Float retValue = null; in getNullableFloat() local
249 retValue = cursor.getFloat(colIndex); in getNullableFloat()
251 return retValue; in getNullableFloat()
/frameworks/native/cmds/idlcli/
Dutils.h122 T retValue; in get() local
129 stream >> std::setbase(0) >> retValue; in get()
138 return retValue; in get()
/frameworks/av/media/libeffects/proxy/
DEffectProxy.cpp81 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/
DTethering.java1797 boolean retValue = true; in processMessage()
1873 retValue = false; in processMessage()
1876 return retValue; in processMessage()
1885 boolean retValue = true; in processMessage()
1896 retValue = false; in processMessage()
1898 return retValue; in processMessage()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DDcTracker.java1591 boolean retValue = setupData(apnContext, radioTech, requestType); in trySetupData()
1593 if (DBG) log("trySetupData: X retValue=" + retValue); in trySetupData()
1594 return retValue; in trySetupData()