HomeSort by relevance Sort by last modified time
    Searched defs:outValue (Results 1 - 25 of 149) sorted by null

1 2 3 4 5 6

  /frameworks/support/compat/java/android/support/v4/view/
ViewConfigurationCompat.java 115 TypedValue outValue = new TypedValue();
117 android.R.attr.listPreferredItemHeight, outValue, true)) {
118 return outValue.getDimension(context.getResources().getDisplayMetrics());
  /packages/apps/Contacts/src/com/android/contacts/util/
ThemeUtils.java 30 final TypedValue outValue = new TypedValue();
31 theme.resolveAttribute(attrId, outValue, true);
32 return outValue.resourceId;
  /packages/apps/DocumentsUI/src/com/android/documentsui/
IconUtils.java 63 final TypedValue outValue = new TypedValue();
64 context.getTheme().resolveAttribute(tintAttrId, outValue, true);
65 return applyTintColor(context, drawableId, outValue.resourceId);
  /packages/apps/TV/src/com/android/tv/ui/sidepanel/
CheckBoxItem.java 56 TypedValue outValue = new TypedValue();
58 outValue, true);
62 descriptionTextView.setLineSpacing(0, outValue.getFloat());
  /external/libvncserver/libvncserver/
tabletrans24template.c 102 uint32_t outValue,inValue;
110 outValue = (redTable[(inValue >> in->redShift) & in->redMax] |
113 memcpy(op,&outValue,3);
256 uint32_t outValue;
262 outValue = (redTable[(*ip >> in->redShift) & in->redMax] |
265 memcpy(op,&outValue,3);
tableinit24.c 34 uint32_t i, r, g, b, outValue;
57 outValue = ((((r * (1 + out->redMax)) >> shift) << out->redShift) |
60 *(uint32_t*)&t[3*i] = outValue;
78 int i,outValue;
97 outValue = ((outRed << out->redShift) |
100 *(uint32_t*)&t[3*i] = outValue;
144 uint32_t outValue;
148 outValue = ((i * outMax + inMax / 2) / inMax) << outShift;
149 *(uint32_t *)&table[3*i] = outValue;
  /external/r8/src/main/java/com/android/tools/r8/ir/code/
Argument.java 18 public Argument(Value outValue) {
19 super(outValue);
20 outValue.markAsArgument();;
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AppCompatDialog.java 166 TypedValue outValue = new TypedValue();
167 context.getTheme().resolveAttribute(R.attr.dialogTheme, outValue, true);
168 themeId = outValue.resourceId;
AlertDialog.java 113 TypedValue outValue = new TypedValue();
114 context.getTheme().resolveAttribute(R.attr.alertDialogTheme, outValue, true);
115 return outValue.resourceId;
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollBarView.java 43 TypedValue outValue = new TypedValue();
45 android.R.attr.scrollbarThumbHorizontal, outValue, true);
47 context, outValue.resourceId);
  /packages/apps/TV/src/com/android/tv/dvr/ui/
DvrGuidedActionsStylist.java 73 TypedValue outValue = new TypedValue();
75 outValue, true);
76 sWidthWeight = outValue.getFloat();
  /external/r8/src/main/java/com/android/tools/r8/ir/optimize/
DeadCodeRemover.java 107 && current.outValue() != null
108 && current.outValue().numberOfAllUsers() == 0) {
115 Value outValue = current.outValue();
118 assert outValue != null;
119 if (!outValue.isDead(options)) {
126 outValue.clearUsers();
  /frameworks/base/core/java/android/app/
DatePickerDialog.java 141 final TypedValue outValue = new TypedValue();
142 context.getTheme().resolveAttribute(R.attr.datePickerDialogTheme, outValue, true);
143 return outValue.resourceId;
Presentation.java 314 TypedValue outValue = new TypedValue();
316 com.android.internal.R.attr.presentationTheme, outValue, true);
317 theme = outValue.resourceId;
AlertDialog.java 223 final TypedValue outValue = new TypedValue();
224 context.getTheme().resolveAttribute(R.attr.alertDialogTheme, outValue, true);
225 return outValue.resourceId;
    [all...]
TimePickerDialog.java 85 final TypedValue outValue = new TypedValue();
86 context.getTheme().resolveAttribute(R.attr.timePickerDialogTheme, outValue, true);
87 return outValue.resourceId;
  /frameworks/support/design/src/android/support/design/widget/
BottomSheetDialog.java 203 TypedValue outValue = new TypedValue();
205 R.attr.bottomSheetDialogTheme, outValue, true)) {
206 themeId = outValue.resourceId;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsParallaxDrawable.java 130 TypedValue outValue = new TypedValue();
131 if (context.getTheme().resolveAttribute(R.attr.defaultBrandColorDark, outValue, true)) {
132 return context.getResources().getColor(outValue.resourceId);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouterThemeHelper.java 144 TypedValue outValue = new TypedValue();
146 android.support.v7.appcompat.R.attr.alertDialogTheme, outValue, true);
147 return outValue.resourceId;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
OpenMapRealMatrix.java 209 final double outValue =
211 if (outValue == 0.0) {
214 out.entries.put(outKey, outValue);
  /frameworks/base/tools/aapt2/flatten/
TableFlattener.cpp 301 Res_value* outValue = buffer->NextBlock<Res_value>();
302 CHECK(item->Flatten(outValue)) << "flatten failed";
303 outValue->size = util::HostToDevice16(sizeof(*outValue));
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothDevicePreference.java 70 TypedValue outValue = new TypedValue();
71 context.getTheme().resolveAttribute(android.R.attr.disabledAlpha, outValue, true);
72 sDimAlpha = (int) (outValue.getFloat() * 255);
  /packages/apps/TV/src/com/android/tv/menu/
MenuRowView.java 87 TypedValue outValue = new TypedValue();
88 res.getValue(R.dimen.menu_row_title_alpha_deselected, outValue, true);
89 mTitleViewAlphaDeselected = outValue.getFloat();
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 367 TypedValue outValue = new TypedValue();
371 boolean resolved = theme.resolveAttribute(R.attr.themeType, outValue, true);
373 assertEquals(tag + " has themeType " + type, type, outValue.data);
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);

Completed in 363 milliseconds

1 2 3 4 5 6