HomeSort by relevance Sort by last modified time
    Searched defs:mParent (Results 51 - 75 of 106) sorted by null

1 23 4 5

  /frameworks/base/core/java/android/database/sqlite/
SQLiteSession.java 250 return mTransactionStack != null && mTransactionStack.mParent != null;
346 transaction.mParent = mTransactionStack;
427 mTransactionStack = top.mParent;
510 || mTransactionStack.mParent != null) {
    [all...]
  /packages/apps/Settings/src/com/android/settings/
VoiceInputOutputSettings.java 60 private PreferenceGroup mParent;
78 mParent = mFragment.getPreferenceScreen();
79 mVoiceCategory = (PreferenceCategory) mParent.findPreference(KEY_VOICE_CATEGORY);
  /cts/tests/tests/widget/src/android/widget/cts/
CursorAdapterTest.java 58 private ViewGroup mParent;
78 mParent = (ViewGroup) inflater.inflate(R.layout.cursoradapter_host, null);
79 assertNotNull(mParent);
189 cursorAdapter.getView(0, textView, mParent);
196 cursorAdapter.getView(100, textView, mParent);
202 TextView retView = (TextView) cursorAdapter.getView(0, null, mParent);
207 retView = (TextView) cursorAdapter.getView(1, textView, mParent);
215 assertNull(cursorAdapter.newDropDownView(mContext, null, mParent));
217 TextView textView = (TextView) cursorAdapter.newDropDownView(mContext, mCursor, mParent);
228 assertNull(cursorAdapter.getDropDownView(0, textView, mParent));
    [all...]
CursorTreeAdapterTest.java 63 private ViewGroup mParent;
114 mParent = (ViewGroup)inflater.inflate(R.layout.cursoradapter_host, null);
115 assertNotNull(mParent);
427 adapter.getGroupView(0, true, textView, mParent);
436 adapter.getGroupView(10, true, textView, mParent);
442 retView = (TextView) adapter.getGroupView(1, true, null, mParent);
447 retView = (TextView) adapter.getGroupView(0, true, textView, mParent);
532 adapter.getChildView(0, 0, true, textView, mParent);
540 adapter.getChildView(10, 0, true, textView, mParent);
549 adapter.getChildView(0, 2, true, textView, mParent);
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCamera2HWI.h 137 mParent (parent),
158 QCamera2HardwareInterface *mParent;
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 196 EmulatedFakeCamera2 *mParent;
245 EmulatedFakeCamera2 *mParent;
322 EmulatedFakeCamera2 *mParent;
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
InsertionHandleController.java 32 private View mParent;
45 mParent = parent;
184 mHandle = new HandleView(this, HandleView.CENTER, mParent, mPositionObserver);
297 mParent.getLocationInWindow(coords);
329 mContainer.showAtLocation(mParent, Gravity.NO_GRAVITY, coords[0], coords[1]);
HandleView.java 66 private View mParent;
101 mParent = parent;
204 mContainer.showAtLocation(mParent, 0, getContainerPositionX(), getContainerPositionY());
248 clip.right = mParent.getWidth();
249 clip.bottom = mParent.getHeight();
251 final ViewParent parent = mParent.getParent();
252 if (parent == null || !parent.getChildVisibleRect(mParent, clip, null)) {
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Device.h 394 wp<Camera3Device> mParent;
  /frameworks/compile/slang/
slang_rs_export_type.h 488 const RSExportRecordType *mParent;
499 mParent(Parent),
504 inline const RSExportRecordType *getParent() const { return mParent; }
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
ICalendar.java 74 private final Component mParent; // see if we can get rid of this
85 mParent = parent;
101 return mParent;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 333 private ScrollingTabContainerView mParent;
340 mParent = parent;
359 int maxTabWidth = mParent != null ? mParent.mMaxTabWidth : 0;
  /hardware/qcom/camera/QCamera2/HAL/
QCamera2HWI.h 137 mParent (parent),
158 QCamera2HardwareInterface *mParent;
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 59 private SlideshowModel mParent;
67 mParent = slideshow;
150 if (null != mParent) {
151 mParent.checkMessageSize(addSize);
159 if (null != mParent) {
160 mParent.checkMessageSize(addSize - removeSize);
243 mParent = parent;
247 if ((increaseSize > 0) && (null != mParent)) {
248 int size = mParent.getCurrentMessageSize();
250 mParent.setCurrentMessageSize(size)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java 118 private final ManageSimMessages mParent;
123 mParent = parent;
140 mParent, mCursor, mSimList, false, null);
142 mSimList.setOnCreateContextMenuListener(mParent);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableDictionary.java 51 Node mParent;
206 childNode.mParent = parentNode;
576 childNode.mParent = parentNode;
621 node = node.mParent;
    [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
BalloonHint.java 64 private View mParent;
91 mParent = parent;
188 mParent.getLocationInWindow(mParentLocationInWindow);
189 showAtLocation(mParent, Gravity.LEFT | Gravity.TOP,
205 mParent.getLocationInWindow(mParentLocationInWindow);
319 mParent.getLocationInWindow(mParentLocationInWindow);
320 showAtLocation(mParent, Gravity.LEFT | Gravity.TOP,
328 mParent.getLocationInWindow(mParentLocationInWindow);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 491 INode mParent;
495 mParent = parent;
505 List<IContributionItem> menuItems = getMenuItems(Collections.singletonList(mParent));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractStyleRefactoring.java 126 private String mParent;
141 mParent = arguments.get(KEY_PARENT);
142 if (mParent != null && mParent.length() == 0) {
143 mParent = null;
204 args.put(KEY_PARENT, mParent != null ? mParent : "");
239 mParent = parent;
421 if (mParent != null) {
423 sb.append(mParent);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/
StaticPortConfigDialog.java 67 private Shell mParent;
93 if (mParent == null || mShell == null) {
101 Rectangle r = mParent.getBounds();
115 Display display = mParent.getDisplay();
126 mParent = getParent();
127 mShell = new Shell(mParent, getStyle());
StaticPortEditDialog.java 49 private Shell mParent;
108 if (mParent == null || mShell == null) {
113 Rectangle r = mParent.getBounds();
123 Display display = mParent.getDisplay();
145 mParent = getParent();
146 mShell = new Shell(mParent, getStyle());
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 59 private TestNode mParent;
95 child.mParent = this;
103 child.mParent = this;
115 removed.mParent = null;
166 return mParent;
172 while (curr.mParent != null) {
173 curr = curr.mParent;
197 child.mParent = this;
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageRenderer.java 123 private View mParent;
174 mParent = parent;
188 mParent.postInvalidate();
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageRenderer.java 123 private View mParent;
174 mParent = parent;
188 mParent.postInvalidate();
  /packages/apps/Launcher3/src/com/android/photos/views/
TiledImageRenderer.java 123 private View mParent;
174 mParent = parent;
188 mParent.postInvalidate();

Completed in 1211 milliseconds

1 23 4 5