Home
last modified time | relevance | path

Searched refs:newParent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DFocusHelper.java126 ShortcutAndWidgetContainer newParent = null; in onKey() local
132 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1); in onKey()
133 if (newParent != null) { in onKey()
136 child = newParent.getChildAt( in onKey()
138 ^ newParent.invertLayoutHorizontally()) ? 0 : matrix.length - 1, in onKey()
143 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1); in onKey()
144 if (newParent != null) { in onKey()
146 child = newParent.getChildAt(0, 0); in onKey()
150 newParent = getCellLayoutChildrenForIndex(pagedView, pageIndex - 1); in onKey()
151 if (newParent != null) { in onKey()
[all …]
/packages/apps/TV/src/com/android/tv/menu/
DMenuView.java64 MenuRowView newParent = getParentMenuRowView(newFocus); in MenuView()
65 if (newParent != null) { in MenuView()
66 if (DEBUG) Log.d(TAG, "Focus changed to " + newParent); in MenuView()
74 setSelectedPositionSmooth(mMenuRowViews.indexOf(newParent)); in MenuView()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java405 final PtNode newParent; in add() local
407 newParent = new PtNode( in add()
412 newParent = new PtNode( in add()
425 currentNodeArray.mData.set(nodeIndex, newParent); in add()
/packages/apps/Dialer/java/com/android/incallui/call/
DDialerCall.java245 public void onParentChanged(Call call, Call newParent) {
247 "TelecomCallCallback.onParentChanged", "call=" + call + " newParent=" + newParent);