HomeSort by relevance Sort by last modified time
    Searched defs:mEmpty (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebKit/android/jni/
PictureSet.h 133 bool mEmpty : 8; // true if the picture only draws white
PictureSet.cpp 135 pictureAndBounds.mEmpty = false;
868 mPicture(picture), mEmpty(true) {
873 mEmpty = false;
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserSnapshotPage.java 79 View mEmpty;
95 mEmpty = view.findViewById(android.R.id.empty);
148 mEmpty.setVisibility(empty ? View.VISIBLE : View.GONE);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 82 private TextView mEmpty;
100 mEmpty = (TextView) findViewById(android.R.id.empty);
155 mEmpty.setText(R.string.gestures_empty);
391 mEmpty.setVisibility(View.VISIBLE);
392 mEmpty.setText(getString(R.string.gestures_error_loading,
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 605 mEmpty.setEmpty();
736 push(kDrawGlyph_Type, mEmpty);
825 push(mType, mEmpty);
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardEntry.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
DataUsageSummary.java 213 private TextView mEmpty;
373 mEmpty = (TextView) mHeader.findViewById(android.R.id.empty);
    [all...]

Completed in 872 milliseconds