Searched refs:DEBUG (Results 51 - 75 of 471) sorted by last modified time

1234567891011>>

/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DRowsSupportFragment.java118 private static final boolean DEBUG = false; field in class:RowsSupportFragment
204 if (DEBUG) Log.v(TAG, "setExpand " + expand + " count " + count);
274 if (DEBUG) Log.v(TAG, "new row selected position " + position + " view " + view);
310 if (DEBUG) Log.v(TAG, "onViewCreated");
407 if (DEBUG) Log.v(TAG, "onAttachToWindow");
H A DSearchFragment.java65 private static final boolean DEBUG = false; field in class:SearchFragment
131 if (DEBUG) Log.v(TAG, "results changed, new size " + mResultAdapter.size());
159 if (DEBUG) Log.v(TAG, "Got results adapter " + adapter);
167 if (DEBUG) Log.v(TAG, "mResultAdapter " + mResultAdapter + " size " +
178 if (DEBUG) Log.v(TAG, "mAutoStartRecognition " + mAutoStartRecognition +
269 if (DEBUG) Log.v(TAG, String.format("onSearchQueryChange %s %s", query,
280 if (DEBUG) Log.v(TAG, String.format("onSearchQuerySubmit %s", query));
286 if (DEBUG) Log.v(TAG, String.format("onKeyboardDismiss %s", query));
315 if (DEBUG) Log.v(TAG, String.format("onItemSelected %d", position));
331 if (DEBUG) Lo
[all...]
H A DSearchSupportFragment.java67 private static final boolean DEBUG = false; field in class:SearchSupportFragment
133 if (DEBUG) Log.v(TAG, "results changed, new size " + mResultAdapter.size());
161 if (DEBUG) Log.v(TAG, "Got results adapter " + adapter);
169 if (DEBUG) Log.v(TAG, "mResultAdapter " + mResultAdapter + " size " +
180 if (DEBUG) Log.v(TAG, "mAutoStartRecognition " + mAutoStartRecognition +
271 if (DEBUG) Log.v(TAG, String.format("onSearchQueryChange %s %s", query,
282 if (DEBUG) Log.v(TAG, String.format("onSearchQuerySubmit %s", query));
288 if (DEBUG) Log.v(TAG, String.format("onKeyboardDismiss %s", query));
317 if (DEBUG) Log.v(TAG, String.format("onItemSelected %d", position));
333 if (DEBUG) Lo
[all...]
H A DVerticalGridFragment.java51 private static boolean DEBUG = false; field in class:VerticalGridFragment
159 if (DEBUG) Log.v(TAG, "row selected position " + position);
303 if (DEBUG) Log.v(TAG, "onFocusSearch focused " + focused + " + direction " + direction);
H A DVerticalGridSupportFragment.java53 private static boolean DEBUG = false; field in class:VerticalGridSupportFragment
161 if (DEBUG) Log.v(TAG, "row selected position " + position);
305 if (DEBUG) Log.v(TAG, "onFocusSearch focused " + focused + " + direction " + direction);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DBaseCardView.java54 private static final boolean DEBUG = false; field in class:BaseCardView
502 if (DEBUG) Log.e(TAG, "invalid region visibility state: " + regionVisibility);
905 if (DEBUG) {
H A DDetailsOverviewRowPresenter.java63 private static final boolean DEBUG = false; field in class:DetailsOverviewRowPresenter
100 if (DEBUG) Log.v(TAG, "onLayoutChange " + v);
206 if (DEBUG) Log.v(TAG, "checkFirstAndLast fromScroll " + fromScroll +
H A DDetailsOverviewSharedElementHelper.java40 private static final boolean DEBUG = false; field in class:DetailsOverviewSharedElementHelper
62 if (DEBUG) {
80 if (DEBUG) {
92 if (DEBUG) {
109 if (DEBUG) {
146 if (DEBUG) {
179 if (DEBUG) {
191 if (DEBUG) {
201 if (DEBUG) {
205 if (DEBUG) {
[all...]
H A DGridLayoutManager.java168 private static final boolean DEBUG = false; field in class:GridLayoutManager
395 if (DEBUG) Log.v(getTag(), "invalid orientation: " + orientation);
732 if (DEBUG) {
747 if (DEBUG) Log.v(getTag(), "mGrid zero size");
759 if (DEBUG) {
891 if (DEBUG) Log.v(getTag(), "processRowSizeSecondary row " + rowIndex +
927 if (DEBUG) Log.v(TAG, "measured scrap child: " + scrapChildWidth +
937 if (DEBUG) Log.v(getTag(), "row " + rowIndex + " rowItemCount " + rowItemCount +
941 if (DEBUG) Log.v(getTag(), "row size secondary changed: " + mRowSizeSecondary[rowIndex] +
958 if (DEBUG) Lo
[all...]
H A DItemBridgeAdapter.java29 private static final boolean DEBUG = false; field in class:ItemBridgeAdapter
70 if (DEBUG) Log.v(TAG, "onFocusChange " + hasFocus + " " + view
193 if (DEBUG) Log.v(TAG, "setFocusHighlight " + mFocusHighlight);
223 if (DEBUG) Log.v(TAG, "getItemViewType added presenter " + presenter + " type " + type);
238 if (DEBUG) Log.v(TAG, "onCreateViewHolder viewType " + viewType);
271 if (DEBUG) Log.v(TAG, "onBindViewHolder position " + position);
H A DListRowPresenter.java51 private static final boolean DEBUG = false; field in class:ListRowPresenter
348 if (DEBUG) Log.v(TAG, "headerSpaceUnderBaseline " + headerSpaceUnderBaseline);
H A DSearchBar.java59 private static final boolean DEBUG = false; field in class:SearchBar
191 if (DEBUG) Log.v(TAG, "EditText.onFocusChange " + hasFocus);
238 if (DEBUG) Log.v(TAG, "onEditorAction: " + action + " event: " + keyEvent);
242 if (DEBUG) Log.v(TAG, "Action or enter pressed");
247 if (DEBUG) Log.v(TAG, "Delayed action handling (search)");
253 if (DEBUG) Log.v(TAG, "Escaped North");
258 if (DEBUG) Log.v(TAG, "Delayed action handling (escape_north)");
263 if (DEBUG) Log.v(TAG, "Voice Clicked");
268 if (DEBUG) Log.v(TAG, "Delayed action handling (voice_mode)");
293 if (DEBUG) Lo
[all...]
H A DSearchEditText.java28 private static final boolean DEBUG = false; field in class:SearchEditText
51 if (DEBUG) Log.v(TAG, "Keyboard being dismissed");
H A DStreamingTextView.java46 private static final boolean DEBUG = false; field in class:StreamingTextView
105 if (DEBUG) Log.d(TAG, "#reset");
113 if (DEBUG) Log.d(TAG, "updateText(" + stableText + "," + pendingText + ")");
208 if (DEBUG) Log.d(TAG, "setFinalRecognizedText(" + finalText + ")");
H A DVerticalGridPresenter.java29 private static final boolean DEBUG = false; field in class:VerticalGridPresenter
183 if (DEBUG) Log.v(TAG, "mNumColumns " + mNumColumns);
244 if (DEBUG) Log.v(TAG, "onBindViewHolder " + item);
252 if (DEBUG) Log.v(TAG, "onUnbindViewHolder");
/frameworks/support/v4/java/android/support/v4/app/
H A DBackStackRecord.java117 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
134 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
593 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting in " + this
599 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
606 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
624 if (FragmentManagerImpl.DEBUG) {
641 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Run: " + this);
680 if (FragmentManagerImpl.DEBUG) Log.v(TAG,
693 if (FragmentManagerImpl.DEBUG) Log.v(TAG, "Bump nesting of "
874 if (FragmentManagerImpl.DEBUG) {
[all...]
H A DFragment.java117 if (FragmentManagerImpl.DEBUG) Log.v(FragmentManagerImpl.TAG,
H A DFragmentManager.java360 FragmentManagerImpl.DEBUG = enabled;
412 static boolean DEBUG = false; field in class:FragmentManagerImpl
880 if (DEBUG) Log.v(TAG, "moveto CREATED: " + f);
939 if (DEBUG) Log.v(TAG, "moveto ACTIVITY_CREATED: " + f);
986 if (DEBUG) Log.v(TAG, "moveto STARTED: " + f);
991 if (DEBUG) Log.v(TAG, "moveto RESUMED: " + f);
1002 if (DEBUG) Log.v(TAG, "movefrom RESUMED: " + f);
1008 if (DEBUG) Log.v(TAG, "movefrom STARTED: " + f);
1013 if (DEBUG) Log.v(TAG, "movefrom STOPPED: " + f);
1018 if (DEBUG) Lo
[all...]
H A DFragmentPagerAdapter.java63 private static final boolean DEBUG = false; field in class:FragmentPagerAdapter
94 if (DEBUG) Log.v(TAG, "Attaching item #" + itemId + ": f=" + fragment);
98 if (DEBUG) Log.v(TAG, "Adding item #" + itemId + ": f=" + fragment);
115 if (DEBUG) Log.v(TAG, "Detaching item #" + getItemId(position) + ": f=" + object
H A DFragmentStatePagerAdapter.java66 private static final boolean DEBUG = false; field in class:FragmentStatePagerAdapter
106 if (DEBUG) Log.v(TAG, "Adding item #" + position + ": f=" + fragment);
131 if (DEBUG) Log.v(TAG, "Removing item #" + position + ": f=" + object
H A DLoaderManager.java177 LoaderManagerImpl.DEBUG = enabled;
189 static boolean DEBUG = false; field in class:LoaderManagerImpl
250 if (DEBUG) Log.v(TAG, " Starting: " + this);
270 if (DEBUG) Log.v(TAG, " Retaining: " + this);
279 if (DEBUG) Log.v(TAG, " Finished Retaining: " + this);
314 if (DEBUG) Log.v(TAG, " Stopping: " + this);
327 if (DEBUG) Log.v(TAG, " Destroying: " + this);
332 if (DEBUG) Log.v(TAG, " Reseting: " + this);
362 if (DEBUG) Log.v(TAG, "onLoadComplete: " + this);
365 if (DEBUG) Lo
[all...]
H A DNotificationManagerCompat.java362 if (Log.isLoggable(TAG, Log.DEBUG)) {
372 if (Log.isLoggable(TAG, Log.DEBUG)) {
408 if (Log.isLoggable(TAG, Log.DEBUG)) {
420 if (Log.isLoggable(TAG, Log.DEBUG)) {
476 if (Log.isLoggable(TAG, Log.DEBUG)) {
488 if (Log.isLoggable(TAG, Log.DEBUG)) {
507 if (Log.isLoggable(TAG, Log.DEBUG)) {
513 if (Log.isLoggable(TAG, Log.DEBUG)) {
/frameworks/support/v4/java/android/support/v4/content/
H A DAsyncTaskLoader.java38 static final boolean DEBUG = false; field in class:AsyncTaskLoader
50 if (DEBUG) Log.v(TAG, this + " >>> doInBackground");
52 if (DEBUG) Log.v(TAG, this + " <<< doInBackground");
59 if (DEBUG) Log.v(TAG, this + " onPostExecute");
69 if (DEBUG) Log.v(TAG, this + " onCancelled");
114 if (DEBUG) Log.v(TAG, "Preparing load: mTask=" + mTask);
135 if (DEBUG) Log.v(TAG, "cancelLoad: mTask=" + mTask);
140 if (DEBUG) Log.v(TAG,
151 if (DEBUG) Log.v(TAG, "cancelLoad: task is waiting, dropping it");
158 if (DEBUG) Lo
[all...]
H A DLocalBroadcastManager.java80 private static final boolean DEBUG = false; field in class:LocalBroadcastManager
209 final boolean debug = DEBUG ||
/frameworks/support/v4/java/android/support/v4/util/
H A DSimpleArrayMap.java32 private static final boolean DEBUG = false; field in class:SimpleArrayMap
147 if (DEBUG) Log.d(TAG, "Retrieving 2x cache " + mHashes
161 if (DEBUG) Log.d(TAG, "Retrieving 1x cache " + mHashes
183 if (DEBUG) Log.d(TAG, "Storing 2x cache " + array
197 if (DEBUG) Log.d(TAG, "Storing 1x cache " + array
395 if (DEBUG) Log.d(TAG, "put: grow from " + mHashes.length + " to " + n);
402 if (DEBUG) Log.d(TAG, "put: copy 0-" + mSize + " to 0");
411 if (DEBUG) Log.d(TAG, "put: move " + index + "-" + (mSize-index)
468 if (DEBUG) Log.d(TAG, "remove: shrink from " + mHashes.length + " to 0");
480 if (DEBUG) Lo
[all...]

Completed in 249 milliseconds

1234567891011>>