/frameworks/base/tests/BiDiTests/src/com/android/bidi/ |
D | BiDiTestBasic.java | 33 private View currentView; field in BiDiTestBasic 40 currentView = inflater.inflate(R.layout.basic, container, false); in onCreateView() 41 return currentView; in onCreateView() 48 alertDialogButton = (Button) currentView.findViewById(R.id.button_alert_dialog); in onViewCreated() 59 AlertDialog.Builder builder = new AlertDialog.Builder(currentView.getContext()); in showDialog() 65 EditText urlEdit = (EditText) currentView.findViewById(R.id.edittext_url); in useSpans()
|
D | BiDiTestTextViewDrawablesLtr.java | 28 private View currentView; field in BiDiTestTextViewDrawablesLtr 34 currentView = inflater.inflate(R.layout.textview_drawables_ltr, container, false); in onCreateView() 35 return currentView; in onCreateView() 42 textViewError = (TextView) currentView.findViewById(R.id.textview_error); in onViewCreated()
|
D | BiDiTestTextViewDrawablesRtl.java | 28 private View currentView; field in BiDiTestTextViewDrawablesRtl 34 currentView = inflater.inflate(R.layout.textview_drawables_rtl, container, false); in onCreateView() 35 return currentView; in onCreateView() 42 textViewError = (TextView) currentView.findViewById(R.id.textview_error); in onViewCreated()
|
D | BiDiTestGridLayoutCodeRtl.java | 47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeRtl 52 currentView = (FrameLayout) inflater.inflate(R.layout.grid_layout_code, container, false); in onCreateView() 53 return currentView; in onCreateView() 59 currentView.addView(create(currentView.getContext())); in onViewCreated()
|
D | BiDiTestGridLayoutCodeLtr.java | 47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeLtr 52 currentView = (FrameLayout) inflater.inflate(R.layout.grid_layout_code, container, false); in onCreateView() 53 return currentView; in onCreateView() 59 currentView.addView(create(currentView.getContext())); in onViewCreated()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarTransitions.java | 97 View currentView = mView.getCurrentView(); in NavigationBarTransitions() local 98 if (currentView != null) { in NavigationBarTransitions() 99 mNavButtons = currentView.findViewById(R.id.nav_buttons); in NavigationBarTransitions() 103 View currentView = mView.getCurrentView(); in NavigationBarTransitions() local 104 if (currentView != null) { in NavigationBarTransitions() 105 mNavButtons = currentView.findViewById(R.id.nav_buttons); in NavigationBarTransitions()
|
D | RotationContextButton.java | 73 View currentView = getCurrentView(); in acceptRotationProposal() local 74 return currentView != null && currentView.isAttachedToWindow(); in acceptRotationProposal()
|
D | ButtonDispatcher.java | 308 public void setCurrentView(View currentView) { in setCurrentView() argument 309 mCurrentView = currentView.findViewById(mId); in setCurrentView()
|
/frameworks/base/core/java/android/widget/ |
D | DatePickerCalendarDelegate.java | 559 final int currentView = ss.getCurrentView(); in onRestoreInstanceState() local 560 setCurrentView(currentView); in onRestoreInstanceState() 564 if (currentView == VIEW_MONTH_DAY) { in onRestoreInstanceState() 566 } else if (currentView == VIEW_YEAR) { in onRestoreInstanceState()
|
D | DatePicker.java | 720 long maxDate, int currentView, int listPosition, int listPositionOffset) { in SavedState() argument 727 mCurrentView = currentView; in SavedState()
|
/frameworks/base/services/autofill/java/com/android/server/autofill/ |
D | Session.java | 2382 final ViewState currentView = mViewStates.get(mCurrentViewId); in updateLocked() local 2383 currentView.maybeCallOnFillReady(flags); in updateLocked() 2858 final ViewState currentView = mViewStates.get(mCurrentViewId); in processResponseLocked() local 2859 currentView.maybeCallOnFillReady(flags); in processResponseLocked()
|