Searched refs:outValue (Results 26 - 35 of 35) sorted by relevance

12

/frameworks/base/core/java/com/android/internal/app/
H A DActionBarImpl.java789 TypedValue outValue = new TypedValue();
792 outValue, true);
793 final int targetThemeRes = outValue.resourceId;
H A DAlertController.java176 TypedValue outValue = new TypedValue();
178 outValue, true);
179 return outValue.data != 0;
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java250 public boolean resolveThemeAttribute(int resid, TypedValue outValue, boolean resolveRefs) { argument
271 outValue.resourceId = getDynamicIdByStyle((StyleResourceValue)value);
289 outValue.resourceId = a;
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DGlobalActions.java934 TypedValue outValue = new TypedValue();
936 outValue, true);
937 return outValue.resourceId;
H A DPhoneWindow.java1044 TypedValue outValue = new TypedValue();
1047 outValue, true);
1048 final int targetThemeRes = outValue.resourceId;
/frameworks/base/core/java/android/widget/
H A DSearchView.java1041 TypedValue outValue = new TypedValue();
1043 outValue, true);
1044 return outValue.resourceId;
/frameworks/native/libs/gui/
H A DBufferQueue.cpp198 int BufferQueue::query(int what, int* outValue) argument
228 outValue[0] = value;
/frameworks/base/services/input/
H A DEventHub.cpp391 status_t EventHub::getAbsoluteAxisValue(int32_t deviceId, int32_t axis, int32_t* outValue) const {
392 *outValue = 0;
406 *outValue = info.value;
/frameworks/base/core/java/android/view/
H A DView.java16594 TypedValue outValue = new TypedValue();
16596 com.android.internal.R.attr.listPreferredItemHeight, outValue, true)) {
16600 mVerticalScrollFactor = outValue.getDimension(
/frameworks/base/services/input/tests/
H A DInputReader_test.cpp595 int32_t* outValue) const {
600 *outValue = device->absoluteAxisValue.valueAt(index);
604 *outValue = 0;

Completed in 5309 milliseconds

12