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

  /frameworks/base/core/java/android/widget/
HeaderViewListAdapter.java 88 if (!info.isSelectable) {
150 return mHeaderViewInfos.get(position).isSelectable;
164 return mFooterViewInfos.get(adjPosition - adapterCount).isSelectable;
ListView.java 115 public boolean isSelectable;
274 * @param isSelectable whether the item is selectable
276 public void addHeaderView(View v, Object data, boolean isSelectable) {
286 info.isSelectable = isSelectable;
352 * @param isSelectable true if the footer view can be selected
354 public void addFooterView(View v, Object data, boolean isSelectable) {
358 info.isSelectable = isSelectable;
    [all...]
  /packages/apps/Camera/src/com/android/camera/ui/
OtherSettingsIndicator.java 125 public boolean isSelectable(int index) {
128 return adapter.isSelectable(index);
171 public boolean isSelectable(int index) {
PreferenceAdapter.java 114 public boolean isSelectable(int index) {
GLListView.java 71 public boolean isSelectable(int index);
328 if (mModel.isSelectable(i)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
EditableDialogCellEditor.java 59 private boolean isSelectable = false;
152 boolean oldIsSelectable = isSelectable;
153 isSelectable = isSelectAllEnabled();
154 if (oldIsSelectable != isSelectable) {
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.h 121 bool isSelectable() const;
AccessibilityUIElement.cpp 522 return JSValueMakeBoolean(context, toAXElement(thisObject)->isSelectable());
645 { "isSelectable", getIsSelectableCallback, 0, kJSPropertyAttributeReadOnly | kJSPropertyAttributeDontDelete },
    [all...]
  /frameworks/base/core/java/android/preference/
PreferenceGroupAdapter.java 227 return this.getItem(position).isSelectable();
Preference.java 617 public boolean isSelectable() {
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 561 bool AccessibilityUIElement::isSelectable() const
  /external/webkit/WebKitTools/DumpRenderTree/win/
AccessibilityUIElementWin.cpp 543 bool AccessibilityUIElement::isSelectable() const
  /external/webkit/WebKitTools/DumpRenderTree/mac/
AccessibilityUIElementMac.mm 783 bool AccessibilityUIElement::isSelectable() const
  /external/webkit/WebKitTools/
ChangeLog     [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 467 milliseconds