HomeSort by relevance Sort by last modified time
    Searched refs:stateCount (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 207 int stateCount = mActivity.getStateManager().getStateCount();
208 mActivity.getGalleryActionBar().setDisplayOptions(stateCount > 1, true);
  /frameworks/av/media/libaudioprocessing/
AudioResamplerDyn.cpp 86 size_t stateCount = halfNumCoefs * CHANNELS * 2 * kStateSizeMultipleOfFilterLength;
90 && stateCount == mStateCount
97 (void)posix_memalign(reinterpret_cast<void**>(&state), 32, stateCount*sizeof(*state));
98 memset(state, 0, stateCount*sizeof(*state));
119 mStateCount = stateCount;
  /frameworks/base/core/java/android/content/res/
ColorStateList.java 614 final int stateCount = states.length;
615 for (int stateIndex = 0; stateIndex < stateCount; stateIndex++) {
  /packages/apps/TV/src/com/android/tv/guide/
ProgramItemView.java 420 Object stateCount = StateListDrawable.class.getDeclaredMethod("getStateCount")
422 return (int) stateCount;
  /external/google-breakpad/src/client/mac/handler/
minidump_generator.cc 1020 mach_msg_type_number_t stateCount
1023 if (GetThreadState(exception_thread_, state, &stateCount)) {
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java     [all...]
  /external/zxing/core/
core.jar 
  /external/skia/samplecode/
SampleAAGeometry.cpp 522 Button(char label, int stateCount) {
523 SkASSERT(stateCount <= ButtonPaints::kMaxStateCount);
524 fStateCount = stateCount;
    [all...]
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 

Completed in 268 milliseconds