File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -370,6 +370,7 @@ declare module "ui/core/view" {
370
370
371
371
_addView ( view : View ) ;
372
372
_removeView ( view : View ) ;
373
+ _context : android . content . Context ;
373
374
374
375
// TODO: Implement logic for stripping these lines out
375
376
//@private
@@ -387,7 +388,6 @@ declare module "ui/core/view" {
387
388
_eachChildView ( callback : ( child : View ) => boolean ) ;
388
389
_childrenCount : number ;
389
390
390
- _context : android . content . Context ;
391
391
_onAttached ( context : android . content . Context ) : void ;
392
392
_onContextChanged ( ) : void ;
393
393
_onDetached ( force ?: boolean ) : void ;
Original file line number Diff line number Diff line change @@ -109,9 +109,10 @@ declare module "ui/page" {
109
109
*/
110
110
on ( event : "navigatedTo" , callback : ( args : NavigatedData ) => void ) ;
111
111
112
+ _addArrayFromBuilder ( name : string , value : Array < any > ) : void ;
113
+
112
114
//@private
113
115
_getStyleScope ( ) : styleScope . StyleScope ;
114
- _addArrayFromBuilder ( name : string , value : Array < any > ) : void ;
115
116
//@endprivate
116
117
}
117
118
You can’t perform that action at this time.
0 commit comments