HomeSort by relevance Sort by last modified time
    Searched full:is_selected (Results 1 - 14 of 14) sorted by null

  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 52 private static final int IS_SELECTED = 1 << 0;
142 mBackgrounds[IS_SELECTED] = R.drawable.calname_select_underunselected;
144 mBackgrounds[IS_SELECTED | IS_BOTTOM] =
147 mBackgrounds[IS_SELECTED | IS_BOTTOM | IS_BELOW_SELECTED] =
149 mBackgrounds[IS_SELECTED | IS_TOP | IS_BOTTOM | IS_BELOW_SELECTED] = mBackgrounds[
150 IS_SELECTED | IS_BOTTOM | IS_BELOW_SELECTED];
151 mBackgrounds[IS_SELECTED | IS_TOP | IS_BOTTOM] = mBackgrounds[IS_SELECTED | IS_BOTTOM
154 mBackgrounds[IS_SELECTED | IS_BELOW_SELECTED] = R.drawable.calname_select_underselect;
155 mBackgrounds[IS_SELECTED | IS_TOP | IS_BELOW_SELECTED] = mBackgrounds[IS_SELECTE
    [all...]
  /external/lldb/utils/vim-lldb/python-vim-lldb/
vim_ui.py 102 is_selected = thread.GetIndexID() == process.GetSelectedThread().GetIndexID()
108 elif is_selected and vim.current.buffer.name not in fname and os.path.exists(fname) and goto_file:
119 self.pcSigns.append(PCSign(buf, line, is_selected))
121 if is_selected and goto_file:
  /external/lldb/source/Target/
Thread.cpp 1839 bool is_selected = false; local
    [all...]
  /external/google-breakpad/src/testing/gtest/src/
gtest.cc 4447 const bool is_selected = is_runnable && local
    [all...]
  /external/gtest/src/
gtest.cc 4493 const bool is_selected = is_runnable && local
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest.cc 4385 const bool is_selected = is_runnable && local
    [all...]
  /external/mesa3d/src/gtest/src/
gtest.cc 4415 const bool is_selected = is_runnable && local
    [all...]
  /external/protobuf/gtest/src/
gtest.cc 4203 const bool is_selected = is_runnable && local
    [all...]
  /ndk/sources/third_party/googletest/googletest/src/
gtest.cc 4400 const bool is_selected = is_runnable && local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /external/lldb/source/Commands/
CommandObjectTarget.cpp 132 bool is_selected = target_sp.get() == selected_target_sp.get(); local
135 is_selected ? "* " : " ",
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-all.cc 5977 const bool is_selected = is_runnable && local
    [all...]
  /external/protobuf/gtest/fused-src/gtest/
gtest-all.cc 5543 const bool is_selected = is_runnable && local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
gtest-all.cc 5977 const bool is_selected = is_runnable && local
    [all...]

Completed in 486 milliseconds