HomeSort by relevance Sort by last modified time
    Searched defs:outValue (Results 26 - 50 of 91) sorted by null

12 3 4

  /developers/build/prebuilts/gradle/SwipeRefreshMultipleViews/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /developers/samples/android/common/src/java/com/example/android/common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/AdapterTransition/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/BasicTransition/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/FragmentTransition/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/SlidingTabsBasic/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/SlidingTabsColors/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/SwipeRefreshLayoutBasic/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/SwipeRefreshListFragment/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /development/samples/browseable/SwipeRefreshMultipleViews/src/com.example.android.common/view/
SlidingTabLayout.java 180 TypedValue outValue = new TypedValue();
182 outValue, true);
183 textView.setBackgroundResource(outValue.resourceId);
SlidingTabStrip.java 67 TypedValue outValue = new TypedValue();
68 context.getTheme().resolveAttribute(R.attr.colorForeground, outValue, true);
69 final int themeForegroundColor = outValue.data;
  /external/deqp/executor/tools/
xeTestLogCompare.cpp 74 DE_DECLARE_COMMAND_LINE_OPT(OutValue, OutputValue);
99 << Option<OutValue> ("v", "value", "Value to extract", s_outputValues, "code");
109 , outValue (OUTPUTVALUE_STATUS_CODE)
115 OutputValue outValue;
344 dst << "," << (cmdLine.outValue == OUTPUTVALUE_STATUS_CODE ? getStatusCodeName(iter->statusCode) : iter->statusDetails.c_str());
386 cmdLine.outValue = opts.getOption<opt::OutValue>();
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
ActionBarActivityDelegateBase.java 262 TypedValue outValue = new TypedValue();
263 mActivity.getTheme().resolveAttribute(R.attr.actionBarTheme, outValue, true);
266 if (outValue.resourceId != 0) {
267 themedContext = new ContextThemeWrapper(mActivity, outValue.resourceId);
    [all...]
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DetailsOverviewRowPresenter.java 367 TypedValue outValue = new TypedValue();
368 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
369 return context.getResources().getColor(outValue.resourceId);
PlaybackControlsRowPresenter.java 295 TypedValue outValue = new TypedValue();
296 context.getTheme().resolveAttribute(R.attr.defaultBrandColor, outValue, true);
297 return context.getResources().getColor(outValue.resourceId);
301 TypedValue outValue = new TypedValue();
302 context.getTheme().resolveAttribute(R.attr.playbackProgressPrimaryColor, outValue, true);
303 return context.getResources().getColor(outValue.resourceId);
  /packages/apps/Browser/src/com/android/browser/
BreadCrumbView.java 173 TypedValue outValue = new TypedValue();
175 android.R.attr.selectableItemBackground, outValue, true);
176 int resid = outValue.resourceId;

Completed in 2412 milliseconds

12 3 4